to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
The S&P 500 (Index: SPX) appears to have returned to the upside-down.
That's the situation that exists when the behavior of stock prices acts contrary to the usual rules that apply to them. In terms of the dividend futures-based model we use to project the future for the S&P 500, we see that change in the value of m, the amplification factor in the model, when it changes from a positive to a negative value.
When that happens, it's safe to say the market has undergone a regime change, which is a possibility we first raised last week. This week, we've accumulated enough data to take a stab at an initial estimate of the new value for m. The latest update to the alternative futures chart shows that change in regime as if it began on 11 May 2021.
In setting the start date for the new market regime, we're using our previous redzone forecast range as a statistical hypothesis test, which in truth, is really what it is. Extending it slightly forward, we find the level of stock prices has dropped definitively outside its range as of 11 May 2021, which means at least one of the assumptions behind the redzone forecast no longer applies.
Using the newly added data accumulated in the past week allows us to initially estimate a new value of -5 for the amplification factor. At the same time, the data suggests investors have shifted their forward looking focus to 2021-Q4 in setting current day stock prices. Combined with the regime change we just described, these Lévy flight shift would help explain the market's recent volatility.
It's very early days for determining these values. We'll continue testing them behind the scenes.
In the 11+ years since we first developed the dividend futures-based model, we've only seen the S&P 500 go into the upside-down once before, when a combination of changes in the Federal Reserve's monetary policies and some extreme speculation on the part of the "Nasdaq Whale" sent it there during the summer of 2020, ending only when the Nasdaq whale exited their speculative trades in September 2020.
At this time, we're not aware of any similar speculative activity in the markets. Then again, it wasn't until weeks after the Nasdaq whale started trading that their impact on the markets was traced to their trades. That's why we keep paying attention to market-moving news as it comes across the wires. Speaking of which, here are the headlines we flagged during the trading week ending on Friday, 21 May 2021.
What was positive and negative about the past week's markets and economics news? Be sure to check out Barry Ritholtz' succinct summary!
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.