10 years ago, before an early retirement, I wondered if I could get equity-like returns for bond like volatility. My goal was not day trading it was portfolio "efficiency." In a retirement context this is especially important since spending against a volatile portfolio can have negative consequences. If I could get, on the margin, the same return with less volatility or something more mean-variance efficient than what I do already then that is a game I want to play. The purpose of the 40 month post was to tell myself that I had gotten to where I wanted to go after all those years but I had provided no context. Here is the basic idea by the numbers.
This, as in the previous post, is the strategy over the last 40 months:
> Return.annualized(z, scale = 12, geometric = T)[1]
[1] 0.0735794
> StdDev.annualized(z, scale = 12)[1]
[1] 0.03936469
> SharpeRatio.annualized(z,Rf=Rf_m)[1]
[1] 1.336638
> SortinoRatio(z,MAR=0)[1]
[1] 1.235226
> Omega(z,L=0)[1]
[1] 3.940805
>
> Return.annualized(y, scale = 12, geometric = T)[1]
[1] 0.08028084
> StdDev.annualized(y, scale = 12)[1]
[1] 0.10426
> SharpeRatio.annualized(y,Rf=Rf_m)[1]
[1] 0.5677147
> SortinoRatio(y,MAR=0)[1]
[1] 0.3940518
> Omega(y,L=0)[1]
[1] 1.799118
> Return.annualized(y, scale = 12, geometric = T)[1]
[1] 0.0001163956
> StdDev.annualized(y, scale = 12)[1]
[1] 0.03191413
> SharpeRatio.annualized(y,Rf=Rf_m)[1]
[1] -0.6118432
> SortinoRatio(y,MAR=0)[1]
[1] 0.007914214
> Omega(y,L=0)[1]
[1] 1.01429
> Return.annualized(y, scale = 12, geometric = T)[1]
[1] 0.01614237
> StdDev.annualized(y, scale = 12)[1]
[1] 0.04917069
> SharpeRatio.annualized(y,Rf=Rf_m)[1]
[1] -0.07708181
> SortinoRatio(y,MAR=0)[1]
[1] 0.154545
> Omega(y,L=0)[1]
[1] 1.302336
>
(don't ask about tax efficiency, that's a different story altogether...)
-------------------------------------------------------
[1] Supposedly, by reputation, preferred stocks combine the worst of credit and equity. Here I am trying to get the best of both. We'll see what happens when this is tested by a 1987 or 2008 type event if I'm still playing the game.
-------------------------------------------------------
[1] Supposedly, by reputation, preferred stocks combine the worst of credit and equity. Here I am trying to get the best of both. We'll see what happens when this is tested by a 1987 or 2008 type event if I'm still playing the game.
No comments:
Post a Comment