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 U.S. Federal Reserve has something of a love-hate relationship with its latest liquidity injection policy. The Fed keeps having to supply money markets with more and more liquidity, which has contributed to boosting the S&P 500 (Index: SPX) to four new record highs in the last week, but Fed officials are signaling they really want to stop.
That may be why investors appear to now be focusing strongly on 2020-Q4 in setting today's stock prices, as suggested by the dividend futures-based model that underlies our alternative futures spaghetti forecast chart for stock prices:
This brings us to something we missed in the data in the previous edition of our S&P 500 chaos series, where we took a cautious note in reading the week's data:
This is where we have to add a note of caution, because we're dealing with a rapidly evolving situation in the markets. If you look at the alternative futures chart above, if investors shift their attention fully toward 2020-Q3 in setting current day stock prices, the S&P 500 could continue to rise by as much as 250-300 points. But, if China's and the Fed's liquidity injections work to stabilize markets as intended, the FedWatch tool's probability estimates may only have caught investors in the process of shifting their focus more fully back toward 2020-Q4, which is consistent with the S&P 500's recent trajectory, which would also mean that stock prices are within a few percent of where they might go.
What we missed is that the reason investors would now be fixing their focus more tightly on 2020-Q4 in setting current day stock prices is because they are betting that this distant future quarter will see the Fed cut short term interest rates for a second time in 2020. According to the CME Group's FedWatch tool, investors are now giving a 46% probability they will follow a quarter point rate cut in 2020-Q3 with another in 2020-Q4.
Consequently, unless the arrival of new information leads investors to alter that expectation, we think the liquidity operations that Fed officials hate will be with us for quite some time longer than they would like.
In any case, here are the more significant market-moving headlines we found in the past week's news stream:
Over at the Big Picture, Barry Ritholtz succinctly summarizes all the positives and negatives he found in the past week's economics and market-related 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.