Historical performance of a Swedish Permant Portfolio

General Discussion on the Permanent Portfolio Strategy

Moderator: Global Moderator

Post Reply
User avatar
lordmetroid
Executive Member
Executive Member
Posts: 200
Joined: Wed Nov 26, 2014 3:53 pm

Historical performance of a Swedish Permant Portfolio

Post by lordmetroid »

This is a Swedish Permanent Portfolio without rebalancing,
Admittedly smoother than an all stock portfolio but it is still a very bumpy ride and very prolonged declines.

[img width=700]http://i.imgur.com/qYb3fcx.png[/img]

Dear Lord:

Your image has been degunked.  :)

For future reference, have a look
here.
-- TPG
Last edited by lordmetroid on Mon Feb 01, 2016 12:50 pm, edited 1 time in total.
User avatar
jafs
Executive Member
Executive Member
Posts: 817
Joined: Fri Nov 27, 2015 10:23 am

Re: Historical performance of a Swedish Permant Portfolio

Post by jafs »

Why would you look at a PP portfolio without re-balancing??

The idea of re-balancing periodically is an integral part of the concept.
User avatar
lordmetroid
Executive Member
Executive Member
Posts: 200
Joined: Wed Nov 26, 2014 3:53 pm

Re: Historical performance of a Swedish Permant Portfolio

Post by lordmetroid »

jafs wrote: Why would you look at a PP portfolio without re-balancing??

The idea of re-balancing periodically is an integral part of the concept.
I haven't figured out how to do the rebalancing in a spreadsheet.
Last edited by lordmetroid on Mon Feb 01, 2016 10:46 am, edited 1 time in total.
User avatar
Pointedstick
Executive Member
Executive Member
Posts: 8883
Joined: Tue Apr 17, 2012 9:21 pm
Contact:

Re: Historical performance of a Swedish Permant Portfolio

Post by Pointedstick »

lordmetroid wrote:
jafs wrote: Why would you look at a PP portfolio without re-balancing??

The idea of re-balancing periodically is an integral part of the concept.
I haven't figured out how to do the rebalancing in a spreadsheet.
Here's how I do it:

First, have a column whose cells contain a 1 or a 0 depending on whether a rebalance is necessary, which is computed by looking at the percentages of the assets. Here's the horrible formula for mine:


=IF($B$2=1,IF(OR(O6>(0.333*(1+$F$2)),O6<(0.333*(1-$F$2)),P6>(0.333*(1+$F$2)),P6<(0.333*(1-$F$2)), Q6>(0.333*(1+$F$2)),Q6<(0.333*(1-$F$2))),1,0),IF(OR(O6>(0.25*(1+$F$2)),O6<(0.25*(1-$F$2)),P6>(0.25*(1+$F$2)),P6<(0.25*(1-$F$2)), Q6>(0.25*(1+$F$2)),Q6<(0.25*(1-$F$2)),R6>(0.25*(1+$F$2)),R6<(0.25*(1-$F$2))),1,0))

Then you tell the cells for the amounts in each asset to consult the relevant rebalance cells. If they indicate a rebalance is needed, the starting number is (total portfolio value/4); if not, it's not changed.

=IF($C$2=1,IF($S6=1,$M6/4,I6)*(1+(HLOOKUP(B$4,'Real values'.$B$1:$G$42,('Real values'.$A2-$G$2)+2,0)/100)),IF($S6=1,$M6/4,I6)*(1+(HLOOKUP(B$4,'Real values'.$B$1:$G$42,('Real values'.$A2-$G$2)+2,0)/100))-($N7/4))
Also, can you make your graph smaller? It's gunking up the layout.

PS - I degunked your formulas. :)
-- TPG
Last edited by Pointedstick on Mon Feb 01, 2016 12:47 pm, edited 1 time in total.
Human behavior is economic behavior. The particulars may vary, but competition for limited resources remains a constant.
- CEO Nwabudike Morgan
Libertarian666
Executive Member
Executive Member
Posts: 5994
Joined: Wed Dec 31, 1969 6:00 pm

Re: Historical performance of a Swedish Permant Portfolio

Post by Libertarian666 »

You shouldn't talk! Your spreadsheet code is much wider than his chart!

