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 took nearly a month after we first pointed it out, but someone has taken advantage of a unique investment opportunity that we identified with the options for the S&P 500's quarterly dividend futures!
And because they did, we now have a better and more up-to-date picture of how much S&P 500 companies are expected to collectively pay out in dividends to investors in 2018-Q2, where in this case, we can now show how much the expectations for dividends to be paid out in this upcoming quarter have changed thanks to a combination of improved organic corporate earnings and, perhaps more significantly, the effect of the permanent corporate income tax cuts passed in late December 2017.
The sudden change in the CME Group's S&P 500 quarterly dividend futures came on 5 March 2017, which vaulted slightly ahead of the bottoms-up dividends per share estimate indicated by IndexArb, which is how we were able to identify that a trading opportunity existed in the first place. In jumping from $12.70 per share to $13.20 per share, the CME Group's dividend futures for the S&P 500 in 2018-Q2 are now communicating that investors stand to collect an additional 50 cents per share in that future quarter compared to what the dividend futures had been indicating since at least mid-December 2017.
We believe that this particular opportunity existed because the CME Group's quarterly dividend futures for the S&P 500 have been trading on very thin volumes. Their annual quarterly divided futures for the S&P 500 see more action, where the mismatch between the S&P 500's projected annual dividends per share for 2018 and the sum of their projected quarterly dividend futures for the S&P 500 for 2018 also confirmed the existence of the trading opportunity.
In terms of real money, the 50 cent per share increase in projected S&P 500 dividends means that investors will collectively rake in upwards of $4.47 billion more in dividends during the second quarter of 2018 than they were expecting prior to the passage of the Tax Cuts and Jobs Act of 2017. Altogether, the updated dividend futures project that S&P 500 companies would pay out over $118 billion in dividends during 2018-Q2. Or since we're talking about dividend futures, over the period from the end of the third Friday of March 2018 through the end of the third Friday of June 2018. And there's still lots of time between now and Friday, 15 June 2018 for dividends payouts in 2018-Q2 to change further.
Now that the "easy" money on the sidewalk for the S&P 500's 2018-Q2 dividend futures has been picked up, we'd be remiss if we didn't point you another interesting opportunity to pick up some other money that's figuratively lying on the sidewalk - only this opportunity won't cost you a dime, because its really a contest. It's Hypermind's Nominal GDP Prediction Market, where your goal is to predict what the U.S. economy's growth rate for nominal GDP (or real GDP plus inflation) will be at the time that Hypermind's currently available future contracts for its NGDP prediction market expire in either April 2018 or in April 2019.
If you're interested, check out Hypermind's description of how it works (click each of the different icons at the top of the page), along with Scott Sumner's recent description of how thinly traded those particular futures have been. Like us with the S&P 500 quarterly dividend futures and our use of that data to project the actual trajectory of the S&P 500, he has ulterior motives in promoting the NGDP prediction market, but like us, they're the good kind!
Labels: dividends, gdp forecast, investing, 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.