CommencerCommencer gratuitement

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.

Cet exercice fait partie du cours

Equity Valuation in R

Afficher le cours

Instructions

  • Calculate aggregate equity value.
  • Calculate equity value per share.

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de 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
Modifier et exécuter le code