ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Equity Valuation in R

Ver curso

Instrucciones del ejercicio

  • Calculate the firm's equity value.
  • Calculate the firm's equity value per share.

Ejercicio interactivo práctico

Prueba este ejercicio completando el código de muestra.

# Calculate Equity Value
eq_val <- ___
eq_val

# Calculate Equity Value Per Share
eq_val_per_share <- ___
eq_val_per_share
Editar y ejecutar código