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 third full week of September 2016 saw the month's second Lévy flight event, which began in the aftermath of the Federal Reserve's FOMC meeting on Wednesday, 21 September 2016. We can see the result of that event, which coincides with investors appearing to have shifted their forward-looking focus from 2017-Q1 back out to the more distant future quarter of 2017-Q2 in the following chart.
That shift occurred after the Fed indicated that it would once again hold off on increasing short term interest rates in the U.S., where investors had pulled in their forward-looking attention to the nearer term a little over two weeks earlier, as several Fed officials suggested they would support hiking those rates at the Fed's September meeting.
We don't think that investors were focused so much on 2017-Q1 as much as they were roughly evenly splitting their focus between the very near term quarter of 2016-Q3 and the distant future quarter of 2017-Q2. With the Fed's confirmation that they would not be hiking U.S. short term interest rates in 2016-Q3, investors quickly refocused their attention on the more distant future of 2017-Q2, with stock prices changing to be consistent with the expectations associated with that future quarter.
On a separate note, this upcoming week will see the end of our use of the modified futures-based model we developed back in Week 3 of July 2016 to address the effect of the echo of historic stock price volatility upon our standard futures-based model of how stock prices work, which we knew in advance would affect the accuracy of the model's forecasts during 2016-Q3.
We have enough data now to confirm that our modified model was much more accurate than our standard model during the past several weeks in projecting the future trajectories that the S&P 500 would be likely to follow given how far forward in time investors were collectively looking in making their current day investment decisions. The following chart shows how the echo of the extreme volatility that was observed a year earlier affected our standard model's projections.
Although we show the echo effect from the previous year's volatility ending after 28 September 2016 in these charts, that may be somewhat misleading, as we're really entering a period which is reflecting the echo of a relatively short interlude in the greater stock price volatility that defined the latter half of 2015. As such, we expect that the trajectory of the S&P 500 will deviate from our standard model's projections during the next two weeks, but not as greatly as it did during the last several weeks.
We will have another prolonged opportunity to test drive our modified model in 2016-Q4.
Meanwhile, here are the headlines that caught our attention as newsworthy from their market-moving potential during Week 3 of September 2016.
Elsewhere, Barry Ritholtz rounded up the week's positives and negatives for the U.S. economy and markets.
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.