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

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

Arguments

price

numeric price

shares

share count

Value

numeric vector

See also

Examples

calculate_share_proceeds(price = 9, shares = 150000)