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
After the wild ride it went on in the first full week of February 2018, the S&P 500 (Index: INX rallied in a subdued fashion during the second week of February 2018.
The subdued rebound for the S&P 500 was all the more remarkable because it occurred in an news environment where a resurgence in consumer inflation became more of a concern for markets, to the point where speculation began to rise that the Fed might hike short term interest rates in the U.S. four times in 2018.
Checking in with the CME Group's Fedwatch tool, we find that investors are still only betting on three rate hikes occurring during 2018, near the end of the current quarter of 2018-Q1, and the more distant future quarters of 2018-Q2 and 2018-Q4, where the probabilities reported by the tool indicate a greater-than-50% chance that the Federal Funds Rate will be increased by a quarter point (or more) at these specific points of time in the future.
Probabilities for Target Federal Funds Rate at Selected Upcoming Fed Meeting Dates (CME FedWatch on 16 February 2018) | |||||||
---|---|---|---|---|---|---|---|
FOMC Meeting Date | Current | ||||||
125-150 bps | 150-175 bps | 175-200 bps | 200-225 bps | 225-250 bps | 250-275 bps | 275-300 bps | |
12-Mar-2018 (2018-Q1) | 16.9% | 83.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% |
13-Jun-2018 (2018-Q2) | 3.9% | 31.3% | 60.3% | 4.5% | 0.0% | 0.0% | 0.0% |
26-Sep-2018 (2018-Q3) | 1.7% | 15.3% | 41.9% | 34.7% | 6.0% | 0.3% | 0.0% |
19-Dec-2018 (2018-Q4) | 0.9% | 9.1% | 29.2% | 36.6% | 19.4% | 4.4% | 0.4% |
The headline of the week was the drastic reduction in the kind of volatility that characterized the previous two weeks for the S&P 500. So much so that if we were to redraw our "connect-the-dots" manual forecasts of the potential trajectory of stock prices in our alternative trajectories chart above, we would choose a projected point for the alternative trajectories of 2018-Q1 and 2018-Q2 in the second week of March 2018, which would fall outside of the short term volatility echo in our model's projections, where they would extend slightly longer and instead of being flat-to-slowly rising, they would indicate slowing declining-to-flat.
Still, all the other assumptions behind our red-zone forecast appear to be holding at this time, so we're going to let the original forecast ride. We're also noticing something potentially interesting in the level of stock prices with respect to the alternate future trajectories our dividend futures-based model projects, where they would appear to be consistent with the levels that our model had projected earlier this year, before the year's volatility events really took off, adding considerable noise to its projections. We'll take a closer look at what that might mean for our red-zone forecasting approach in March, after all the data for the S&P 500 through the period of the short term volatility echo has come in.
While Week 2 of February 2018 was relatively subdued compared to the previous two weeks, there was no absence of potential market moving news during it. Here's the roundup of headlines and stories that caught our attention during the week that was.
Meanwhile, The Big Picture's Barry Ritholtz outlined the positives and negatives for the U.S. economy and markets for the second week of February 2018.
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.