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
What will be the effect of a tax hike? What will be the effect of a tax cut? Regardless of which way the Congress might go, how much can the government expect to rake into its coffers through personal income taxes?
We can now answer these questions!
When we last took up the topic of taxes, we wondered if U.S. President John F. Kennedy's claim that lower tax rates would lead to higher federal tax revenues was true. In our back of the envelope analysis, we compared the tax revenue generating performance of the steeply progressive tax rates of 1954 (with top rates and income brackets similar to those during President Kennedy's tenure) to the much flatter progressive tax rates of 2006, and found evidence that yes, lower tax rates have led to higher collections from personal income taxes over time.
But these are snapshots in time that suggest that lower tax rates lead to higher personal income tax collections. We wondered what we would find if we connected the dots for the entire post-World War 2 era.
So that's what we did. The chart below shows the percentage share of U.S. GDP represented by personal income taxes collected by the U.S. government from 1946 through 2006:
Analyzing the data presented on this chart, we make the following observations:
This last phenomenon suggests that the distribution of taxable income shifts in accordance with changes in the tax rate structure of the income tax code to maintain a stable equilibrium with respect to overall GDP, albeit with a small lagging effect. This level of equilibrium is given by a level of personal income tax collections representing 8.0% of GDP, plus or minus 0.8%, which holds in the absence of unique economic and fiscal policy factors.
Basically, this means that as tax rates change, people shift their level of economic production to account for the change in the tax rate structure, and do so in a way that maintains this overall level of equilibrium.
In the case of a steeply progressive tax rate structure, people act to reduce their economic output (and income) or channel it in ways so as to avoid the increased level of taxation through personal income taxes. In the case of a flatter tax rate structure, people act to increase their economic output and income, dispense with tax avoidance strategies, and personal income tax collections rise in the years following when the tax rate reduction is first implemented to levels consistent with the natural level of equilibrium.
Where the economy is concerned, higher, more progressive tax rates would result in both lower levels of GDP and personal income tax collections, while lower, flatter tax rates would result in higher levels of GDP and personal income tax collections.
This latter point is driven home by our next chart, in which we've calculated the inflation-adjusted level of personal tax collections from 1946 through 2006:
We confirm that beginning in 1964, with the first of a series of income tax rate reductions, personal income tax collections have risen at a much faster pace than they did under the highly progressive income tax rate structure that existed from 1946 through 1963, even after adjusting for inflation.
We'll revisit this latter chart in the future, but for now, we'll observe that regardless of what it might hope to achieve from changing the schedule of tax rates, the government isn't going to get much more than 8.0% +/- 0.8% of the pie called GDP for the effort. The real question is whether it will be 7.2%-8.8% of a growing pie that incents people to be more productive or 7.2%-8.8% of a stagnant or shrinking pie that incents people to become really good at dodging personal income taxes, or just taking it easier.
The data from 1946 through 2003 was taken from this report produced by the left-leaning Center on Budget and Policy Priorities.
Meanwhile, the we found the percentages for 2004 and 2005 using spreadsheets containing the IRS' statistics of income data for those years. We obtained the figure for 2006 tax revenue collected through personal income taxes from this Congressional Budget Office report. We divided each of these personal income tax revenue figures by the nominal (non-inflation-adjusted) GDP we obtained from the Measuring Worth economic history resource and then converted to the percentage shown in the charts and used in our later calculations.
We found by repeating this exercise for the known percentage shares of 7.4% for 2003 given by the CBPP report and the percentage share of 8.0% for 2006 given in the CBO report that our figures for 2004 through 2006 may understate the actual percentages of personal income tax revenue by 0.1% to 0.3%. We believe these small discrepancies may be fully accounted for by the differences in the source GDP data used to calculate the percentages.
To find the inflation-adjusted personal income tax figures, we first converted the non-inflation adjusted nominal GDP for each year to constant 2006 U.S. dollars, then multiplied those figures by the percentage of GDP, again for each year.
What can we say? It's not rocket science!
Labels: 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.