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 2018, the year-over-year growth rate of the value of goods imported by the U.S. from China dropped into negative territory.
That observation comes from our analysis of the U.S. Census Bureau's report on the U.S.' trade in goods with China, which had been delayed for over a month due to the partial U.S. government shut down. It marks the first month since the U.S.-China trade war began on 22 March 2018 where we can point to a month where the total value of goods that the U.S. imported from China dropped below the value reported a year earlier, where the U.S. had largely been able to avoid following China's fate in that respect. Until November 2018.
The following chart shows that development and also reveals that the year-over-year growth rate of the value of U.S. exports to China became more negative in November 2018. That outcome largely occurred as a consequence of China's retaliatory tariffs on U.S.-produced soybeans, which has prompted China's soybean buyers to effectively boycott the 2018 U.S. crop (until they began making some relatively small buys in December 2018).
Taking a step back to look at the combined value of goods and services directly traded between the U.S. and China, we find the size of the gap between where that level of trade is today with respect to where it would likely be in the absence of the trade war between the two nations opened up in November 2018, increasing by over 50% from $1.6 billion in the previous month to $2.5 billion.
In percentage terms, November 2018's level of direct trade between the two nations is a little over 4% below where we estimate it might otherwise be based on the pre-trade war trend for this data.
Board of Governors of the Federal Reserve System. China / U.S. Foreign Exchange Rate. G.5 Foreign Exchange Rates. Accessed 7 February 2019.
U.S. Census Bureau. Trade in Goods with China. Accessed 7 February 2019.
U.S. Census Bureau. U.S. Trade Online. Accessed 7 February 2019.
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.