Get startedGet started for free

Calculate Present Value of Terminal Value

After calculating the present value of the projection period free cash flow to equity (FCFE), we now calculate the present value of the terminal value we previously calculated (tv_2021). The cost of equity (ke) is stored in memory.

This exercise is part of the course

Equity Valuation in R

View Course

Exercise instructions

  • Calculate the present value of the terminal value.

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Calculate Present Value
pv_tv <- ___
pv_tv
Edit and Run Code