This function calcuates accrued preferences for a specified inputs
calculate_days_accrued_pref( pct_pref = 0.1, is_actual_360 = TRUE, days = 31, equity_bb = 1700000, pref_accrued_bb = 0 )
pct_pref | rate of accrued preference |
---|---|
is_actual_360 |
|
days | count of days |
equity_bb | vector of begining equity balance |
pref_accrued_bb | vector of accrued preference begining balance |
a data_Fram
Other calculation:
calculate_cash_flow_dates()
,
calculate_cash_flow_waterfall_partnership()
,
calculate_cash_flow_waterfall()
,
calculate_cash_flows_returns()
,
calculate_irr_periods()
,
calculate_leverage_metrics()
,
calculate_loan_payment()
,
calculate_residual_valuation_cap_rates()
,
calculate_residual_valuation_ebitda_multiples()
,
calculate_share_proceeds()
,
calculate_valuation_post_money()
,
tidy_promote_structure()
Other partnership calculation:
calculate_cash_flow_dates()
,
calculate_cash_flow_waterfall_partnership()
,
calculate_cash_flow_waterfall()
,
calculate_cash_flows_returns()
,
calculate_irr_periods()
,
tidy_promote_structure()
calculate_days_accrued_pref(pct_pref = .1, is_actual_360 = T, days = 31, equity_bb = 1700000.00, pref_accrued_bb = 0)