Hey Consultants,

Today, let us delve into how to uncover Alpha ideas using the renowned Gordon Growth Model. The Gordon Growth Model (GGM), also known as the Dividend Discount Model (DDM), is a fundamental valuation method that calculates the intrinsic value of a stock based on a future series of dividends that grow at a constant rate. This framework allows analysts to assess whether a stock is undervalued or overvalued relative to its current market price.

📊 Basic GGM Formula

The basic formula for the Gordon Growth Model is:

P = D(t=1) / (r - g)

Where:

🔍 Components Explained

Expected Dividend (D(t=1)): This is the dividend the company is expected to pay in the next period. It can be calculated by multiplying the most recent dividend D(t=0) by one plus the growth rate.

D(t=1)= D(t=0) * (1 + g)

Required Rate of Return (r): This represents the return investors expect for investing in the stock, often estimated using the Capital Asset Pricing Model (CAPM):

r = R_f + beta * (R_m - R_f)

Dividend Growth Rate (g ): This is the expected constant rate at which dividends will grow indefinitely. It can be estimated based on historical dividend growth rates or the sustainable growth rate:

g = b  * ROE

🔗 Using GGM to find Alphas

The first obvious template you will think of is comparing the intrinsic value calculated using the GGM to the current market price:

📐 First Template

From here, you can start brainstorming relevant Alpha ideas. For example, consider creating an Alpha that captures the relative undervaluation or overvaluation within an industry.

One potential template you can use is:

group_zscore(<D(t=1)> / ( - ) - ts_mean(close, 21), industry)

This template computes the industry-normalized difference between the GGM-based intrinsic value and the current market price.

Where <D(t=1)>, and can use rightly available data fields, or you can follow the earlier formula to derive the value from base data.

Or, you can structure it as:

<group_compare_op>(<cs_compare_op>(<D(t=1)> / ( - ), ts_mean(, 21)), )

Where:

✨ Key Points

📐 Second and More

Wait, there is more!

The beauty of this kind financial formula is it provides an anchor for you to compare two different data points. For example, you can compare the difference in R and G. The difference captures the company's earnings growth and investor's demand. 

💡 Discussion Prompt

Can you think of any other Alpha ideas derived from the Gordon Growth Model? Perhaps incorporating multi-stage growth models or adjusting for companies that don't pay dividends? Share your innovative ideas and approaches below! 💬

After reading this, you can understand how to hypothesize based on a well-known financial theory, create an implementation, and test whether it captures any significant signal.

Happy researching! 🚀