The 60/40 Benchmark Portfolio

The traditional 60/40 portfolio is an allocation of 60% to equities and 40% to bonds. It is periodically rebalanced (usually once per month) in order to maintain this proportion as each asset class grows or shrinks between rebalances. In this article we backtest a US-only 60/40 benchmark asset allocation strategy, describe its recent performance as well as provide expectations of how it will likely behave in the future.

In a recent article we introduced systematic tactical asset allocation (TAA) as a low-frequency example of quantitative trading strategy.

For those who are taking their first steps in systematic trading, are wanting to consider systematic trading in the context of their retirement planning or are simply wishing to minimise the day-to-day work of running a strategy TAA can be a great choice.

Despite its seeming simplicity as a systematic trading mechanism there is a substantial body of theory behind some of the more complex implementations. Many—if not all—TAA strategies rely on a good understanding of macroeconomic trends and an awareness of the behaviour of various asset classes over the long-term. The typical monthly rebalance frequency of these strategies lends itself to spending more time on research and less time on operational implementation.

In this and subsequent articles we are going to start delving into some of these issues. The goal will be to provide a solid overview of TAA, via a series of example strategies, which you can then use a 'tool' in your systematic trading toolbox, potentially to diversify against higher frequency strategies.

In addition to learning a new set of investment skills we are also going to make use of the current development version of our freely available open source backtesting engine QSTrader. QSTrader has recently been redeveloped 'from the ground up' to be easier to use, allowing straightforward implementation of TAA strategies. All of the asset allocation approaches discussed in our TAA articles will have backtests provided via interactive charts helping you to determine if such a strategy should be added to your portfolio.

Strategy Benchmarks

Many TAA strategies consist of straightforward static asset allocations that are periodically rebalanced. Some will utilise sophisticated portfolio construction methods to tactically weight allocations on a more frequent basis.

As with all forms of investing it is prudent to be aware of the opportunity cost of allocating capital to one strategy or portfolio over another. If we are to consider running a complex TAA strategy with non-trivial weighting rules it is necessary to ask whether one can achieve similar—or better—performance solely with simple static allocations.

This motivates the concept of a strategy benchmark. A benchmark is a particular choice of portfolio that provides a comparison mechanism against another trading strategy. One can think of the benchmark as the 'default option'. In particular, for a certain set of investor risk/reward preferences if the benchmark cannot be beaten with an active complex trading strategy then why spend operational time on its implementation?

Choosing a benchmark is not as straightforward as it seems. Consider an active long-only equities strategy run by a large institutional fund. The usual 'go to' benchmark is a geographic market cap weighted index, such as the S&P500 for the US or the FTSE100 for the UK. However, an argument can be made that the benchmark could also be an index aggregating the performance of other institutional long-only equities funds. Since an investor, such as a pension fund allocator, is effectively choosing between multiple firms rather than likely investing in a market index directly this may seem like a more sensible comparison.

When considering static and active asset allocation strategies specifically a broad range of potential asset class and geographic options are available to the investor. Hence utilising a geographically-dependent single asset class instrument such as a domestic market index makes less sense. Such a method would fail to take into account the diversifying power of multiple asset classes or geographies.

One of the most common benchmarks utilised in the TAA space is the 60/40 equities/bonds static allocation. In this article we will describe the 60/40 portfolio and implement it as a 'trading strategy' in QSTrader. We will attempt to understand—based on the current macroeconomic climate—why it has been an attractive allocation to date, but may not provide comparable performance going forward.

What is 60/40?

The traditional 60/40 portfolio is an allocation of 60% of an account to equities and 40% of an account to bonds. This allocation is periodically rebalanced (usually once per month) in order to maintain this proportion as each asset class grows or shrinks between rebalances.

60/40 is often implemented as a fully domestic portfolio with US-only equities and a mixture of Treasuries and corporate bonds from US firms. It can also be implemented as a global strategy utilising world equities (developed and non-developed) as well as a mixture of sovereign and corporate global bonds.

Its primary advantage lies in the diversification benefit offered by the partially uncorrelated nature of stocks and bonds. The historical effect has been to lower maximum drawdowns compared to a portfolio fully invested in equities.

Low-cost ETFs allow the strategy (and variants thereof) to be straightforwardly implemented by systematic retail traders, with nothing more than a spreadsheet examined once per month.

However the focus in this article is on 60/40 as a benchmark asset allocation strategy that will used as a comparison 'yardstick' for all other systematic tactical asset allocation strategies described in future articles.

Advantages of 60/40

Despite its seemingly simple allocation methodology the 60/40 mix possesses some useful advantages:

  • Diversification - The underlying assumption of the investment thesis is that stocks and bonds are (to some extent) uncorrelated. Hence by adding an allocation towards bonds there is a useful diversification benefit.
  • Risk/Reward - The 60/40 is designed to provide 'equity-like returns with bond-like volatility'. The addition of bonds should thus increase the risk-adjusted return (and hence Sharpe Ratio).
  • Implementation - The strategy is exceedingly simple to implement. It only requires monthly or annual rebalancing. It uses easy-to-access liquid ETF instruments making it suitable for systematic retail traders who want to minimise long-term trading costs.
  • Taxation - While this particular advantage is strongly dependent upon the investor's location the infrequency of realising gains due to the sparse rebalances makes the strategy attractive from the point of view of taxation.

Disadvantages of 60/40