Dear techno:
I removed the PS code gunk from your post.  Benevolent dictatorship! ;)
-- TPG
Last edited by Libertarian666 on Mon Feb 01, 2016 1:03 pm, edited 1 time in total.
User avatar
Pointedstick
Executive Member
Executive Member
Posts: 8883
Joined: Tue Apr 17, 2012 9:21 pm
Contact:

Re: Historical performance of a Swedish Permant Portfolio

Post by Pointedstick »

D'oh! I thought it would wrap.
Human behavior is economic behavior. The particulars may vary, but competition for limited resources remains a constant.
- CEO Nwabudike Morgan
User avatar
Greg
Executive Member
Executive Member
Posts: 1126
Joined: Sun May 20, 2012 6:12 pm
Location: Maryland

Re: Historical performance of a Swedish Permant Portfolio

Post by Greg »

Pointedstick wrote: D'oh! I thought it would wrap.
https://www.youtube.com/watch?v=dO37Ql91qqM <-- Homer Simpson's D'ohs from Season 1 - 20.
Background: Mechanical Engineering, Robotics, Control Systems, CAD Modeling, Machining, Wearable Exoskeletons, Applied Physiology, Drawing (Pencil/Charcoal), Drums, Guitar/Bass, Piano, Flute

"you are not disabled by your disabilities but rather, abled by your abilities." -Oscar Pistorius
User avatar
lordmetroid
Executive Member
Executive Member
Posts: 200
Joined: Wed Nov 26, 2014 3:53 pm

Re: Historical performance of a Swedish Permant Portfolio

Post by lordmetroid »

The SWE-PP is simply depositing 25% in each asset at the first day and letting it run it's course

The SWE-PP (Daily rebalance) I add the change for all the assets, divide by 4 and apply that total to the portfolio value for each day.
This gives a much smoother ride, of course one can not rebalance daily but the results should be similar enough to a monthly rebalance.

Image
Last edited by lordmetroid on Mon Feb 01, 2016 12:04 pm, edited 1 time in total.
dutchtraffic
Executive Member
Executive Member
Posts: 242
Joined: Sat Apr 11, 2015 7:28 am

Re: Historical performance of a Swedish Permant Portfolio

Post by dutchtraffic »

Pretty horrible performance...?
Last edited by dutchtraffic on Mon Feb 01, 2016 1:45 pm, edited 1 time in total.
User avatar
Pointedstick
Executive Member
Executive Member
Posts: 8883
Joined: Tue Apr 17, 2012 9:21 pm
Contact:

Re: Historical performance of a Swedish Permant Portfolio

Post by Pointedstick »

Whoa, that is some awesome Excel-fu, TPG!
Human behavior is economic behavior. The particulars may vary, but competition for limited resources remains a constant.
- CEO Nwabudike Morgan
User avatar
lordmetroid
Executive Member
Executive Member
Posts: 200
Joined: Wed Nov 26, 2014 3:53 pm

Re: Historical performance of a Swedish Permant Portfolio

Post by lordmetroid »

I noticed the Cash and Bonds mutual funds had been paying out dividends so after correcting the NAV I got this chart.
The stock data is also without dividends but I can't find any data where the dividends are included so the CAGR ought to be higher and the Permanent Portfolio ought to have an  even smoother ride.

SWE-PP CAGR: 5,44%
SWE-Stocks CAGR: 1,58%.

If I eliminate Cash I could get a CAGR of 6,43% but I don't think I would want to do that.

[img width=500]http://i.imgur.com/MdNqXkl.png[/img]


Here is a chart of the individual Swedish assets.
I have used:
  • Stocks: XACT OMXS30
  • Cash: Swedbank Robur Penningmarknadsfond
  • Bonds: AMF r�ntefond L�ng
  • Gold: Gold spot price in USD converted to SEK
[img width=500]http://i.imgur.com/pxwNtuv.png[/img]
Last edited by lordmetroid on Mon Feb 01, 2016 6:29 pm, edited 1 time in total.
Libertarian666
Executive Member
Executive Member
Posts: 5994
Joined: Wed Dec 31, 1969 6:00 pm

Re: Historical performance of a Swedish Permant Portfolio

Post by Libertarian666 »

IDrinkBloodLOL wrote: Holy crap, you people know some serious spreadsheet mechanics. This forum was worth joining if all I got out of it was this thread.
You'd be surprised what some of us know about a number of topics.  ;D
Post Reply