Equity Value Per Free Cash Flow to Equity Model
Now that you have calculated the present value of the projection period FCFE (pv_proj_period
) and the present value of the terminal value (pv_terminal
), you can now calculate the firm's equity value per share. To have a number comparable to the firm's stock price, we need to then calculate the equity value per share. Assume that the firm has shares outstanding (shout
) of 15 million shares.
Este exercício faz parte do curso
Equity Valuation in R
Instruções do exercício
- Calculate aggregate equity value.
- Calculate equity value per share.
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Calculate agggregate equity value
equity_value_fcfe <- ___
equity_value_fcfe
# Calculate equity value per share
equity_value_fcfe_per_share <- ___
equity_value_fcfe_per_share