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
"Potential regime change" is how we've previously described the situation developing in U.S. markets, where in the last week, we got even more, as both the Federal Reserve and U.S. Treasury have moved to underwrite the U.S. economy, and by extension, the S&P 500 (Index: SPX). So much so that we can probably drop the word "potential" from that description.
Do check out ZeroHedge for its overview of all the changes that have taken place since the close of trading on 20 March 2020, along with what the Fed did before going on its Easter weekend holiday in the coronavirus pandemic-stricken world.
For the parts of the markets to which we pay the most attention, we find that dividend futures continued to recover, with expectations for the S&P 500's quarterly dividends per share for the rest of 2020 rebounding from their recent lows.
At the same time, the S&P 500 continued its bear market rally, rising particularly on Wednesday, 8 April 2020 actions as some positive news related to improvements in the coronavirus outbreak in the U.S. was accompanied with investor speculation on the Fed and U.S. Treasury's coming actions. Those combined actions were delivered on Thursday, 9 April 2020, which boosted stock prices further.
In the alternative futures chart, we're showing several different values for the amplification factor m from the dividend futures-based model, which has effectively gone from being a constant to a variable in the last few weeks, which potentially provides a means of quantifying the regime change taking place in the stock market.
In case you were wondering what was going on with the CME Group's FedWatch Tool, as of 9 April 2020, it was projecting the Federal Funds Rate to be in the Fed's zero-bound range (between 0% and 0.25%) through 17 March 2021. Meanwhile, here are the major market moving headlines we noted during the Good Friday-holiday shortened trading week, where the week's biggest news came on Thursday, 9 April 2020.
What were the positives and negatives in the past week's economics and market-related news? Follow that link for Barry Ritholtz' own succinct summary of the week's notable events.
If you're reading this article on a site that republishes our RSS news feed, please follow this link to check the original article at our site for updates. While the market's volatility remains elevated, we'll continue appending our regular weekly contribution to our S&P 500 chaos series with new analysis as the market continues to be in flux.
Update 13 April 2020, 9:30 PM Eastern: The good news today was the deal reached among oil producing nations to cut production. The bad news is that investors are now turning their focus to earnings season, which will be when many companies reveal how they affect the coronavirus pandemic will affect their outlooks.
You could see part of that gloom start to build in dividend futures, which though the outlook for 2020-Q2 improved, meaning investors are expecting smaller dividend reductions in this quarter, the dividend futures for more distant quarters gave back some of last week's gains. At the same time, the S&P 500 (Index: SPX) shared some of that gloomier outlook, declining 1% to close at 2,761.63.
The next several weeks could really weigh on the S&P 500.
Update 14 April 2020, 5:00 PM Eastern: The biggest story of the day was the Fed's launch of a new liquidity backstop for commercial paper (a.k.a. "emergency loans for cash-strapped businesses"), which combined with an improving outlook for the coronavirus pandemic to boost the S&P 500 (Index: SPX) by 3.06%, raising it to 2,846.06.
And yet, there was little impact on dividend futures, where we're likely snapping the picture for 14 April 2020 a little too early.
What explains the current trajectory of stock prices? Japan's Masa Capital provides the answer with an inappropriate (yet SFW) anime meme.
Update 15 April 2020, 5:30 PM Eastern: We're continuing to be amazed at what's going on with the dividend futures-based model's amplification factor, m, where after having effectively been a constant for over a decade, its apparent value has changed dramatically with the Federal Reserves' interventions to provide liquidity, where it may now even be negative.
At least, that's what it takes to get the dividend futures-based model to match what the S&P 500 is actually doing, which you can see in the alternative futures chart below, which shows very close agreement for the S&P 500 (Index: SPX) having dropped by 2.2% to cose at 2,783.36. Since dividend futures are looking flat to very slightly improved, we'll skip showing that chart today.
The main story affecting the outlook of investors today is the picture being painted by a slew of negative earnings and economic reports for how the political reaction to the coronavirus pandemic by state and local government leaders to shut down as much commerce as possible is monkeyhammering jobs.
The apparently negative amplification factor the Fed has generated through its policies is providing a quite a contrast with what's going on in the rest of the U.S. economy, but we wonder how long that might be sustained. What hath the Fed wrought and at what cost?
Update 16 April 2020, 5:30 PM Eastern: Not much of note in today's news, hence little change in both dividend futures and the S&P 500 (Index: SPX), which rose just 0.6% to close at 2,799.55. Here are the latest updates to the dividend futures chart and the alternative futures chart:
Reviewing today's news headlines, it was mostly a day when people were trying to figure out what they're going to do next, peppered by indications of how hard the economy is being hit by all the government-ordered lockdowns. We'll recap whatever happens on Friday in our regular Monday posting....
Labels: chaos, coronavirus, SP 500
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.