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
For the second month in a row, our alternative measure of the relative health of China's economy indicates that nation is potentially in recession.
Our alternative measure is based trade data collected by the U.S. Census Bureau, which is considerably more reliable than the GDP growth rate or other trade statistics reported by China's government. Here, we simply calculate the year-over-year growth rate of the value of goods that China imports from the United States in terms of China's currency, the yuan (or renminbi).
Doing that exercise for the trade data for October 2014, which was just reported on 5 December 2014, we find that the year over year growth rate for the value of the goods that China imported from the U.S. was negative for the second month in a row. That negative indication in consistent with near-zero growth in China's economy (at best) or mild economic contraction.
By contrast, the value of goods exported from China to the U.S. suggests that the U.S. economy continued to expand in October 2014.
Our next chart puts the year over year growth rate of the value of China's imports from the U.S. into better context.
In October 2013, the value of U.S. exports to China reached record levels thanks to a massive increase in the amount of oil seeds and oleagenous fruits purchased by Chinese entities following record U.S. harvests, which predominantly consists of soybeans. Of the $4.112 billion dollars worth of these products that were shipped from the U.S. to other nations, Chinese entities purchased about 72% of the total. At an estimated price of at least $13 per bushel in October 2013, China acquired the equivalent of as many as 227 million bushels of soybeans.
A year later, we find that of the total value of $4.102 billion of U.S. soybeans exported around the world, Chinese entities acquired some 75% of the total. At an estimated price of $10 per bushel for the month, the equivalent of 308 million bushels of soybeans has been imported by China from the U.S. in October 2014. Soybeans account for approximately one-quarter of the value of all the goods exported from the U.S. to China during the month.
Prices in 2014 have fallen with record soybean production around the globe. U.S. soybean production for 2014 is expected to top 3.958 billion bushels.
While the falling prices for soybeans is to be positive factor, allowing the China's soybean consumers to purchase higher quantities than ever before, it does add to the risk of further unleashing deflationary forces in China's economy, which is where the growing recession risk for the nation lies.
That's one reason why tracking the year-over-year growth rate of the value of goods imported by a nation is such an effective indicator of a nation's relative economic health - it is capable of exposing this kind of economic dynamic.
Board of Governors of the Federal Reserve System. China / U.S. Foreign Exchange Rate. G.5 Foreign Exchange Rates. Accessed 10 December 2014.
U.S. Census Bureau. Trade in Goods with China. Accessed 10 December 2014.
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.