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
In Week 1 of May 2017, the probability that investors expecting the Federal Reserve to next hike U.S. short term interest rates before the end of 2017-Q2 reached 90%. As a result of that strong focus by investors upon the current quarter of 2017-Q2, the S&P 500 (Index: INX) has developed a real potential to experience the "ticking clock" problem.
The ticking clock problem for the S&P 500 arises whenever investors become strongly focused on the current quarter as they make the investing decisions that affect the value of the S&P 500 index. Because the clock on the current quarter is ticking down, investors only have a limited amount of time during which they can maintain their attention on the current quarter before they will be forced to shift their forward-looking attention to another point of time in the future.
The potential for a problem as a consequence of that shift in focus arises because of the expectations associated with the next period of time in the future to which investors might next collectively target their attention. If those expectations include an acceleration in the rate of growth of the index' dividends per share, then the shift in attention will drive an increase in stock prices, which would not be considered to be much of a problem.
If however those expectations include a deceleration (or negative acceleration) of the expected growth rate for the S&P 500's dividends per share, then the shift in attention will drive a decrease in stock prices. How much they might potentially move would then be a factor of the magnitude of the difference in those future expectations between the quarter they are currently focused upon and the quarter to which they set their attention to next.
Our dividend futures-based model for projecting the alternative future trajectories for the S&P 500 allows us to show how stock prices will likely be set as investors might focus their attention on specific points of time in the near future.
If investors shift their attention to focus upon 2017-Q3, say because Fed officials begin communicating that they'll next hike interest rates in that quarter, that shift in attention will likely produce as much as an 8-10% decline in stock prices with respect to its projected trajectory. If investors fully redirect their focus to the 2017-Q4, then stock prices may rise by as much as 5%. And if investors have reason to split their focus between the two quarters, stock prices will fall somewhere in between, weighted to whichever future quarter investors are more strongly directing their attention toward.
As for telling how far forward investors may be looking, that takes paying attention to the market's news to understand the context of the market's information environment....
Elsewhere, Barry Ritholtz tallies up the week's positive and negative economics news….
Two final notes before we close out Week 2 of May 2017 for the S&P 500:
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.