ComenzarEmpieza gratis

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.

Este ejercicio forma parte del curso

Equity Valuation in R

Ver curso

Instrucciones del ejercicio

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

Ejercicio interactivo práctico

Prueba este ejercicio completando el código de muestra.

# 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
Editar y ejecutar código