| calculate_valuation_post_money | R Documentation |
This function calculates the the post-money ownership splits of an entity for specified inputs.
calculate_valuation_post_money(
pre_money_valuation = "$45,000,000",
percent_sold = "10%",
return_wide = T
)
pre_money_valuation |
vector of of valuations in numeric or character |
percent_sold |
vector of of amount of business sold in percent or character percent form |
return_wide |
Return data in wide or long form |
a tibble()
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_share_proceeds(),
tidy_promote_structure()
Other venture capital:
cb_unicorns(),
ycombinator_alumni()
calculate_valuation_post_money(pre_money_valuation = "$45,000,000", percent_sold = "10%", return_wide = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.