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) continues to defy gravity in the upside down market the Fed has wrought, closing the trading week ending on 24 April 2020 at 2,836.74, 599.34 points (21.1%) above its 23 March 2020 coronavirus recession low, and 549.10 points (16.2%) below its 19 February 2020 pre-coronavirus recession high, giving an indication of the extreme volatility that has characterized the stock market during the last two months.
The alternative futures forecast chart shows the level of the S&P 500 is consistent with an amplification factor m in the dividend futures-based model being equal to -1 following the Fed's last action to backstop the liquidity of the commercial bond market.
Dividend futures have also been rebounding, which in today's upside down market, means that the expected future level of the S&P 500's quarterly dividends per share won't be as low as they were projected a month ago when the market hit bottom.
Here's the wrap-up of the market-moving news headlines we tracked during the past week.
But wait, there's more! Barry Ritholtz listed the positive and negative news he picked out of the week's news stream to provide a bigger picture than what we've presented!
Unlike the weeks preceding it, the trading week ending on Friday, 24 April 2020 was relatively subdued. So much so that unless we see daily volatility rise to an interesting level, which we define as a greater than 2% change in either direction from the previous day's closing value, we'll discontinue appending daily updates throughout the week to this article. If the market should change by more that 2% from one day to the next in the trading week ending Friday, 1 May 2020, please follow this link for our unscheduled 'below the line' coverage the following morning.
Update 29 April 2020, 6:30 PM Eastern: The S&P 500 (Index: SPX) climbed 2.7% to close at 2,939.51 as all eyes were on the Fed and what signal it would send for providing relief for coronavirus-stricken markets.
And they signal they sent was that the Fed will be "committed to using every tool", which is to say they are going to continue doing what they have been doing, and more of it.
In addition to sending stock prices higher, that message also sent dividend futures higher. Here are the latest versions of the S&P 500's dividend futures and the alternative futures chart, where we find the trajectory of the S&P 500 is following the new upside-down order the Fed has created in the stock market.
In other news, the coronavirus recession crashed U.S. GDP by at least 4.2% in the first quarter, with virtually all of it in March 2020, and U.S. firms are cutting or suspending dividend payments at never-before-seen rates. How long do you suppose the Fed will need to keep working its monetary mojo?
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.