| irr_partition | R Documentation |
Approximates the relative contribution of:
operational cash flows (acquisition + NOI - capex - opex),
resale (net sale in year N),
to the total IRR, using NPV shares (share) and mapping them to
irr_total (irr_contrib = irr_total * share).
irr_partition(cashflows, tv_disc = NULL, irr_total, initial_investment = NULL)
cashflows |
data.frame. Must contain at least
|
tv_disc |
numeric(1). Terminal value already discounted (net sale),
if available. If |
irr_total |
numeric(1). Total IRR (project or equity) for which the
decomposition is sought (e.g. |
initial_investment |
numeric(1). Not used here (kept for API compatibility). |
tibble(component, share, irr_contrib) with two rows:
"Operations" and "Resale".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.