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
According to Standard & Poor's monthly dividend report, December 2016 saw the following:
Focusing on the number of dividend cuts, the 59 U.S. firms that announced dividend cuts in December 2016 is consistent with some degree of economic contraction occurring within the U.S. economy.
Looking at our sampling of the announced dividend cuts during the fourth quarter of 2016, we find that most of the apparent distress is primarily concentrated in two sectors of the U.S. economy: the oil & gas industry and the financial industry.
We believe the apparent distress in the oil & gas industry is a result of the lingering impact from the collapse of global oil prices in 2015, which bottomed in February 2016 before going on to somewhat recover and stabilize by the end of the year. That distress is also contributing to a portion of the distress in the U.S. financial sector, where banks and other institutions have negative exposure from the loans they made to the industry's smaller players, whose businesses proved less capable of weathering the sustained decline in oil prices and resulting fall in revenues, earnings and cash flows than their larger peers.
Rising interest rates however are also contributing to the distress in that sector, where we can see the impact in both the financial sector and also in the mortgage-based Real Estate Investment Trusts (mREITs), which also saw upticks in their number of dividend cuts.
Since we now have S&P's dividend data through December 2016, we can compare 2016 to previous years. Here are some interesting takeaways from that information.
Although the fourth quarter of 2016 saw a significant rally in U.S. stock prices, particularly after the U.S. elections, the combination of fewer dividend increases and more dividend cuts announced by U.S. firms indicates that the year was far from being a healthy one for the private sector of the U.S. economy, which may be the most underappreciated economic story of 2016.
Standard & Poor. Monthly Dividend Action Report. [Excel Spreadsheet]. Accessed 3 January 2017.
Seeking Alpha Market Currents Dividend News. [Online Database]. Accessed 3 January 2017.
Wall Street Journal. Dividend Declarations. [Online Database]. Accessed 3 January 2017.
Labels: dividends
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.