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
Why is the fear of a virus weighing the S&P 500 (Index: SPX) down?
The answer to that question lies in what epidemiologists are calling Novel Coronavirus 2019 (or 2019-nCoV) is and where it is having its greatest impact. As for what it is, 2019-nCoV is a rapidly spreading viral infection that generates severe flu-like symptoms that is approaching pandemic status. Where it is having its greatest impact is within China, the world's second largest national economy, which has reported both the greatest number of deaths resulting from the contagious viral infection and the largest number of infected people. While the virus was initially concentrated in China's Hubei province and the city of Wuhan, it has since spread throughout all of China and also to cities around the world where people who were exposed to 2019-nCoV within China traveled before the virus' threat to public health became known.
For the S&P 500, that matters because the spread of 2019-nCoV will negatively impact China's economic growth, and by extension, global economic growth, both directly through the infection's effect on lost productivity within China and also by the actions that multiple national governments are taking to limit travel both to and from China in order to obstruct its global spread, which is necessary since there is no vaccine yet to protect uninfected populations from the new virus.
The need to address that negative economic impact is leading investors to bet that the U.S. Federal Reserve will need to respond to slower than previously expected growth in the U.S. related to the coronavirus' spread by cutting interest rates in the U.S. during 2020-Q2, which is confirmed by the CME Group's FedWatch tool, which now indicates a high probability of a quarter point rate cut being implemented in June 2020. Investors had previously been focused on 2020-Q4.
The shift in how far forward investors are now focusing their attention in making their current day investment decisions is what is prompting U.S. stock prices to fall, even though there has not yet been any deterioration in the outlook for the sustainable portion of their future earnings (a.k.a. dividends).
At this point, it is a little too early to identify the downward fall in stock prices as a new Lévy flight event, which would be the second such event in 2020, though last week's action on Friday, 31 January 2020 suggests it may be the start of a new one. If it is, where we would see investors fully shift their focus toward 2020-Q2 in setting stock prices, the S&P 500 would have the potential to fall somewhere on the order of 300 points if nothing prompts them to refocus part or all of their attention on 2020-Q4.
We'll find out soon enough, where China's stock market will be reopening this week, although with restrictions against short selling and also with China's government likely to inject new liquidity into the nation's stock markets to boost them, which may affect other stock markets around the world depending on how much liquidity they add.
Meanwhile, here are the headlines we noted in the last week, where we find rising concerns about the spread of the new coronavirus contagion in the spotlight:
Barry Ritholtz tallied the positives and negatives he found in the past week's economics and market-related news, taking a rare bipartisan political dig in this week's negatives.
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.