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 a rough July, in which the number of U.S. firms announcing dividend cuts directly paced what we saw during the first quarter of 2015, it would appear that the U.S. economy in August is shaping up to be much less severe. Our near real time indicator of the relative level of economic distress in the U.S. economy is now suggesting only that recessionary conditions are present in the U.S. economy in August 2015, rather than the kind of contraction that we observed in the near-zero growth of first quarter.
But instead of being a cause for celebration, we have to address a significant and growing cause for concern. The main thing that drove the heightened level of distress in the U.S. economy back in 2015-Q1 was the fall of crude oil prices below $50 per barrel, which primarily hammered small-to-mid-sized U.S. oil producers, many of whom responded by slashing their cash dividend payments to their shareholder owners, while they also slashed their plans for expansion, which in turn, negatively affected things like durable goods providers.
Those negative conditions abated during the second quarter of 2015 as crude oil prices stabilized, but over the past month, crude oil prices have once again resumed their significant decline, with the price of West Texas Intermediate crude oil falling by almost 20% since mid-July 2015.
As we saw back in January 2015, the number of dividend cut announcements for U.S. oil and gas extraction firms lagged behind the declines in price that had begun soon after 4 July 2014. We think that if the decline is not reversed, whether by an improvement in the oil industry's overall fundamentals or the devaluation of the U.S. dollar, it is likely that the level of distress in this sector of the U.S. economy will once again increase, forcing an increased number of firms to cut their dividends.
The big question for investors is how long can oil prices continue falling or remain depressed below their previous levels before the level of distress in the industry expands to its largest producers. Already, the decline in oil prices is negatively impacting the earnings of firms such as Exxon Mobil (NYSE: XOM) and Chevron (NYSE: CVX), who are already on track to reduce their new exploration and production operations.
With the decline in oil prices to date, Exxon Mobil has already fallen from being the largest component by market capitalization in the S&P 500 to now be the index' third largest firm, while Chevron has dropped out of the S&P 500's Top 20 component firms altogether. Even so reduced, should these firms act to cut their dividends, the effect will be felt across the entire index.
So we're left with the question of whether what we're seeing now is a growing level of calm in the U.S. economy and stock market, or is what we're seeing now just the calm before the storm hits?
Seeking Alpha Market Currents. Filtered for Dividends. [Online Database]. Accessed 15 August 2015.
Wall Street Journal. Dividend Declarations. [Online Database]. Accessed 15 August 2015.
Labels: dividends, SP 500, stock market
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.