r* = r [1-(pi*ti+pd*td+pcg*tcg)]
This part is easy to understand. It is the effective rate after deducting taxes on the proportion of the particular component i=interest, d=dividend, cg=capital gains in a particular year
The equation which is a little more difficult to comprehend
t* = tcg * [1-(pi+pd+pcg)] / [1-(pi*ti+pd*td+pcg*tcg)]
- tcg = (Capital tax gains rate)
- [1-(pi+pd+pcg)]= [Proportion of portfolio not yet taxed)
- [1-(pi*ti+pd*td+pcg*tcg)] = (Proportion already taxed)
Then you have the standard formula seen before (for the deferred tax case)
FVIFTaxable = (1 + r *)^n (1 − T *) + T* −(1 − B)t cg
only here r becomes r*, tcg becomes t*
and B as before is the basis component.
I hope this was the equation being talked about, and hope this helps provide some context.
And I have slighlty modified the equation in the book by using brackets and combining like terms e.g.
when the book says
1-pi*ti - pd*td - pcg * tcg -> does not provide context
but
1-(pi*ti+pd*td+pcg*tcg) -> which is the same expression - does provide context as to what is happening.