
This function calculates residual values
based upon the specified inputs. See calculate_residual_valuation_ebitda_multiples
for
EBITDA multiple method.
calculate_residual_valuation_cap_rates(
cap_rates = c(0.05, 0.0525, 0.06, 0.2),
net_operating_income = "$27,500,000",
cost_of_sale = "5%",
debt_balance = "$350,000,000",
return_wide = T
)
vector of capitalization rates in percent or character form
vector of net operating income in numeric or character numeric/currency form
vector of cost of sale in percent or character percent form
vector of anticipated debt balance at sale in numeric or character numeric/currency form
TRUE
return wide or FALSE
a tibble
Other calculation:
calculate_cash_flow_dates()
,
calculate_cash_flow_waterfall_partnership()
,
calculate_cash_flow_waterfall()
,
calculate_cash_flows_returns()
,
calculate_days_accrued_pref()
,
calculate_irr_periods()
,
calculate_leverage_metrics()
,
calculate_loan_payment()
,
calculate_residual_valuation_ebitda_multiples()
,
calculate_share_proceeds()
,
calculate_valuation_post_money()
,
tidy_promote_structure()
Other residual value calculation:
calculate_residual_valuation_ebitda_multiples()
# NOT RUN {
calculate_residual_valuation_cap_rates(cap_rates = c(.05, .0525, .06, .2),
net_operating_income = "$27,500,000", cost_of_sale = "5%",debt_balance = "$350,000,000", return_wide = T)
# }
Run the code above in your browser using DataLab