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 (Index: SPX) is tracking along the lower end of the redzone forecast range of the alternative futures chart, which assumes investors are looking forward toward 2020-Q4 in setting today's stock prices, and which we suspect also indicates that investors are somewhat backing off the expectation the Fed may institute negative interest rates by that time.
Since the increased potential for negative rates may account for the unprecedented "upside-down" character of how stock prices have been behaving over the last several weeks, we checked in with the CME Group's FedWatch tool to see what it was indicating, where it is currently projecting the Federal Funds Rate will be held at the zero bound range (between 0% and 0.25%) for the indefinate future.
That doesn't mean investors have taken their consideration of negative interest rates in the U.S. off the table. Instead, it means that the CME Group's analysts haven't yet worked out how to adapt its FedWatch Tool to incorporate the possibility of negative rates in its projected probabilities for the future projected level of the Federal Funds Rate. With that limitation, it may be more accurate to read the 100% probabilities the FedWatch Tool is currently indicating as saying that investors are giving 100% odds the Federal Funds Rate being set at the zero bound range or less in the indefinite future.
Now, what if that limitation didn't exist and the FedWatch Tool is capturing that U.S. interest rates will be held at or just above the 0% level? How might that different expectation affect the projections for the S&P 500 provided by the dividend futures-based model?
Assuming that outcome would correspond with the model's amplification factor being set so that m = 0, the following alternative futures chart shows the model's projection of the future for the S&P 500 in that scenario:
In this chart, we assume the shift of the amplification factor, m, to be zero to align with the increased expectation of zero bound interest rates in the U.S. took place beginning on 12 May 2020. We see that shift corresponds with the projected trajectory of the redzone forecast range shifting downward after that point, which corresponds to a less robust path forward for the S&P 500 than under the scenario where investors were factoring in a strong likelihood of negative interest rates prior to that point in time.
It also shifts the redzone forecast in a way that centers it closer to the actual trajectory of the S&P 500 in the period since 12 May 2020 where we've applied these assumptions, though we could also say that the value of the amplification factor m is currently falling somewhere between 0 and -1.
The stream of news from the week ending 22 May 2020 confirms that the prospects for negative interest rates continued to be very much on the mind of investors, though they are mixed in with other market-moving headlines from the week that was.
The Big Picture's Barry Ritholtz has a short list of the positives and negatives that he found lurking in the week's markets and economy news.
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.