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
After the last two weeks of seeing so many spaghetti models that forecast the potential trajectory of hurricanes in the news, we can't help but note that the forecasting charts that we show each week really represent a similar concept being applied to the future path of the S&P 500.
Only for us, the difference between the alternative trajectories that the S&P 500 might follow comes down to how far into the future investors are collectively looking at any given point in time, where the base reference points that we're projecting from are 13 months, 12 months and 1 month in the past.
That would seem to be a pretty straightforward proposition, but not always. Sometimes, the historic stock prices that we use as those base reference points reflect have been affected by an abnormal amount of volatility in the stock market, where the echo of past volatility skews our dividend futures-based model forecasts.
Last week, we entered one of those periods, which will affect the accuracy of our raw forecasts through 8 November 2017.
That's why we've adjusted our alternative futures chart for the S&P 500 by overwriting the overall trajectory in which we expect the S&P 500 to fall during the next several weeks, where we've assumed that 2018-Q2 will continue to be the point in time to which investors will focused their attention, just as they have over the last several weeks.
Our basis for making that assumption may prove to be very short-lived however. The CME Group's Fedwatch Tool no longer anticipates any change in the level of the Federal Funds Rate in the U.S. through the indefinite future (or rather, at least 1 August 2018), where other factors may soon affect how far into the future investors look.
Consequently, we may see greater volatility in the S&P 500 as a result, where breaking news may cause investors to suddenly shift their attention to other points of time in the future.
As that might happen, we'll redraw the chart to show the echo-adjusted trajectory they might settle upon. Right now however, we'll observe that will have a positive effect on the level of the S&P 500 if they focus upon 2017-Q4 or 2018-Q3, but a negative one if they have reason to focus upon 2018-Q1. Update 10:15 AM EDT: Early trading on 11 September 2017 suggests either 2017-Q4 or 2018-Q3!
And since that other kind of news may have a more significant impact on stock prices now that investors expect the Fed to sit on the sidelines, here are examples of the kinds of headlines that can drive stock prices from the last week.
For a bigger picture of the week's major economic and market news, Barry Ritholtz succinctly summarizes the positives and negatives for Week 1 of September 2017.
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.