Get startedGet started for free

Equity Value per Dividend Discount Model

In this exercise, you will use the dividend discount model (DDM) to value the subject firm's equity. Suppose the company pays dividends of $1 per share (div) annually into perpetuity and that the dividends grow each year into perpetuity at a rate of 3.0% (pgr). Assuming the cost of equity is 11.55% (ke), what is the value of the firm's equity per share?

This exercise is part of the course

Equity Valuation in R

View Course

Exercise instructions

  • Calculate the equity value using the DDM.

Hands-on interactive exercise

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

# Use DDM to Calculate Equity Value
equity_value_ddm <- ___
equity_value_ddm
Edit and Run Code