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.
This exercise is part of the course
Equity Valuation in R
Exercise instructions
- Calculate aggregate equity value.
- Calculate equity value per share.
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# 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