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) has come to revolve as much around the miscellaneous pronouncements of various minions of the Federal Reserve as it does about their expectations for the fundamental future business prospects of the 500 largest publicly-traded U.S. companies.
The latest sign of how deeply dependent investors have become on those pronouncements on Tuesday, 22 February 2020. Speaking to a virtual forum of Official Monetary and Financial Institutions, Chicago Fed President Charles Evans 'accidentally' set a new expectation the Fed's future monetary policy would be less expansionary than it previously communicated it would be in announcing its new average inflation target policy.
For the dividend futures-based model we use to project the future potential levels of the S&P 500, that kind of change alters the model's amplification factor, which we think shifted from +1.0 to +1.5 as a direct consequence of Evans' statement. We've visually indicated that shift in the latest update of the alternative futures chart indicating the model's future projections.
That change also occurs as investors would seem to have shifted their forward-looking focus from 2020-Q4 toward the more distant quarter of 2021-Q1, which began last week. We think that shift can be best understood as the market starting to pay much closer attention to the 2020 election, whose outcome will have considerable impact on the future for the U.S. government's fiscal policies. We anticipate investors may switch their focus back and forth between 2020-Q4 and 2021-Q1 severval times before the end of the 2020 calendar year.
We've described Evans' rate hike statement as 'accidental' since he attempted to walk it back on the next day, though the level of the S&P 500 indicates his effort, combined with the statements of other Fed officials, was unsuccessful.
Speaking of which, there was quite a lot of noise coming from the Fed's minions in the trading week ending on 25 September 2020, mostly calling for the U.S. government to step up its fiscal stimulus efforts. There was other stuff too, but that's what stood out to us in reviewing what we consider to be market-moving headlines from the week's newstream.
Barry Ritholtz presents the positives and negatives he found in the past week's economics and markets news over at The Big Picture.
Finally, for those looking for a primer of how the outcome of an election can alter the future expectations of investors, be sure to review the history of 2012's Great Dividend Raid, which we had the pleasure of documenting in real time as it happened!
Update 1 October 2020: Following the close of trading on 30 September 2020, we've tweaked the alternative futures chart to refine the start of the next redzone forecast range, which we're now showing as beginning on 1 October 2020. Here's the updated chart:
On Monday, 28 September 2020, investors shifted their forward-looking focus from 2020-Q1 back toward 2020-Q4. The new redzone forecast range assumes investors will hold their attention on 2020-Q4 through 28 October 2020. We anticipate investors may continue to shift their investing time horizon between these two quarters in the weeks ahead. While a strong focus on 2020-Q4 would see the trajectory of the S&500 run within the forecast range, we would see shifts toward 2020-Q1 would coincide with the trajectory of the S&P 500 running toward the low end of the forecast range, if not falling below it.
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.