60/40 also suffers from some significant disadvantages. These contribute to its usage as a 'benchmark' rather than a 'strategy' for most systematic asset allocators:

  • Geography - The traditional 60/40 portfolio utilises US-only assets, implemented in this article via the SPY and AGG ETFs. An alternative is to utilise ETFs capturing global equities and bonds.
  • Drawdowns - As can be seen from the backtest results below the portfolio suffers from a maximum 35% drawdown over a period of 27 months during the Global Financial Crisis. While this is certainly superior to that of a 100% allocation to SPY, which would have seen an approximate 50% drawdown over the same timeframe, it would still be difficult to tolerate for most investors.
  • Inception Date - The strategy performance is very sensitive to the inception date due to the large allocation to stocks and their subsequent valuations. If stocks are 'expensive' (on a price-earnings basis) when the strategy begins this can have a dramatic impact on the overall returns. See Meb Faber's take on this [2] for a more detailed discussion.
  • Risk - While only 60% of the dollar value of the portfolio is in stocks, on a volatility-adjusted basis much more of the risk is actually being placed in that asset class. In future articles the concept of volatility weighting or risk parity will be discussed, which is designed to mitigate this effect.
  • Future Performance - While 60/40 has had a strong performance over the last 30 years there is an expectation amongst market participants (see [2], [3], [5] and [7]) that future performance may be substantially less attractive. A combination of the appearance of negative bond yields and expensive stocks means that 60/40 will have a difficult time even beating inflation over the next 10 years.

Strategy Methodology

At the close of the final calendar trading day of the month calculate the total equity of the portfolio and ensure 60% of dollar value is allocated to the SPY ETF and 40% is allocated to the AGG ETF, carrying out any rebalancing trades as necessary.

Instruments Utilised

  • SPY - SPDR S&P500 ETF Trust, tracking the S&P500 US large-cap stock market index. Alternative ETFs include IVV and VOO.
  • AGG - iShares Core U.S. Aggregate Bond ETF, tracking an index of US investment-grade bonds. An alternative ETF is BND.

QSTrader Implementation

The backtest results below make use of the latest development version of QSTrader. In order to aid reproducibility the backtest parameters have been published below:

  • Data - SPY and AGG daily historical OHLCV data was utilised from YahooFinance
  • Start Date1 - 30th September 2003
  • End Date - 3rd December 2019
  • Target Weights - SPY 60%, AGG 40%
  • Cash Buffer2 - 1%
  • Initial Account - $1MM
  • Transaction Costs - None modelled
  • Rebalance - Once per month on final calendar day, trades executed at next available market open, with no buffering
  • Update Frequency - Statistics were collected daily at the end of market close

Results

The results of the backtest from 30th September 2003 to 3rd December 2019 are presented below:

Statistic SPY 60/40 Statistic SPY 60/40
CAGR 9.0% 7.1% Annualised Volatility 17.4% 10.2%
Sharpe Ratio 0.58 0.73 Sortino Ratio 0.70 0.88
Max Drawdown -54.7% -35.1% Longest Drawdown 42 months 27 months

60/40 has delivered a CAGR of 7% with an annualised vol of 10%, providing a respectable (daily, zero risk-free rate) Sharpe Ratio of 0.73. It is clear from the equity curve above that subsequent to the Global Financial Crisis of 2008 the 60/40 portfolio has performed well, even on an inflation-adjusted basis.

However this performance has largely been delivered through a combination of central bank quantitative easing programs and a low inflation environment in the US. US stocks have performed very well in this period.

One possible explanation is that as yields have decreased in cash and bonds due to lowering interest rates, investors have entered a 'risk on' phase and have bought up stocks 'artificially' bidding up their prices. Unfortunately the expectation is that future stock returns will diminish over the next 10 years, partially due to their currently high valuations. In addition 10-year US treasury yields have steadily declined from around 4% in 2003 to less than 2% in 2019, putting further pressure on future 60/40 performance expectations.

Given that US inflation is currently around 2-3% the 60/40 portfolio will likely have trouble even generating a positive return in real terms. There is also no guarantee that the historically low correlation behaviour between the two asset classes of stocks and bonds will persist. If correlation increases (as it seems it may be doing) it undermines one of the central investment theses behind 60/40 in the first place.

Despite these headwinds it will likely remain the primary choice of benchmark for TAA based strategies for some time, albeit with a global implementation rather than the traditional US-only methodology.

Next Steps

In subsequent articles we will consider more complex TAA strategies that try to mitigate the effects of the geographic concentration, asset class correlation and risk-weighting issues described above in an attempt to improve our long-term risk-adjusted returns.

References

  • [1] Can a 60/40 split portfolio deliver better outcomes? - Schroders
  • [2] Chapter 2: The Benchmark Portfolio 60/40 - Meb Faber
  • [3] Why Morgan Stanley Says the 60/40 Portfolio Is Doomed - Investopedia
  • [4] Destroying The 60/40 Portfolio Myth - Forbes
  • [5] What a downbeat forecast for 60/40 portfolios means for alternatives- Portfolio Adviser
  • [6] What Is the 60/40 Portfolio (And Should You Have One)? - SmartAsset
  • [7] Asset Allocation: The 60/40 question - IPE

Footnotes

1. The backtest duration is relatively short compared to many others carried out in the asset allocation space. This is due to the starting date of the AGG ETF. We have elected not to create a 'synthetic asset' to cover performance prior to AGG's inception date for the purposes of this article in order to enhance transparency and aid reproducibility.

2. QSTrader does not currently simulate margin and hence will not allow new purchases to exceed the current account cash balance. In order to account for pricing changes between rebalance at close and purchase at next subsequent open it is necessary to maintain a small target cash buffer in the account. We have utilised a value of 1% in the above backtest. This means the remaining 99% of account equity is allocated to a target of 60% SPY and 40% AGG at each rebalance period.