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
Reuters has sounded some dire news:
Wall St. tumbles as investors flee equities on Greek debt crisis
U.S. stocks fell sharply in heavy trading on Monday and the S&P 500 and the Dow had their worst day since October after a collapse in Greek bailout talks intensified fears that the country could be the first to exit the euro zone.
The European Central Bank froze funding to Greek banks, forcing Athens to shut banks for a week to keep them from collapsing.
And Greece appeared to confirm it was heading for a default after a government official said the country would not pay a 1.6 billon euro loan installment due to the International Monetary Fund on Tuesday.
U.S. investors also worried about Puerto Rico's debt problems and a bear market in China the day before quarter-end and ahead of Thursday's U.S. jobs report and the long weekend for U.S. Independence Day.
So are U.S. investors really "fleeing" the U.S. stock market based on the situation in Greece, Puerto Rico and China?
Well, if we look at what our standard model of how stock prices behave, we find that the level of stock prices is within the range of values we would reasonably expect them, whether U.S. investors were focused on either the third quarter of 2015, the fourth quarter of 2015 or the second quarter of 2016!
That's really a consequence of how tightly compressed the expectations for the change in the year-over-year growth of dividends per share in each of these future quarters is at this time - there's really not that much difference between them at this point (although watch out below if investors suddenly focus on 2016-Q1!).
But more practically, if we had to pick one future quarter where the expectations associated with are currently driving the trajectory of the S&P 500, we'd go with 2015-Q3, for reasons not having anything to do with Greece, Puerto Rico or China, so the answer to that first question is... not so much.
Which will be nice while and as long as that lasts, but perhaps a better and more relevant question to ask at this point is how close is order to breaking down in the U.S. stock market?
Keeping in mind that the answer is presently rising at a rate of just under 1 point per trading day, the answer that applies the S&P 500's closing value of 2067.54 on 29 June 2015 is about 1.3%, or 27.4 points away from the key statistics-based threshold.
More interesting is that its happening at nearly the four year anniversary of the last time order broke down in the U.S. stock market, after 30 June 2011, when the Federal Reserve's QE 2.0 bubble suddenly deflated.
So will the period of order that began on 4 August 2011 finally break down after holding for four years? Well, if we consider each of the alternative trajectories for which we have sufficient data to project into the future using our standard forecasting model is any indication, the answer is... almost certainly yes.
We've got about a month where we can continue to use our standard forecasting model for the S&P 500 in 2015, before we'll need to switch to our rebaselined model to work around the effects of the echoes resulting from last year's stock price volatility upon our standard model.
But this will likely be the last time we share what the alternative futures for the S&P 500 look like this year, as we'll have other things going on that will demand our attention.
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.