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
In June 2013, the year-over-year growth rate of the value of trade between China and the United States was such that both nations' economies could be considered to be in recession.
That's the conclusion we reach in observing that the value of the growth rate of China's exports to the U.S. drop just below the zero line, while the value of the growth rate of the U.S.' exports to China rose just above it. And unlike the February-March 2013 time frame, where the year-over-year data was greatly affected by the relative timing of the week-long, Chinese New Year/Spring Festival holiday, there isn't an alternative explanation that accounts for the very slow or negative growth in the value of trade between the two nations.
And that means that very weak economic growth in both nations is responsible for the slowdown we observe in the growth of trade between the U.S. and China, which is presented in the following chart in terms of the receiving nations' own currency.
The important thing to take away from this analysis is that the data for international trade tends to lag the economy.
The reason why is very straightforward. The decisions to produce goods that will be exported to markets in other countries are made many months in advance of their arrival in the ports of those other nations. And that is time on top of the weeks that it takes for cargo to reach either nation after it has been loaded onto the ships that deliver it.
Consequently, the goods that ship out in international trade will do so in accordance with the economic conditions that prevailed in the nation to which the goods will be delivered many weeks, if not months, earlier than the dates that they arrive in the destination nation's ports.
That means that the negative growth in trade that we observe for the U.S. in June 2013 is really indicating the economic conditions in the U.S. that Chinese producers were seeing several months ago, which confirms what the data we track regarding the health of the U.S. economy has been telling us: the U.S. economy has been experiencing recessionary conditions.
Here, that matters because the U.S. has been skirting the edge of a recession since July 2012 and seems only just now to be starting to come out of it. Given that the year-over-year growth rate in international trade is a lagging indicator of the relative economic health of nations, that means we may continue to see more lackluster months of trade growth before we'll see an increase in the value of goods being exported to the U.S. from China as its economy recovers.
Labels: trade
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.