Learn R Programming

fundManageR (version 0.5.02030319)

calculate_valuation_post_money: Post money valuation splits

Description

This function calculates the the post-money ownership splits of an entity for specified inputs.

Usage

calculate_valuation_post_money(pre_money_valuation = "$45,000,000",
  percent_sold = "10%", return_wide = T)

Arguments

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

Value

a data_frame()

See Also

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

Other venture capital: get_data_cb_unicorns, get_data_ycombinator_alumni

Examples

Run this code
# 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