Calculate Equity Value
Using the present value of the free cash flows from 2017 to 2021 (pv_fcfe
) and the present value of the terminal value (pv_tv
), calculate the equity value of the firm. Then, assuming the firm has a shares outstanding (shout
) of 10 million shares, calculate the equity value per share.
Este exercício faz parte do curso
Equity Valuation in R
Instruções do exercício
- Calculate the firm's equity value.
- Calculate the firm's equity value per share.
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Calculate Equity Value
eq_val <- ___
eq_val
# Calculate Equity Value Per Share
eq_val_per_share <- ___
eq_val_per_share