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.
Cet exercice fait partie du cours
Equity Valuation in R
Instructions
- Calculate the firm's equity value.
- Calculate the firm's equity value per share.
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Calculate Equity Value
eq_val <- ___
eq_val
# Calculate Equity Value Per Share
eq_val_per_share <- ___
eq_val_per_share