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
After three consecutive weeks of setting new record highs, the S&P 500 (Index: SPX) set one more record high close of 3,122.03 on Monday, 18 November 2019 before coasting lower during the remainder of the third week of November 2019 to end the week at 3,110.29.
Overall, our observation last week that the index appeared to be slightly ahead of itself appears to have been correct and to have corrected, where one week later, the S&P 500 closed the week fully consistent with how our dividend futures-based model would set it, assuming investors are focusing 2020-Q3 (or 2020-Q1, since the alternate trajectories associated with both these future quarters are little different from each other, although we think 2020-Q3 is the dominant focal point at this time).
We believe investors are primarily focusing on 2020-Q3 at this time because the CME Group's FedWatch Tool indicates this quarter now has better-than-even odds of being when the Federal Reserve will next act to change interest rates in the United States, with investors anticipating a quarter point rate cut in the Federal Funds Rate during this distant future quarter.
For the news of the week, the prospects for a 'phase 1' trade deal between the U.S. and China continued to generate noise affecting stock prices, but if there's a theme, it's the split between comparatively positive news for the U.S. economy and the ongoing descent of gloom over a slowing global economy.
One thing to watch for in the weeks and months ahead is the extent to which the U.S. economy might be slowed or otherwise impacted by what has been happening in the global economy during much of the past year and half, where many nations' reported economic growth is now within a margin where even modest revisions in their data would place them in recession.
Elsewhere, Barry Ritholtz listed the positives and negatives he found in the week's economics and market-related news, finding six of each, with housing in the U.S. having multiple entries on both sides of the ledger.
With Thanksgiving Week now at hand, we're looking forward to our annual tradition of celebrating the most American of all holidays throughout the rest of the week! Assuming the markets will be slow as both companies and traders switch to holiday mode, be sure to check in with us to get your annual fix of Thanksgiving-related tools and analysis, starting in 3...2...1!
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.