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 Federal Reserve surprised no one with the announcement that its Federal Open Market Committee (FOMC) had voted to hike U.S. short term interest rates by a quarter point.
For our dividend futures-based model for forecasting the S&P 500, investors appeared fully focused on 2017-Q2 in setting stock prices on the day of the Fed's announcement, which given the influence that the Fed has over the future expectations of investors, was to be expected.
But what happened after that is somewhat telling. Although the top line number for the value of the S&P 500 didn't change much, the action of stock prices in the days following the announcement combined with the week's major economic news (and to be honest, in the weeks preceding the announcement) suggest a division within the component companies that make up the index has intensified over what we observed in Week 1 of June 2017.
Where there that gets interesting is that what the S&P 500 is communicating about the expected timing of the Fed's next rate hike action is very different from what other futures-based models are communicating.
Our model suggests that investors are currently betting on 2017-Q4 as the likely timing for the Fed's next rate hike, currently giving about a 72% probability of that being the case, with the remainder banking on the Fed taking action in 2017-Q3. CME Group's Fedwatch model however is currently giving almost the opposite odds between the two quarters, with an 84% probability that the FOMC will act to hike its Federal Funds Rate at the conclusion of its 20 September 2017 meeting.
Update 2:30 PM EDT: We stand corrected, where we appear to have gotten our wires crossed in reading the FedWatch FFR futures! According to CNBC, "Market expectations for a September rate hike are just 13 percent, according to the CME Group's FedWatch tool." That's a lot closer to what the dividend futures are telling us.
It will be fun to watch how both indicators evolve over the next several weeks. From the perspective of our dividend futures-based model, it will take some substantial good economic news to boost the odds that the Fed will next hike interest rates in September 2017, which would be accompanied by a decline in stock prices. Conversely, if that news is bad and the Fed is compelled to delay its next action until later in 2017, then the S&P 500 would find itself drifing sideways to slightly higher in the weeks ahead.
Right now, we think that the context of the current market environment from the major market news stories of the second full week of June 2017 are supporting what dividend futures appear to be anticipating for the future for the S&P 500, but here they are so you can judge for yourself.
For a succinct summary of the week's positives and negatives for the economy, be sure to check out Barry Ritholtz' latest!
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.