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
Yesterday, we predicted the stock market would decline in May 2010, with the average of stock prices for the S&P 500 during the month likely to fall into the range between 1148 and 1200. Today, we're going to consider just what's lurking ahead for investors.
We'll start by taking a look at where the S&P 500's dividends are headed. In studying the stock market's history, we've found that the market's dividends per share provide a pretty good indication of the relative health of the U.S. economy, or at least, its private sector.
As a general rule of thumb, the economy might be considered to be healthy if the stock market's dividends per share are growing with time. However, if that dividend growth stalls out or reverses, that condition frequently coincides with periods of economic distress.
So what do we see when we look at the dividend futures today? Here's what we find from a number of sources, including a number of new dividend futures index launched by the Chicago Board of Exchange (CBOE) late last year:
Predictions for Trailing Year Dividends per Share by Source, as of 3 May 2010 | |||
---|---|---|---|
Period Ending | IndexArb | CBOE Dividend Index | Standard & Poor |
June 2010 | 21.81 | 22.12 | N/A |
September 2010 | 21.98 | 22.21 | N/A |
December 2010 | 22.18 | 22.33 | 23.67 |
March 2011 | 20.90* | 22.52 | N/A |
* Our projection based on how stock prices behaved in April 2010. Does not apply to the indicated period. |
That's quite a lot of divergence, especially with Standard & Poor's indicated dividend rate for 2010, which corresponds to the rate indicated for December 2010. But then, S&P index wizard Howard Silverblatt offers an explanation in S&P's offers an explanation in spreadsheet documenting Indicated Dividend Changes that perhaps accounts for why his forecast is so high compared to those seen by the S&P 500 index' dividend futures:
The April increased by IBM, JNJ, IBM & PG added $1.9B to dividends, and the four now account for 10.5% of all dividends, vs 10.8% at the end of March
Left unchanged by Congress, qualified dividends will be taxed at 38.5% starting in 2011, compared to the current 15% rate
If past tax changes are any indications, companies could change their Q4 payments to qualify for the lower rate - it's not what you make, but what you keep
The Wall Street Journal carried an article on 29 April 2010 looking specifically at how taxes on dividends will change in 2011, as the current majority party in the U.S. Congress plans to hike these taxes on 1 January 2011, seeking to increase the federal government's total collections from taxes on stock market dividends paid to individuals by up to 164% compared with today's level of taxation.
One could certainly make an argument that the top income-earning taxpayers for whom the new, top tax rates on dividend-based income would apply could choose to lower the dividend payments they receive to avoid the higher rates of taxation once they go into effect in 2011. If you consider that many of these high dividend earning individuals participate in the board decisions that set the amount of dividends that publicly-traded companies pay out to their shareholders, they certainly have the means to do so.
The unintended consequence to the government's tax policy however would be that far less money would be collected through these taxes, as the amount of dividends paid out would be reduced. Worse, the entire spectrum of investors would be negatively affected by the reaction to the government's dividend tax hike, since their income from dividends would also be reduced.
With approximately 45% (or 52.5 million) American households, having money invested in the stock market through their retirement plans or other investments, if we assume 2.59 persons per household, that would mean that some 136 million Americans can expect to be affected by the new law to some degree.
And that doesn't fully include all the public sector employees whose pension funds are heavily invested in the market as well. If you thought those public pension plans were massively underfunded now, just wait a year....
Finally, with lower rates of dividend growth to support rising stock prices, we would anticipate that stock prices would suffer as well, resulting in all investors realizing lower returns on their investments. That, in turn, would affect the ability of publicly-traded companies to attract new capital through issuing new shares in the stock market, since many investors would not be able to realize enough of a return on their investments to justify making them.
Which would then mean the companies would be less able to grow their businesses, which in turn means less economic growth in the U.S. economy.
But perhaps there are larger forces at work that might also be contributing to the likelihood of lower economic growth in 2011. That's something we'll explore tomorrow....
Labels: dividends, SP 500, stock market, taxes
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.