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
Prompted by the release of the minutes of the FOMC's October 2015 meeting, investors shifted their forward looking focus back to 2015-Q4, as it now appears the Fed will finally follow through on its previously empty threats to begin hiking short term interest rates in the U.S.
For stock prices, the shift in forward-looking focus from 2016-Q1 back to the nearer term future of 2015-Q4, where the Fed will likely announce its now expected action at its next meeting on 16 December 2015, meant that stock prices would rise. And so they have, just as our hypothesis would expect:
Here's how Reuters reported the story:
Wall St. rallies after Fed minutes solidify December rate hike bets
U.S. stocks closed higher on Wednesday and investors appeared positively inclined toward higher rates after minutes from the Federal Reserve October meeting showed a solid core of officials rallied behind a possible December rate hike.
Central bankers at the October policy meeting also debated evidence the U.S. economy's long-term potential may have permanently shifted lower.
The three major indexes added to earlier gains after the 2:00 PM ET Fed release and buying accelerated ahead of the close.
Now, here's the thing. We're now in a period of time in which investors are myopically focused on the very near term future. That will only last one more month, at most, through the third Friday of December (18 December 2015), which corresponds to when the stock market futures contracts for 2015-Q4 expire, with pretty good odds that investors will shift their forward-looking focus to a more distant point of time in the future after the FOMC meets on 16 December 2015.
Which point in the future they focus upon next will determine the trajectory that stock prices will actually take, as the expectations associated with each point will drive stock prices.
At the same time, we've kept seeing the pattern when when unexpectedly bad news is reported, investors shift their attention to 2016-Q1. What that suggests is that there is a high risk of yet another roughly 10% correction in the market's near term future.
We think that the extent to which that might be avoided will hinge on how the Federal Reserve manages investor expectations after its December 2015 meeting. With the data we have available today, we think that if they set expectations such that investors believe that the next action they take will be after 2016-Q1, the U.S. stock market can avoid a correction event.
But if they indicate that their next action might take place in that first quarter of 2016, or if they otherwise lose the plot in the face of other market driving news, then the kind of focus-shifting correction we've described will become a done deal.
We're juggling our posting schedule around as we head into the end of the year's holiday season, which is why we're commenting on the stock market on a Friday when we'd otherwise be turning our attention to more fun-related material.
Speaking of which, we'll be turning our attention next week toward Thanksgiving, where it will be all turkey all week long, as per our annual holiday tradition!
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.