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
As we expected, with the Federal Reserve's tapering of its current QE programs now a near certainty, investors have begun shifting their attention to a more distant future quarter.
More specifically, they're shifting their attention away from 2013-Q3, the quarter that investors have associated with the Fed acting to begin reducing the pace of its acquisitions of U.S. Treasuries and Mortgage-Backed Securities, back toward 2014-Q1.
Compared to the previous version of this chart, the path of daily stock prices, as indicated by the dashed blue line, is now moving rapidly away from the expectations of the change in the growth rate of future dividend income associated with the current 2013-Q3 quarter back toward the expectations associated with 2014-Q1.
There's more to this transition than just the locking-in of the expectation that the Fed will taper its QE programs sooner. We're also running out of future for investors to focus upon in 2013-Q3 as well!
By that, we mean that for all practical purposes, the future left to run in 2013-Q3 will run out this upcoming Friday, 20 September 2013, as the dividend futures contracts for 2013-Q3 are set to expire on that date. Since last week, there is very little benefit left for investors to continue shaping any portion of their investment decisions based upon the expectations related to 2013-Q3.
As a result, instead of being 74% of the way from 2014-Q1 (0%) to 2013-Q3 (100%) on our chart, daily stock prices (the dashed blue line) have risen to be just 49% of that distance. In the absence of any major new noise events, we would anticipate that stock prices will continue to generally rise as investors fully refocus their forward-looking attention on this quarter.
There is one wild card we haven't mentioned on our chart above. With the expiration of the dividend futures contract for 2013-Q3, we'll soon have that data replaced by that for the futures contract of 2014-Q3. It's possible that investors might focus upon that quarter, but we believe unlikely at this time, as it would make more sense for investors to focus on the nearer term that would coincide with the period of time in which most companies would implement any major changes in their dividend policies related to changes in their future business outlook.
Update 16 September 2013, 9:10 AM EDT: As a side note, we wrote this analysis on Friday, 13 September 2013, long before the news of Larry Summers withdrawal from consideration became news on the afternoon of Sunday, 15 September 2013. Shortly after the news came out, we posted our thoughts on how the market would react to Summers' withdrawal on Monday over at Barry Ritholtz' blog, before the stock price futures for 16 September 2013 came out - it would seem all is going as we expected....
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.