| project_terminal_noi | R Documentation |
Selects a stabilised terminal NOI within the explicit holding period and
forwardizes it by one year, following the standard real-estate reversion
convention in which a resale at time T is capitalized off the next
year's NOI (or a stabilized forward NOI when year T+1 is atypical).
project_terminal_noi(
noi,
vacancy = NULL,
capex = NULL,
noi_theoretical = NULL,
growth_rate = NULL
)
noi |
Numeric vector of annual NOI values for years 1..N. |
vacancy |
Optional numeric vector of annual vacancy rates. |
capex |
Optional numeric vector of annual capital expenditures. |
noi_theoretical |
Optional stabilised NOI candidate. |
growth_rate |
Optional numeric scalar. If |
Numeric scalar. Forwardized terminal NOI used for resale valuation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.