tulkuu wrote:
Appreciate it if anyone can derive or explain the reasoning of Sharpe(Asset) > Sharp(Portfolio) * Corr(Asset,Portfolio)? To be honet, I just memorized the formula and applied it whenever applicable.
Hey Tulkuu - It would be something like this:
ac = Asset Class; p = Portfolio; Rfr = Risk Free Rate; SD = Std Dev; Corr(ac,p) = Cov(ac,p) / (SDac * SDp)
Sharpe AC = Sharpe P * Corr(AC,P) or
(Rac - Rfr) / SDac = [(Rp - Rfr) / SDp] * [Cov(ac,p) / (SDac * SDp)]
So the SDp’s on the right side cancel out and if you multiply both sides by SDac you get:
Rac - Rfr = Cov(ac,p) * (Rp - Rfr)
Now move the Rfr on the left to the right side of the equation:
Rac = Rfr + Cov(ac,p) * (Rp - Rfr)
Which is basically the CAPM.
so in summation: If the return of your asset class is greater than the expected return of your portfolio adjusted for the risk of the new asset class then you should add the new asset class to the portfolio.