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
Today, we're going to demonstrate how the demands of the International Monetary Fund (IMF), the European Commission (EC) and the European Central Bank (ECB) combined together into a troika to wreck the economy of Greece in 2010.
Specifically, we're going to show how the austerity measures they demanded and obtained as a condition of their bailout of the Greek government directly sent Greece's economy into a tailspin.Let's set the stage. Here is the Guardian's timeline of the major events leading up to the bailout in mid-2010 as they were known at that time. It's definitely worth reviewing to get a sense of the crisis that led to such incredibly poor decisions.
Let's focus now on those austerity measures demanded by the Troika as a requirement to bail out the Greek government from its fiscal crisis. In July 2010, Greece's government reported what that would entail in terms of permanent spending cuts and permanent revenue increases.
Specifically, Greek Prime Minister George Papandreou's government committed to cut €6.915 billion [$9.187 billion U.S. dollars] in the government's planned spending for 2010, while also seeming to commit to permanently increasing the nation's tax collections by €9.950 billion [$13.218 billion USD] in that year.
We say "seeming" because a number of measures mentioned in the report were not enacted, while other amounts were reported as full-year values, where in reality, they were applied for just a fraction of the year. After subtracting the values for the non-enacted measures from the total and adjusting for the actual partial-year data, we find that the Greek government actually increased its intended tax collections in 2010 by €5.971 billion [$7.932 billion USD].
We're going to use those numbers in our tool below, along with the GDP value recorded by the World Bank for Greece in 2009, and also our standard GDP multipliers for government spending cuts and tax increases to see just how close we can get to what actually happened with Greece's GDP in 2010 (we'll also zero out the quantitative easing option, since that's not a consideration in this case). All values are presented in terms of U.S. dollars:
What we find is that virtually all of the decline in Greece's GDP is attributable to the spending cuts and tax hikes demanded by the Troika and enacted by the Greek government, as Greece's GDP fell from $321.016 billion USD [€241.638 billion] in 2009 to $292.305 billion USD [€220.025 billion] in 2010, as our tool is off by just 0.2% from that figure. Of these, the government's spending cuts contributed just 19% of the decline in Greece's GDP, while its tax hikes contributed the remaining 81% of the GDP decline from 2009 to 2010.
The collapse of Greece's GDP was such that the nation was unable to meaningfully close its budget gap, which ensured that the nation's fiscal troubles would be a prolonged experience.
What this chart tells us is that the Greek government only collected about as much revenue in 2010 as it would have without any tax hikes given the size of its GDP for the year. What our math earlier in this post demonstrates is that its GDP would have been much higher if not for its tax increases. (Go ahead! Try it in our tool above!)
On a side note, see if you can tell from our chart above when the next time was that the Greek government implemented additional tax hikes....
Barry Eichengreen describes what might have been for Greece:
The critical policy mistakes were those committed at the outset of the crisis. It was already clear in the first half of 2010, when Greece lost access to financial markets, that the public debt was unsustainable. The country’s sovereign debt should have been restructured without delay.
Had Greece quickly written down its debt burden by two-thirds, it would have been able to shed its crushing debt overhang. It could have used a portion of the interest savings to recapitalize the banks. It could have cut taxes, rather than raising them. It could have jump-started investment and gotten its economy moving again, if not in a matter of months, then, with luck, in no more than a year.
In its official post-mortem on the crisis, the International Monetary Fund now agrees that debt restructuring should have been undertaken earlier. But this was not its view at the time. Under the leadership of Dominique Strauss-Kahn, the Fund was in thrall to the French and German governments, which adamantly opposed debt relief.
Without the benefit of any beneficial monetary policy to offset the disastrous effects of the "balanced approach" demanded by the Troika for its fiscal policies, the wrecking of Greece's economy was ensured.
There are many lessons to be learned here. So far, it only appears that the IMF alone among all the leaders of the world's nations has learned any of them. But then, they still don't appear to have learned the most important lesson that taxes should not be hiked during a recession.
Would it be too much to ask for a fresh slate of more competent leadership all around the world?
Hellenic Republic Ministry of Finance. The Economic Adjustment Programme for Greece. [PDF Document]. July 2010.
World Bank. Data: GDP (Current US$). [Online Database]. Accessed 11 June 2013.
X-Rates. Exchange Rage Average (US Dollar, Euro) - 2010. [Online Database]. Accessed 11 June 2013.
Owyang, Michael T., Ramey, Valerie A. and Zubairy, Sarah. Are Government Spending Multipliers Greater During Periods of Slack? Evidence from 20th Century Historical Data. [PDF Document]. Federal Reserve Bank of St. Louis. Economic Research Division. Working Paper 2013-004A. January 2013.
Romer, Christina D. and Romer, David H. The Macroeconomic Effects of Tax Changes: Estimates Based on a New Measure of Fiscal Shocks. [PDF Document]. March 2007.
Labels: economics, gdp, gdp forecast, tool
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.