calculate_share_proceeds | R Documentation |
This function calculates distributable proceeds from a share sale based upon specified inputs.
calculate_share_proceeds(price = 10, shares = 1e+06)
price |
numeric price |
shares |
share count |
numeric vector
Other calculation:
calculate_cash_flow_dates()
,
calculate_cash_flow_waterfall()
,
calculate_cash_flow_waterfall_partnership()
,
calculate_cash_flows_returns()
,
calculate_days_accrued_pref()
,
calculate_irr_periods()
,
calculate_leverage_metrics()
,
calculate_loan_payment()
,
calculate_residual_valuation_cap_rates()
,
calculate_residual_valuation_ebitda_multiples()
,
calculate_valuation_post_money()
,
tidy_promote_structure()
calculate_share_proceeds(price = 9, shares = 150000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.