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 future for the dividends of the S&P 500 (Index: SPX) in 2019 looks to be one in which there will be year over year gains, where their rate of growth will peak in 2019-Q2 and then decelerate into 2020.
The following chart shows the future for the S&P 500's quarterly dividends per share for 2018 and 2019, as given by the CME Group's quarterly dividend futures. The initial dividend futures indicated in the chart represents a snapshot of the data that was taken some 12 months before the projected end of the indicated quarter, while the final figure represents the last recorded estimate just prior to the end of the indicated dividend futures contract period, reflecting the final measure of how the dividend futures changed during the preceding year.
We've also provided Standard & Poor's reported quarterly cash dividends for the S&P 500 for the completed quarters of 2018 to provide a frame of reference for the dividend futures data. Readers should note what we call the "term mismatch" issue with comparing these data sources, which arises because dividend futures contracts run from the end of the third Friday of the month preceding a calendar quarter through the third Friday of the month ending a calendar quarter (for example, 2019-Q1 will reflect dividends to be paid out from 22 December 2018 through 15 March 2019).
These dividend futures contract periods conflict with the dividend data that Standard & Poor reports as being paid during each calendar quarter (for example, 2019-Q1's figure will cover all dividends paid from 1 January 2019 through 31 March 2019). While this issue exists for all quarters, we've observed that this term mismatch issue often leads to big differences between the figures that each source reports for Q4 and the next year's Q1 figures, where the dividend futures data considers the surge of dividends paid out right before the end of each calendar year as belonging to Q1. This difference accounts for why the futures data for Q1 appears to overestimate the final figures reported by S&P and why the futures data underestimates the final figures for Q4 each year.
In looking at the projected future for S&P 500 dividends in 2019, the year over year rate of dividend growth for the CME Group's dividend futures in 2019 is set to peak at 12% for 2019-Q2, after which, the dividend futures data indicates a slowing rate of year over year growth through 2019-Q4, which currently shows just 4.3% of year over year growth. Here are the CME Group's initial and final projections for each quarter's dividends per share for 2018 and 2019:
As a bonus, If you review the CME Group's S&P 500 quarterly dividend futures, you'll find that they've also indicated that 2020-Q1 will have a dividend payout of $14.25 per share. If that figures holds, the year-over-year rate of dividend growth for the S&P 500 will increase by just 2.2%, year over year (y/o/y), in that quarter.
But will it? There are a lot of things that could happen between now and the end of the first quarter of 2020 that could change that projected outcome. After all, that big positive jump in the projected dividends futures for 2018-Q3 from its initial value to its final value was affected by the passage of the Jobs and Tax Cuts Act in December 2017.
In 2019, a trade deal with China could provide a similar boost. Or a poorly considered tax hike could shrink it. There are a lot of ways that the expectations for the future of S&P 500 dividends could change before 2020 arrives!
CME Group. S&P 500 Quarterly Dividend Index Futures Quotes. [Online Database]. Accessed 8 January 2019.
Standard and Poor. S&P 500 Index Earnings and Estimates. [Excel Spreadsheet]. Accessed 8 January 2019.
Labels: dividends, forecasting, SP 500
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.