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 November 2013, China's Communist Party's Central Committee held its Third Plenum, in which it adopted a new economic blueprint for the world's second largest economy, which was on its way to becoming the world's largest economy, which it did a year later.
As of January 2016, China's economy is back to being the second largest economy in the world. That's a remarkable achievement, because it happened by design, as a direct consequence of the economic policies that were adopted in the Third Plenum of the country's 18th Communist Party Congress.
Those policies involved transitioning China's then-booming economy away from the export-led growth that characterized much of the nation's growth since the 1980s to instead focus on becoming more consumption driven, which would also mean slower economic growth.
It has been an impressive thing to watch, which we've been doing by simply tracking the year-over-year rate of growth in the values of goods and services exported between the world's two largest economies. In the chart below, we show the growth rate value of the value of goods that China has exported to the U.S. in each year since 1986 along with the exchange rate adjusted value of goods that the U.S. has exported to China, which gives us a sense of how each nation's economy actually "sees" the value of the goods being delivered to their economies.
One of the neat things about looking at changes in the growth rates of goods flowing into a country is that it provides a pretty good indication of the relative health of that economy. Positive growth rates of goods being imported into a nation tend to correlate to periods of expansion, which makes sense because an economy firing on all cylinders will quickly grow to reach its productive capacity, where being able to satisfy all domestic demand requires goods produced from outside the nation's borders. Meanwhile, negative growth rates tend to correlate with periods of contraction, where a nation's domestic demand can fully be met with domestic production, which may now have the problem of having excess capacity, where producers are capable of making far more things than they can hope to sell.
What the growth rate data in the chart above is telling us is that since November 2013, China's economy has been generally slowing, which in terms of the value of goods that it imports from the U.S., means that its economy has been shrinking. In the 31 months since November 2013, the year-over-year growth rate of China's imports from the U.S. has been in negative territory 17 times, as the nation's economy at first coasted on its positive momentum until September 2014, after which it has only registered a positive value just 5 times. The following chart shows what that looks like in the raw terms of the value of goods and services the U.S. has exported to China in each month since January 1985.
The U.S. economy has performed somewhat better, registering positive import growth in 20 of 31 months since November 2013, which largely accounts for why it has reclaimed the position of being the world's largest economy. However, for the 11 times that the U.S. has registered negative year-over-year growth in the value of the goods it imports from China, 8 of those occurrences have taken place in the last nine months, from October 2015 through June 2016, where the international trade data suggests that the U.S. economy has experienced some degree of contraction during that time. The following chart shows the value of goods and services imported by the U.S. from China in each month since January 1985.
The world of trade, as measured by the trade of goods and services between the world's two largest economies, would seem to be shrinking. Whether by design or by chance, that situation is not a positive development.
Board of Governors of the Federal Reserve System. China / U.S. Foreign Exchange Rate. G.5 Foreign Exchange Rates. Accessed 8 August 2016.
U.S. Census Bureau. Trade in Goods with China. Updated 5 August 2016. Accessed 8 August 2016.
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.