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 big news for the S&P 500 (Index: SPX) in the third week of March 2019 was the inversion of the U.S. Treasury yield curve on Friday, 22 March 2019, where for the first time since 2007, the yield of the 10-Year T-note dropped below the level of the 3-Month T-bill.
Historically, that has been an omen for the onset of recessions in the U.S. economy, and may be again, though at this point, it mainly reflects the spread of what has been a significant deterioration in the global economy, particularly in China and, where new developments were concerned on Friday, 22 March 2019, in the Eurozone. Given that timing, the recent decline of the U.S. 10-Year Treasury could perhaps be interpreted as a flight-to-quality, where U.S. treasuries look to be a relative safe haven for international bond investors.
Regardless, that global development represents a negative headwind for the U.S. economy, which sent stock prices notably lower for the week. After having ridden along the upper edge of our redzone forecast range, we find that the level of the S&P 500 has now dropped well back within it.
We're looking more at the deterioration in the global economy than we are at the U.S. economy as a leading explantion for Friday's market decline because investors had the opportunity earlier in the week to react to news that the outlook for the U.S. economy would likely be worse than previously expected when the Fed sigificantly lowered its economic forecasts and surprised investors that it would end its quantitative tightening policies by September 2019. Stock market investors had more than ample time to react negatively to that news, and yet, did not change stock prices meaningfully when that news came out on Wednesday, 20 March 2019.
In a world where we've routinely documented major stock price movements beginning within a two-to-four minute window of when investors responded to news they weren't expecting, it was an eternity before Friday's negative reaction to other news came about - in this case, several hours before the market opened, sending stock prices lower from the outset.
That's why we pay attention to the market-moving news headlines, which you'll notice have nothing to do with a man named Mueller!
The Big Picture's Barry Ritholtz picks out six positives and negatives from the week's other markets and economy news, where the man named Mueller shows up in both categories. We're at the end of one era and the beginning of another for the kind of useless political noise we'll need to filter out.
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.