## Cost of Equity: Realized Yield Approach
The realized yield approach computes the actual return earned on a share over a specific holding period, based on dividends received and capital gain/loss on sale. It is particularly useful when the dividend stream is irregular.
### For a single period (one year)
```
Ke = (D1 + P1 − P0) / P0
= D1/P0 + (P1−P0)/P0
= Dividend yield + Capital gain yield
```
### For multiple periods (IRR method)
Find the rate `r` that equates the present value of all future dividends plus the terminal sale price to the initial purchase price:
```
P0 = Σ[Dt/(1+r)^t] + Pn/(1+r)^n
```
This is solved by trial-and-error (like an IRR calculation), then interpolated.
### Practical computation (multi-year)
For each year t:
```
Return in year t = (Dt + Pt − Pt−1) / Pt−1
```
The average or IRR of these annual returns is the realized yield.
### When to use this approach
- Irregular dividend patterns (cannot use Gordon Model)
- When you know the actual holding period and sale price
- Retrospective performance measurement