Warily Projecting Near-Term US Stock Market Returns, Part II

In a recent post I explored a methodology to guesstimate the S&P 500’s 2-year annualized return 12 months into the future. A silver bullet? Hardly, but as short-term forecasting models go you could do worse. But your editor gets poor marks for explaining the details. Several readers reached out and asked for clarification. Allow me to make amends.

The idea starts with taking the rolling 10-year annualized return for the S&P 500 Index and adjusting it by subtracting the one-year return, a.k.a. the 10-year/1-year return spread. History suggests this is a reasonable proxy for anticipating what the 2-year annualized return will be 12 months ahead.

Consider the relationship between the spread and the 12-months advanced 2-year return, per the chart below. The main takeaway: there’s a negative correlation between the two time series. It’s not perfect, but it persists enough of the time so that you should think through the reasons to ignore it in real time.

Why would you expect a negative relationship? The reasoning is that when the long-term return (proxied by the 10-year window) is high relative to recent market activity (1-year return), mean reversion is prone to set in to a degree in the near term. As a result, a high 10-year/1-year spread implies a relatively low or negative 2-year annualized return 12 months ahead. The opposite also applies: when the 10-year return is below the 1-year return, the negative spread suggests that weak long-term performance will rebound.

For a somewhat clearer summary of this relationship, let’s take the chart above and invert the 10-year/1-year spread. To the extent that the inverted spread tracks the 2-year return (12 months ahead), the modeling reflects a robust forecast.

Critics will note that the lines don’t perfectly match in the inverted chart immediately above. True, which is the basis for using this forecast cautiously. Then again, no forecasting model is perfect, but this one captures the relationship between the spread and forward 2-year performance fairly well. Note that the correlation is 0.75 for the two time series since 1990 via the inverted chart above — a decent if imperfect fit. (A 1.0 correlation would reflect a perfect fit.)

Alas, there’s a non-trivial amount of noise in the relationship, as illustrated in the linear-regression chart below. If the model was perfect, all the dots would fall along the blue regression line, but that’s obviously not the case. (Note: the red dot reflects the current 2-year return vs. the spread from 12 months previous.)

The message is that you can use this model for developing perspective on what appears to be brewing for the S&P’s 2-year return at this point 12 months ahead. The forecast at any one point in time should be viewed with caution (ideally you’ll use it in context with other models), but routinely monitoring the ebb and flow of the estimates offers a useful guide for evaluating how Mr. Market’s discounting machine is evolving.


Learn To Use R For Portfolio Analysis
Quantitative Investment Portfolio Analytics In R:
An Introduction To R For Modeling Portfolio Risk and Return

By James Picerno


One thought on “Warily Projecting Near-Term US Stock Market Returns, Part II

  1. jkw

    If I understand what you are doing, you are forecasting returns for a period that overlaps with your input to the forecast. For example, you are forecasting the return from Jan 1, 2021 to Dec 31, 2022 using the return from Jan 1, 2012 to Dec 31, 2021 and the return from Jan 1, 2021 to Dec 31, 2021. If you take out the ten year return, the correlation might increase a bit. If you run a multi-regression on your two inputs, you will probably see that most of the loading is on the 1 year return. But that is expected, because that one year return covers exactly half of the time period for the two year return you are forecasting. It would be more interesting to forecast just the remaining 12 month return that isn’t included in the input.

Comments are closed.