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
For the S&P 500, the first week of March 2017 was about as eventful as it could be thanks to a strong attempt by Fed officials to shape future expectations ahead of their two-day meeting beginning on 14 March 2017. We would argue that through their concerted efforts, they succeeded in shifting investors to focus upon 2017-Q1 instead of 2017-Q2 to coincide with the timing of their next rate hike.
Alas, because the expectations for changes in the rates of dividend growth for the current quarter of 2017-Q1, which still has a few weeks left in it, and the upcoming quarter of 2017-Q2 are nearly identical, that shift in focus didn't do much to significantly affect the level of the S&P 500, which continued to track along near the bottom of the likely range that our dividend futures-based model has projected for the two quarters.
Last week was also interesting in that we had an anomaly that affected the CBOE's dividend futures contracts for 2017-Q1 (DVMR) and 2017-Q2 (DVJN). On Monday, 27 February 2017, the value of 2017-Q1's dividends per share increased by 3.5 cents to $12.70 per share, while the value for 2017-Q2's dividends per share decreased by the same amount to $11.83 per share. The anomaly then lasted until Thursday, 2 March 2017, when the gap between the forecasts for both quarters closed up once again. You can see the effect that these seemingly small changes had upon our dividend futures-based forecasting model for the trajectories shown for both 2017-Q1 and 2017-Q2 during the past week in the chart above.
We suppose that should teach us to not complain about the two values having otherwise been nearly identical since mid-January!
We recognize this change as an anomaly, first because it soon evaporated within a matter of days, and second, because stock prices didn't respond as our theory would suggest for investors suddenly shifting their forward looking focus from 2017-Q2 to 2017-Q1 during the last week. Had it been the real result of a significant change in expectations for the future for dividends, the upward movement for 2017-Q1 coupled with the sudden investor focus on the quarter would have sparked a much larger rally in stock prices.
But because it was just an anomaly, the shift in focus from 2017-Q2 to the nearer term future of 2017-Q1 didn't cause stock prices to move very much on the week, where the jump upward that occurred on Wednesday, 1 March 2017 wasn't repeated over the following days.
Still, that very limited Lévy flight did spark some useful observations into the nature of the mechanics that can drive such large, sudden upward movements in stock prices [hint: it wasn't the reaction to President Trump's speech on Tuesday evening]. If you haven't seen Nigam Arora's description of what really drove the market's action on 1 March 2017 yet, put it on your reading list - it's absolutely essential reading!
As for what else happened during Week 1 of March 2017, here is our list of the more significant headlines that influenced investors during the week that was.
Elsewhere, Barry Ritholtz recalls the positives and negatives for the U.S. economy during the trading week that ran through Friday, 3 March 2017.
That's enough for this week. In next week's edition, we'll explain what that red box sketched on the chart above signifies.
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.