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
The toll of the U.S.-China tariff war continued to grow in May 2019, with the gap between the pre-trade war trend and the trailing twelve month average of the total valuation of goods and services directly traded between the two nations widening to $8.3 billion for the month.
Since both nations first slapped tariffs on each others goods back in March 2018, the cumulative loss in the value of goods exported between both nations now totals $42.9 billion.
The year-over-year growth rate of each nation's exports to each other continues to fall in negative territory, which in previous occurrences, has coincided with periods of sharply slowing economic growth or recessions.
The charts above are based on international trade data reported by the U.S. Census Bureau, which were recently updated to include May 2019. A Reuters poll of China's exporters for June 2019 indicates that the decline in China's exports extends far beyond just the U.S.:
China’s exports likely fell in June as weakening global demand and a sharp hike in U.S. tariffs took a heavier toll on the world’s largest trading nation, a Reuters poll showed.
Imports are expected to have fallen for a second straight month, pointing to continued weakness in domestic demand and highlighting the need for Beijing to roll out more economic support measures.
If Friday’s trade data are in line with the downbeat forecasts or worse, it could spark concerns about a sharper-than-expected slowdown in China and the risk of a global recession.
China’s June exports are expected to have declined 2 percent from a year earlier, according to the median estimate of 34 economists in a Reuters poll, compared with a 1.1% gain in May....
Some analysts had attributed the unexpected rise in shipments in May to a rush by Chinese exporters to beat additional U.S. tariffs being threatened by Washington.
China's economy is likely to turn in its lowest economic growth numbers for the last 30 years in 2019, while one of China's leading exporters indicates the tariff war is taking a heavy toll on Chinese manufacturers as firms seek to move production to other nations to avoid the tariffs.
Board of Governors of the Federal Reserve System. China / U.S. Foreign Exchange Rate. G.5 Foreign Exchange Rates. Accessed 3 July 2019.
U.S. Census Bureau. Trade in Goods with China. Accessed 3 July 2019.
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.