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
On Monday, we announced that we were wrapping up "our S&P 500 Chaos series until 2019, unless market events prompt a special edition."
Well, market events have prompted this special edition! In falling by more than 2% on Friday, 21 December 2018, the S&P 500 finally completed its fifth Lévy flight event of 2018, as investors fully shifted their forward-looking attention from 2019-Q1 out toward the more distant future quarters of 2019Q3 and 2019Q4, where year over year dividend growth has long been projected to significantly slow.
We're now about to quote ourselves on the origin of the U.S. stock market's latest Lévy flight:
The U.S. stock market's fifth Lévy flight event of 2018 began on 4 December 2018 as investors reacted to the partial inversion of the U.S. Treasury yield curve and to New York Fed President John Williams' tone-deaf, hawkish comments promising more rate hikes well into 2019 on that date.
That's relevant today, because once again, New York Fed president John Williams' tone-deaf and hawkish comments have played a major role in sinking the S&P 500 (Index: SPX) to its lowest point in 2018, while President Trump's trade advisor Peter Navarro also contributed. Here are three key headlines and links to the stories behind them to provide context:
ZeroHedge put together the following chart to illustrate what happened to stock prices as investors absorbed the specific things they said that drove the day's considerable volatility in the stock market.
Unless the Fed starts really listening to markets, the legacy of both Fed Chair Powell and New York Fed president Williams may lie in having needlessly pushed the U.S. economy into recession because they chose to keep the Fed's policies on autopilot.
Let's tie a bow on the major market-moving news headlines from the final full week of trading in 2018....
Elsewhere, Barry Ritholtz dividend the week's major economics and markets news into six positives and seven negatives.
That’s really it for our S&P 500 chaos series until 2019 - we'll post one last time in 2018 with the Biggest Math Story of the year. Enjoy the holidays, and we’ll be back to catch up the latest major market news up in January!
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.