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
The S&P 500 behaved more as we expected that it would during the first full week of December 2017, with stock prices dipping as investors shifted their forward looking focus to 2018-Q1 in setting current day stock prices.
But ended up on Friday, 8 December 2017 at a level that would at first appear to be more consistent with their being focused on 2018-Q2. The reason for that has a lot to do with the positive jobs report that came out on Friday, 8 December 2017, which had the official unemployment rate hold steady from the previous month at 4.1%, but which is down a half percent from November 2016. The report was stronger than expected, which appeared to clear the way for the Fed to not just announce that they will hike U.S. short term interest rates this Wednesday, 13 December 2017, but up to three more times in 2018.
The CME Group's FedWatch tool is reflecting that assessment, where after a 100% probability that the Fed will hike rates on this Wednesday (with a 90.2% chance they'll hike them to a target range of 1.25%-1.50%, and a 9.8% chance they'll hike them even higher to the 1.50%-1.75% range), the Fed Funds Rate futures suggest additional hikes in at least the first quarter of 2018 (2018-Q1) and again in the third quarter of 2018 (2018-Q3).
Probabilities for Target Federal Funds Rate at Selected Upcoming Fed Meeting Dates (CME FedWatch on 8 December 2017) | ||||||
---|---|---|---|---|---|---|
FOMC Meeting Date | Current | |||||
100-125 bps | 125-150 bps | 150-175 bps | 175-200 bps | 200-225 bps | 225-250 bps | |
13-Dec-2017 (2017-Q4) | 0.0% | 90.2% | 9.8% | 0.0% | 0.0% | 0.0% |
12-Mar-2018 (2018-Q1) | 0.0% | 38.6% | 54.8% | 6.5% | 0.1% | 0.0% |
13-Jun-2018 (2018-Q2) | 0.0% | 17.9% | 44.7% | 31.8% | 5.3% | 0.3% |
26-Sep-2018 (2018-Q3) | 0.0% | 10.3% | 32.8% | 36.5% | 16.9% | 3.2% |
Since no hike in the Federal Funds Rate would appear to be anticipated for 2018-Q2 at this time, investors have little reason to focus much of their forward-looking attention on this future quarter, which is why we think that they are now primarily focusing on 2018-Q1, where the level of the S&P 500 is still falling within the range that we would anticipate they would be in that situation.
In any case, this upcoming week will be a big one for markets as the Fed acts and also because we'll start getting our first look at what the future holds for dividends through the end of 2018. In the meantime, here are the market-moving headlines that caught our attention during Week 1 of December 2017.
The invaluable Barry Ritholtz provides an overview of the positives and negatives for the U.S. economy and markets in the first full week of December 2017.
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.