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) rose sharply at the end of the second week of October 2019, boosted by news of the Fed's plan to buy $60 billion in Treasury bills each month well into 2020 and also the "phase one" announcement of a partial trade deal between the U.S. and China.
The following spaghetti forecast chart indicating the potential trajectories the S&P 500 might take depending upon how far into the future investors might be compelled to focus their forward-looking attention during 2019-Q4 shows that latest action:
We've added a redzone forecast to our chart, which is based on our assumption that investors are roughly equally splitting their forward-looking attention between 2019-Q4 and 2020-Q1 in setting today's stock prices, which we also assume will largely continue through 8 November 2019. This particular redzone forecast closely coincides with the trajectory that might apply if investors were to shift their attention to the much more distant time horizon of 2020-Q3, but we as yet see no evidence in the flow of new information shaping investor expectations that may be the case.
The Fed's action appears to have followed an emergency videoconference meeting of the Open Market Committee on 4 October 2019. With the practical assessment that the Fed has decided to re-initiate its Great Recession-era quantitative easing policies in all but name, investors have reconsidered the likelihood of the Fed also continuing to reduce the Federal Funds Rate in both 2019-Q4 and 2020-Q1. As of the close of trading Friday, 11 October 2019, investors seem to be betting on just one quarter point rate cut in 2019-Q4, coming as early as the end of October 2019, with a less-than-50% probability of another rate cut in 2020-Q1.
That change in expectations would account for the apparent split in focus between 2019-Q4 and 2020-Q4 in the alternate futures spaghetti forecast chart above, where the odds of a rate cut in 2020-Q1 are in flux. The headlines we believe reflect the flow of new information that contributed to shaping investor expectations during the trading week ending Friday, 11 October 2019 are below:
The Big Picture's Barry Ritholtz outlined six positives and six negatives from the past week's economics and market-related news. One of the negatives is political noise, so on the whole, a net positive week!
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.