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
It was a week that started with 40% of the employees of U.S. government, the nonessential ones, enjoying a long three-day weekend off work, and ended with a bang, where a combination of unexpectedly strong earnings announcements and the confirmation that stock owners will benefit from the passage of the Tax Cuts and Jobs Act of 2017 through significant dividend increases and the strong pursuit of organic growth opportunities led the S&P 500 to continue its now four-week long surge to unprecedented heights in the fourth week of January 2018.
We believe that investors are continuing to focus on 2018-Q4 in setting current day stock prices, which is happening as their focus on the likely actions by the Fed to hike short term interest rates by a quarter point each in March, June and again in December 2018 is taking something of a back seat to the earnings/tax cut related bonanza currently unfolding in U.S. stock markets. The following table updates the expectations for Fed rate hikes at different points in 2018.
Probabilities for Target Federal Funds Rate at Selected Upcoming Fed Meeting Dates (CME FedWatch on 26 January 2018) | ||||||
---|---|---|---|---|---|---|
FOMC Meeting Date | Current | |||||
125-150 bps | 150-175 bps | 175-200 bps | 200-225 bps | 225-250 bps | 250-275 bps | |
12-Mar-2018 (2018-Q1) | 21.6% | 75.2% | 3.2% | 0.0% | 0.0% | 0.0% |
13-Jun-2018 (2018-Q2) | 5.3% | 34.4% | 56.8% | 3.5% | 0.0% | 0.0% |
26-Sep-2018 (2018-Q3) | 1.7% | 14.5% | 39.9% | 37.9% | 5.8% | 0.3% |
19-Dec-2018 (2018-Q4) | 1.1% | 9.4% | 29.5% | 37.7% | 18.4% | 3.6% |
Speaking of future expectations, we are coming to suspect that the CME Group's S&P 500 quarterly dividend futures may be having something of a reporting glitch, where the projected values for future quarterly dividends per share haven't changed since 19 December 2017. That lack of response differs from what has been happening in the CME Group's Annual Dividend Index Futures, which has been showing some pretty impressive changes over the last month in what is expected for future S&P 500's annual dividends per share payouts from December 2018 through December 2027.
For a week with seeming so much going on, there wasn't much in the headlines that attracted our attention. Mostly, that's due to a news blackout by Fed officials in advance of their meeting next week, where the Fed's minions are blissfully required to hold their tongues, but otherwise, what news there was was positive for investors, with the exception of housing....
Barry Ritholtz sets out the positives and negatives for the U.S. economy and markets that he saw in Week 4 of January 2018.
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.