powered by
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 )
vector of of valuations in numeric or character
vector of of amount of business sold in percent or character percent form
Return data in wide or long form
a tibble()
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_cap_rates(), calculate_residual_valuation_ebitda_multiples(), calculate_share_proceeds(), tidy_promote_structure()
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_cap_rates()
calculate_residual_valuation_ebitda_multiples()
calculate_share_proceeds()
tidy_promote_structure()
Other venture capital: cb_unicorns(), ycombinator_alumni()
cb_unicorns()
ycombinator_alumni()
# NOT RUN { calculate_valuation_post_money(pre_money_valuation = "$45,000,000", percent_sold = "10%", return_wide = T) # }
Run the code above in your browser using DataLab