ÎncepețiÎncepe gratuit

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.

Acest exercițiu face parte din cursul

Equity Valuation in R

Vezi cursul

Instrucțiuni pentru exercițiu

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

Exercițiu interactiv practic

Încearcă acest exercițiu completând acest cod de exemplu.

# 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
Editează și rulează codul