Learn R Programming

fundManageR (version 0.5.02030319)

calculate_share_proceeds: Share proceeds

Description

This function calculates distributable proceeds from a share sale based upon specified inputs.

Usage

calculate_share_proceeds(price = 10, shares = 1e+06)

Arguments

price

numeric price

shares

share count

Value

numeric vector

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_valuation_post_money, tidy_promote_structure

Examples

Run this code
# NOT RUN {
calculate_share_proceeds(price = 9, shares = 150000)
# }

Run the code above in your browser using DataLab