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
And then, suddenly, the future for the S&P 500 snapped into clear focus:
It would appear that investors have shifted their forward-looking focus to 2014-Q1 in setting the pace of change for U.S. stock prices. Following the period after the fiscal cliff reaction of 15 November through 20 December 2012, they had been focused mainly on 2013-Q2.
Now that the transition in focus from 2013-Q2 to 2014-Q1 seems assured, we can expect the recent rapid run-up of stock prices to taper off, as the change in the growth rate of stock prices will converge with that expected for the S&P 500's dividends per share in 2014-Q1. Since that pace is positive, we can expect stock prices to continue generally rising, although at a slower pace.
However, anything that might shift the focus of investors to the less distant future quarters of 2013-Q3 or Q4 will send stock prices crashing.
Other factors that might cause the acceleration rate of stock prices to deviate from the 2014-Q1's expected trailing year dividends per share are the Fed's quantitative easing (QE) policies, where the Fed has recently indicated it could amp up its purchases of U.S. Treasuries or could begin tapering them off altogether. Beyond that, random noise events could temporarily send stock prices off track.
From our perspective, perhaps the most surprising thing about the rally in the stock market since 15 November 2012 is that it has been extremely driven by underlying fundamentals. The one thing that ended the recent uncertainty we had in which alternate future investors would select to focus their forward-looking attention upon was the sudden decline in the 2014-Q1's expected dividends per share, which dropped from $9.37 per share to $9.11 per share on Monday, 13 May 2013 - coinciding with the end of the period for establishing the shareholders of record for the biggest two stocks in the S&P 500, Apple and Exxon Mobil.
That change brought the level of the change for the growth rate of expected trailing year dividends per share into easy reach for today's stock prices. With that being the case, they are more likely to be able to hold that level outside changes in the Fed's QE policies, which if the Fed is targeting stock prices as it has in the past, means that they can get away with doing less as there is a fundamental reason for stock prices to continue growing.
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.