﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Trade Statistics Knowledgebase » Knowledgebase » Popular Articles</title><generator>InstantKB.NET 2.0.6</generator><description>Trade Statistics Knowledgebase</description><link>http://unstats.un.org/unsd/tradekb/</link><webMaster>comtrade@un.org</webMaster><lastBuildDate>Fri, 05 Apr 2013 09:08:43 GMT</lastBuildDate><ttl>20</ttl><item><title>Data Extraction Using Comtrade Web Service</title><link>http://unstats.un.org/unsd/tradekb/Goto50045.aspx</link><description>&lt;strong&gt;&lt;span style="font-size: 18px;"&gt;Data Extraction Using Comtrade Web Service&lt;br /&gt;&lt;/span&gt;General Information&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Comtrade Web Service is a REST Web Service (see &lt;a href="http://en.wikipedia.org/wiki/Representational_State_Transfer" class="ApplyClass" target="_blank"&gt;http://en.wikipedia.org/wiki/Representational_State_Transfer&lt;/a&gt;) so that data extraction requests need the right URL to be submitted.&lt;br /&gt;&lt;br /&gt;Data, metadata (such as explanatory notes) and data availability can be accessible within web service framework.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Data Format&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;The web service offers two kinds: SDMX (see &lt;a href="http://www.sdmx.org/" class="ApplyClass" target="_blank"&gt;http://www.sdmx.org/&lt;/a&gt;) and element-based-XML. Depending on what you need, both formats can be used independently.&lt;br /&gt;&lt;br /&gt;In order to promote SDMX format, command line data extraction program was created (ComtradeTools). You can use it to extract data and metadata within SDMX and save it as CSV text format.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;SDMX vs. Element-Based-XML&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;SDMX merges data and metadata information in one XML file. For an example, exchange rate and trade system (both of them are metadata) are included on data header. Due to its complexity, SDMX might require extensive learning effort.&lt;br /&gt;&lt;br /&gt;On the other hand, element-based-XML is a very simple format, on which it can also be imported easily with other spreadsheets or databases, such as Microsoft Excel. However, metadata may not integrated with data.&lt;br /&gt;&lt;br /&gt;Note: Complex query which includes commodity/country grouping is only available on element-based-XML.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Security &amp;amp; Authentication&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Access to UN Comtrade database is restricted with IP authentication. A user must have site license account in UN Comtrade and Web Service access right is granted. &lt;em&gt;&lt;strong&gt;However, access to metadata and data availability is not restricted&lt;/strong&gt;&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;(Feb 2010) For those who like to access UN Comtrade Web Service outside of IP address ranges, you can use the authorization code (can be obtained from &lt;a href="http://comtrade.un.org/db/u/MyAccountInfo.aspx"&gt;http://comtrade.un.org/db/u/MyAccountInfo.aspx&lt;/a&gt;). &lt;br /&gt;&lt;br /&gt;Click here to check your access rights: &lt;a href="http://comtrade.un.org/ws/CheckRights.aspx"&gt;http://comtrade.un.org/ws/CheckRights.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Web Service Methods and Parameters&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;To access REST web service, you need page name (method) and query string (parameter). In fact, UN Comtrade database was built based on query string, such result page of Ireland Total Export in 2006 &lt;br /&gt;(&lt;a href="http://comtrade.un.org/db/dqBasicQueryResults.aspx?cc=TOTAL&amp;amp;px=H2&amp;amp;r=372&amp;amp;y=2006" target="_blank"&gt;http://comtrade.un.org/db/dqBasicQueryResults.aspx?cc=TOTAL&amp;amp;px=H2&amp;amp;r=372&amp;amp;y=2006&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;dqBasicQueryResults.aspx is the page name (method to show result) and cc=TOTAL&amp;amp;px=H2&amp;amp;r=372&amp;amp;y=2006 are the query strings, of which cc is commodity code, px is commodity classification, r is reporter and y is year.&lt;br /&gt;&lt;br /&gt;In order to get the result via web service, you need to change dqBasicQueryResults.aspx to get.aspx (for Element-Based-XML format) or getSdmxV1.aspx (for SDMX format) and change /db to /ws (web service) and add comp=false (set compression flag to disable, so that it can be viewed on a browser):&lt;br /&gt;(&lt;a href="http://comtrade.un.org/ws/get.aspx?cc=TOTAL&amp;amp;px=H2&amp;amp;r=372&amp;amp;y=2006&amp;amp;comp=false" target="_blank"&gt;http://comtrade.un.org/ws/get.aspx?cc=TOTAL&amp;amp;px=H2&amp;amp;r=372&amp;amp;y=2006&amp;amp;comp=false&lt;/a&gt; or&lt;a href="http://comtrade.un.org/ws/getSdmxV1.aspx?cc=TOTAL&amp;amp;px=H2&amp;amp;r=372&amp;amp;y=2006&amp;amp;comp=false" target="_blank"&gt; http://comtrade.un.org/ws/getSdmxV1.aspx?cc=TOTAL&amp;amp;px=H2&amp;amp;r=372&amp;amp;y=2006&amp;amp;comp=false&lt;/a&gt;&lt;br /&gt;or for those who like to use authorization code&lt;br /&gt;&lt;a href="http://comtrade.un.org/ws/getSdmxV1.aspx?cc=TOTAL&amp;amp;px=H2&amp;amp;r=372&amp;amp;y=2006&amp;amp;comp=false&amp;amp;code=yourcode" class="ApplyClass"&gt;&lt;span style="text-decoration: underline; color: #666666;"&gt;http://comtrade.un.org/ws/getSdmxV1.aspx?cc=TOTAL&amp;amp;px=H2&amp;amp;r=372&amp;amp;y=2006&amp;amp;comp=false&amp;amp;code=yourcode&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;Here is the list of common query string parameters:&lt;br /&gt;&lt;br /&gt;Px = Commodity Classification&lt;br /&gt;R = Reporter&lt;br /&gt;Y = Year&lt;br /&gt;CC = Commodity Code&lt;br /&gt;P = Partner Country&lt;br /&gt;Rg = Trade Flow&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Data (restricted access)&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;The following data is available (depends on your access rights):&lt;br /&gt;&lt;br /&gt;-UN Comtrade (get.aspx, getSdmxV1.aspx)&lt;br /&gt;-TotalTrade (getTTotal.aspx, getConvFactor.aspx)&lt;br /&gt;-Tariff Line (getSdmxTariffLineV1.aspx)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Metadata and data availability (free access)&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradekb/Knowledgebase/Advance-facility-on-data-query-through-UN-Comtrade-References-via-Comtrade-Web-Services" class="ApplyClass"&gt;Reference Tables&lt;/a&gt;:&lt;br /&gt;-Country List (refs/getCountryList.aspx)&lt;br /&gt;-Commodity List (refs/getCommodityList.aspx)&lt;br /&gt;URL examples:&lt;br /&gt;-Get 2 digit HS1996: &lt;a href="http://comtrade.un.org/ws/refs/getCommodityList.aspx?px=H1&amp;amp;cc=??"&gt;http://comtrade.un.org/ws/refs/getCommodityList.aspx?px=H1&amp;amp;cc=??&lt;/a&gt;&lt;br /&gt;-Get all country codes: &lt;a href="http://comtrade.un.org/ws/refs/getCountryList.aspx"&gt;http://comtrade.un.org/ws/refs/getCountryList.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Metadata:&lt;br /&gt;-&lt;a href="http://unstats.un.org/unsd/tradekb/Knowledgebase/Explanatory-Notes-Via-Web-Service"&gt;Explanatory Notes&lt;/a&gt; (refs/getExplanatoryNotes.aspx)&lt;br /&gt;&lt;br /&gt;Data Availability&lt;br /&gt;-&lt;a href="http://unstats.un.org/unsd/tradekb/Knowledgebase/UN-Comtrade-Data-Availability-via-Comtrade-Web-Services" class="ApplyClass"&gt;Data Availability&lt;/a&gt; (refs/getDataAvailablity.aspx)&lt;br /&gt;&lt;br /&gt;&lt;!--&lt;strong&gt;Asynchronous Web Service (Batch Web Service)&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;If web service request is equal with direct download, then asynchronous web service is equal to batch submission. It handles complex queries that are submitted to web service by executing it asynchronously. &lt;br /&gt;--&gt;</description><pubDate>Thu, 04 Apr 2013 09:44:17 GMT</pubDate><dc:creator>comtrade_admin</dc:creator></item><item><title>Asynchronous Web Service (DEPRECATED)</title><link>http://unstats.un.org/unsd/tradekb/Goto50046.aspx</link><description>&lt;div&gt;&lt;strong&gt;To previous users of the asynchronous web service:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;The asynchronous web service feature is no longer available.  If you would like to submit a query for future execution please use the &lt;a href="http://unstats.un.org/unsd/tradekb/Knowledgebase/How-to-use-Batch-Processing-feature-in-UN-Comtrade" class="ApplyClass"&gt;batch processing feature&lt;/a&gt;.&lt;/div&gt;&lt;!--&lt;div&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;General Information&lt;/strong&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If web service request is equal with direct download, then asynchronous web service is equal to batch submission. It handles complex queries that are submitted to web service by executing it asynchronously, thus avoiding time out.&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Asynchronous web service is only available for element-based-XML format.&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;How does it work?&lt;/strong&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;To use asynchronous service, add query string async=true in the request URL. Then, submit the URL and the receipt will be given immediately. The receipt consists of 12 characters and serves as identification number for the specific web service request.&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Periodically, you have to check the status by giving the identification number. If the status is completed, then download the result.&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Step-by-step example (See attached document)&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;1. Submit your query, &lt;/div&gt;&lt;div&gt;e.g. &lt;a href="http://comtrade.un.org/ws/get.aspx?qt=y&amp;amp;detail=true&amp;amp;comp=false&amp;amp;p=6761,842,6857,7331,156,392,0&amp;amp;cc=cg31649,cg31650,cg31651,cg31652,cg31653,cg31654,cg31655,cg31656,total&amp;amp;y=1990,1995,2000,2005&amp;amp;rg=2&amp;amp;r=6435&amp;amp;px=S1&amp;amp;async=true"&gt;http://comtrade.un.org/ws/get.aspx?qt=y&amp;amp;detail=true&amp;amp;comp=false&amp;amp;p=6761,842,6857,7331,156,392,0&amp;amp;cc=cg31649,cg31650,cg31651,cg31652,&lt;br /&gt;cg31653,cg31654,cg31655,cg31656,total&amp;amp;y=1990,1995,2000,2005&amp;amp;rg=2&amp;amp;r=6435&amp;amp;px=S1&amp;amp;async=true&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://comtrade.un.org/ws/get.aspx?qt=y&amp;amp;detail=true&amp;amp;comp=false&amp;amp;p=6761,842,6857,7331,156,392,0&amp;amp;cc=cg31649,cg31650,cg31651,cg31652,cg31653,cg31654,cg31655,cg31656,total&amp;amp;y=1990,1995,2000,2005&amp;amp;rg=2&amp;amp;r=6435&amp;amp;px=S1&amp;amp;async=true"&gt;cg31655,cg31656,total&amp;amp;y=1990,1995,2000,2005&amp;amp;rg=2&amp;amp;r=6435&amp;amp;px=S1&amp;amp;async=true&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;2. Receipt will be given immediately and a uniquie id will be provided. For example, id is "ubacyqucofyz"&lt;/div&gt;&lt;div&gt;&lt;span style="line-height: normal; font-family: arial; color: #000000;"&gt;&lt;img alt="" src="http://unstats.un.org/unsd/tradekb/Uploads/Images/asynchronous-1.jpg" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;3. Periodically, check the batch status using the provided id: http://comtrade.un.org/ws/get.aspx?status=ubacyqucofyz&lt;/div&gt;&lt;div&gt;&lt;span style="line-height: normal; font-family: arial; color: #000000;"&gt;&lt;img alt="" src="http://unstats.un.org/unsd/tradekb/Uploads/Images/asynchronous-2.jpg" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;4. Check again until status is completed.&lt;span style="line-height: normal; font-family: arial; color: #000000;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;img alt="" src="http://unstats.un.org/unsd/tradekb/Uploads/Images/asynchronous-3.jpg" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;5. Then download the file using the provided url: http://comtrade.un.org/ws/get.aspx?download=ubacyqucofyz&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: 11px; font-family: tahoma;"&gt;&lt;img alt="" src="http://unstats.un.org/unsd/tradekb/Uploads/Images/asynchronous-4.jpg" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="line-height: normal; font-family: arial; color: #000000;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;--&gt;</description><pubDate>Thu, 04 Apr 2013 09:42:26 GMT</pubDate><dc:creator>comtrade_admin</dc:creator></item><item><title>How to use the "Basic Selection" feature in the Data Query</title><link>http://unstats.un.org/unsd/tradekb/Goto50050.aspx</link><description>&lt;p&gt;&lt;span style="font-family: tahoma; color: #1f5080;"&gt;&lt;span style="font-size: 18px;"&gt;&lt;strong&gt;How to use the "Basic Selection" feature in the Data Query?&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;Basic Selection is a sub-menu of "Data Query" in the UN Comtrade database.&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://unstats.un.org/unsd/tradekb/Uploads/Images/bscsel1.jpg" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: tahoma; color: #1f5080;"&gt;This feature allows the user to build a query by selecting items from provided lists.  This is considered as a traditional data selection tool.&lt;br /&gt;&lt;br /&gt;Note: Basic Selection only in Internet Explorer v 6.0 and above.&lt;br /&gt;&lt;br /&gt;Two methods for Basic Selection:&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;Method 1:&lt;/span&gt; Load Save Query (available only for subscribers)&lt;br /&gt;You can load your saved query in 'step 0'&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;Method 2:&lt;/span&gt; Input/Select basic items query&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 1 (Required):&lt;/strong&gt;  Select the commodity classification you are searching for. Description of the classification and its commodities listing can be found at: &lt;br /&gt;&lt;span style="word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; text-transform: none; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-family: arial; color: #000000;"&gt;&lt;a href="http://comtrade.un.org/db/mr/rfCommoditiesList.aspx" style="color: #000000; text-decoration: underline;"&gt;&lt;span style="font-size: 13px;"&gt;http://comtrade.un.org/db/mr/rfCommoditiesList.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="word-spacing: 0px; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; text-transform: none; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-family: arial; color: #000000;"&gt;&lt;a href="http://unstats.un.org/unsd/cr/registry/regct.asp?Lg=1" style="color: #666666; text-decoration: underline;"&gt;&lt;span style="font-size: 13px;"&gt;http://unstats.un.org/unsd/cr/registry/regct.asp?Lg=1&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Should you need more information on how to choose the commodity classification, please refer to the following KB article: &lt;a href="http://unstats.un.org/unsd/tradekb/Knowledgebase/Which-classification-system-is-appropriate-to-use" class="SmlLinks" title="Goto Which classification system is appropriate to use?"&gt;Which classification system is appropriate to use?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 2:&lt;/strong&gt; Enter selection items&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://unstats.un.org/unsd/tradekb/Uploads/Images/bscsel2.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: tahoma; color: #1f5080;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;Commodities: Allows one to search for commodity by ‘commodity code’ or by ‘item/description’. For example you can search for ‘steel’ in HS2002. Searching by name yields several results and the user has the option to choose one or more which appear in the Select Items column. See figure below: &lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://unstats.un.org/unsd/tradekb/Uploads/Images/bscsel3.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;If you want to load your favorites, choose the right source in step.1. Special Items source enables selection of TOTAL, 1 digit code, 2 digit codes … etc. &lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;Reporters, Partners, Years&lt;/span&gt;: Select one or more of each and click the ‘add’ button. &lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;Others&lt;/span&gt;: This feature allows one to select the trade flow, filter by value, select a preset sort order, and choose the aggregation option desired. &lt;strong&gt;NOTE: Currently only one trade flow can be saved if you choose to save your query&lt;/strong&gt;. Also, AutoBatch can be set to ‘full’ or ‘incremental’. &lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://unstats.un.org/unsd/tradekb/Uploads/Images/bscsel4.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 3: Save Query (optional)&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;img alt="" src="http://unstats.un.org/unsd/tradekb/Uploads/Images/bscsel5.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style="margin: auto 0in;"&gt;&lt;span style="font-family: arial;"&gt;&lt;/span&gt; &lt;/p&gt;You can save your query for future use, and enable notification or AutoBatch.&lt;br /&gt;&lt;br /&gt;Please review the following article regarding the above features for save query: &lt;a href="http://unstats.un.org/unsd/tradekb/Knowledgebase/Saved-Query-Alert-and-Notification"&gt;http://unstats.un.org/unsd/tradekb/Knowledgebase/Saved-Query-Alert-and-Notification&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: tahoma;"&gt;&lt;span style="color: #1f497d;"&gt;&lt;em&gt;Related questions:&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #1f497d;"&gt;&lt;em&gt;Q: I often get "NO RECORDS", when running the data extraction. What could I do to avoid it? &lt;br /&gt;&lt;br /&gt;&lt;/em&gt;A: Since not every country reports its trade data in the same classification, you have to make sure which classification is available for which countries or commodities or years. Please use "Data Availability" menu.&lt;/span&gt;&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><pubDate>Tue, 02 Apr 2013 05:34:16 GMT</pubDate><dc:creator>comtrade_admin</dc:creator></item><item><title>UN Comtrade Data Availability (via Comtrade Web Services)</title><link>http://unstats.un.org/unsd/tradekb/Goto50116.aspx</link><description>&lt;strong&gt;&lt;span style="font-size: 18px;"&gt;UN Comtrade Data Availability (via Comtrade Web Services)&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Query string parameters: px (classification), r (reporter codes), y (years), lowT (start date), highT (end date), so (sort order), isOri (original flag). &lt;br /&gt;Available classifications (px): HS2002 (H2), HS1996 (H1), HS1988 (H0), SITC Rev.3 (S3), SITC Rev.2 (S2), SITC Rev.1 (S1), BEC (BE) &lt;br /&gt;lowT and high T format is YYYY-MM-DD (ex. 2006-06-15). Time can be added using ‘T’ (2006-06-15T17:44:01) &lt;br /&gt;Available sort orders (so): 1 (by Upload Time), 2 (by Upload time descending), 10 (by year), 11 (by year descending) &lt;br /&gt;“Original Flag true” returns original reported classification only. &lt;br /&gt;&lt;br /&gt;Example: &lt;br /&gt;&lt;br /&gt;Get loaded data sets after 15 June 2006 17:44:01 &lt;br /&gt;&lt;a href="http://comtrade.un.org/ws/refs/getDataAvailability.aspx?lowT=2006-06-15T17:44:01"&gt;http://comtrade.un.org/ws/refs/getDataAvailability.aspx?lowT=2006-06-15T17:44:01&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;Get original loaded data sets after 15 June 2006 17:44:01 &lt;br /&gt;&lt;a href="http://comtrade.un.org/ws/refs/getDataAvailability.aspx?lowT=2006-06-15T17:44:01&amp;amp;isOri=true"&gt;http://comtrade.un.org/ws/refs/getDataAvailability.aspx?lowT=2006-06-15T17:44:01&amp;amp;isOri=true&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;Get all available H2 data sets of year 2005 order by upload time descending &lt;br /&gt;&lt;a href="http://comtrade.un.org/ws/refs/getDataAvailability.aspx?y=2005&amp;amp;px=H2&amp;amp;so=2"&gt;http://comtrade.un.org/ws/refs/getDataAvailability.aspx?y=2005&amp;amp;px=H2&amp;amp;so=2&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Tariff Line Data Availability&lt;/strong&gt; &lt;br /&gt;&lt;strong&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;&lt;div&gt;&lt;em&gt;Please note that tariff line data is only available to specific partner organizations.  Email &lt;a href="mailto:comtrade@un.org" class="ApplyClass"&gt;comtrade@un.org&lt;/a&gt; if you feel that you require access to tariff line data.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;Query string parameters: px (classification), r (reporter codes), y (years), lowT (start date), highT (end date), so (sort order) &lt;br /&gt;Available classifications (px): HS2002 (H2), HS1996 (H1), HS1988 (H0), SITC Rev.3 (S3), SITC Rev.2 (S2), SITC Rev.1 (S1), BEC (BE) &lt;br /&gt;lowT and high T format is YYYY-MM-DD (ex. 2006-06-15). Time can be added using ‘T’ (2006-06-15T17:44:01) &lt;br /&gt;Available sort orders (so): 1 (by Upload Time), 2 (by Upload time descending), 10 (by year), 11 (by year descending) &lt;br /&gt;“Original Flag true” returns original reported classification only. &lt;br /&gt;&lt;br /&gt;Example: &lt;br /&gt;&lt;br /&gt;Get loaded data sets after 15 June 2006 17:44:01 &lt;br /&gt;&lt;a href="http://comtrade.un.org/ws/refs/getDATariffLine.aspx?lowT=2006-06-15T17:44:01"&gt;http://comtrade.un.org/ws/refs/getDATariffLine.aspx?lowT=2006-06-15T17:44:01&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;Get original loaded data sets for Germany &lt;br /&gt;&lt;a href="http://comtrade.un.org/ws/refs/getDATariffLine.aspx?r=276"&gt;http://comtrade.un.org/ws/refs/getDATariffLine.aspx?r=276&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;Get all available H2 data sets of year 2005 order by upload time descending &lt;br /&gt;&lt;a href="http://comtrade.un.org/ws/refs/getDATariffLine.aspx?y=2005&amp;amp;px=H2&amp;amp;so=2"&gt;http://comtrade.un.org/ws/refs/getDATariffLine.aspx?y=2005&amp;amp;px=H2&amp;amp;so=2&lt;/a&gt;&lt;/div&gt;</description><pubDate>Mon, 25 Mar 2013 08:50:24 GMT</pubDate><dc:creator>comtrade_admin</dc:creator></item><item><title>Timetable for data availability of country</title><link>http://unstats.un.org/unsd/tradekb/Goto50059.aspx</link><description>&lt;strong&gt;Timetable for data availability of country&lt;br /&gt;&lt;br /&gt;Q:&lt;/strong&gt; How soon will country data for imports and exports be available?&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;A:&lt;/strong&gt; There isn't an expected date or time when a specific country's data will become available.  We request the annual data in the month of February.  However, we receive data from various countries at different time periods.  As soon as our office receives the data, we validate it and upload into the UN Comtrade database.&lt;br /&gt;&lt;br /&gt;You can set up a notification procedure where the system would inform you when a particular country period is uploaded.  (Note: This option is only available to subscribers.)&lt;br /&gt;&lt;br /&gt;For monthly data, we follow-up on a monthly basis with countries that have indicated they will regularly provide monthly data but haven't done so in several months. Some countries provide their latest monthly data within a month of the close of the reference period, while others provide their much data later. As of February 2013, for countries having provided data on at least three separate occasions, and measuring the delay as the number of days between the closure of the reference period and the first receipt of the latest data in our office, 7 countries have a median delay of less than one month, 43 countries have a median delay of less than two months, and 76 countries have a median delay of less than three months, out of a total of 81 countries having submitted data on at least three separate occasions. 28 countries have provided data only once or twice, for a total of 109 countries providing monthly data. This includes countries having provided data but whose data has not been released due to resource constraints. Many countries have not yet established regular provision of monthly data, and we are working with data providers to improve the regularity of data provision. &lt;br /&gt;&lt;br /&gt;&lt;em&gt;Related question:&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Q: The Comtrade Database has annual data available online. Do you also have monthly data? &lt;br /&gt;&lt;/em&gt;&lt;br /&gt;A: We have monthly trade flows in the UN Monthly Comtrade (beta version) database. The data can be accessed at http://comtrade.un.org/monthly. &lt;br /&gt;</description><pubDate>Fri, 01 Mar 2013 10:43:40 GMT</pubDate><dc:creator>Editor SL</dc:creator></item><item><title>UN Comtrade SDMX </title><link>http://unstats.un.org/unsd/tradekb/Goto50114.aspx</link><description>&lt;strong&gt;What is SDMX? &lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;The name stands for “Statistical Data and Metadata Exchange” refers to an international cooperation initiative aimed at developing and employing more efficient processes for exchange and sharing of statistical data and metadata among international organizations and their member countries. &lt;br /&gt;&lt;br /&gt;Please refer to Brief Introduction to SDMX for the full introduction document. &lt;br /&gt;&lt;br /&gt;For further information, please visit &lt;a href="http://sdmx.org/" class="ApplyClass" target="_blank"&gt;SDMX web site&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Comtrade SDMX &lt;br /&gt;&lt;/strong&gt;1. Comtrade uses SDMX cross-sectional format version 1.0. &lt;br /&gt;2. Each commodity classification has a specific Key Family. Therefore, there are 6 key families: for HS2002, HS1996, HS1992, SITC Rev.3, SITC Rev.2, and SITC Rev.1 Download the all key families here. &lt;br /&gt;3. Explanatory notes are integrated with Comtrade SDMX. &lt;br /&gt;4. This is a beta version. The SDMX structure can be modified. &lt;br /&gt;5. Comtrade Web Services are under the development and testing. With web services, trade data transfer and synchronization will be simplified. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;How to read SDMX &lt;br /&gt;&lt;/strong&gt;SDMX is a text file which is readable by any text editors. A converter is required, in order to convert SDMX into CSV format. &lt;br /&gt;&lt;br /&gt;Users can download data in SDMX format using the direct download feature. Comtrade Batch is not able to generate data in SDMX format.</description><pubDate>Thu, 10 Nov 2011 10:40:58 GMT</pubDate><dc:creator>Editor MP</dc:creator></item><item><title>Difference BoP - Foreign Trade statistics - Eurostat, 2004</title><link>http://unstats.un.org/unsd/tradekb/Goto50641.aspx</link><description>&lt;strong&gt;&lt;em&gt;Differences between Balance of Payments and Foreign Trade Statistics&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;Balance of Payments (BOP) and Foreign Trade statistics (FTS), both provide data for the external trade in goods of a given country; the two data sets generally do not show the same figures. The two data sources have very different detail and serve different users’ needs. Different methodologies are the main reason for the differences between the two data sets. This paper provides a summary of the main methodological differences between the two data sets and describes all the adjustments that have to be made by BOP compilers to go from FTS to BOP data. The results of a recent survey of the main adjustment practices in EU member states and candidate countries are also provided. &lt;br /&gt;&lt;br /&gt;Download&lt;br /&gt;</description><pubDate>Mon, 28 Mar 2011 09:26:26 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Sectoral Classification List (W/120)</title><link>http://unstats.un.org/unsd/tradekb/Goto50640.aspx</link><description>The &lt;strong&gt;services sectoral classification list (W/120)&lt;/strong&gt; is a comprehensive list of services sectors and sub-sectors covered under the GATS. It was compiled by the WTO in July 1991 and its purpose was to facilitate the Uruguay Round negotiations, ensuring cross-country comparability and consistency of the commitments undertaken. The 160 sub-sectors are defined as aggregate of the more detailed categories contained in the United Nations provisional Central Product Classification (CPC).&lt;br /&gt;&lt;br /&gt;The list is available at the WTO website at:  &lt;a href="http://tsdb.wto.org/Includes/docs/W120_E.doc"&gt;http://tsdb.wto.org/Includes/docs/W120_E.doc&lt;/a&gt; </description><pubDate>Mon, 21 Mar 2011 06:04:33 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Report on business registers (UNSC, 2011)</title><link>http://unstats.un.org/unsd/tradekb/Goto50623.aspx</link><description>&lt;span style="font-size: 10pt;"&gt;&lt;span style="font-size: 10pt;"&gt;The report provides a brief summary of the themes discussed during the 22nd meeting of the Wiesbaden Group on Business Registers. The meeting was held from 27 to 30 September 2010 in Tallinn, hosted by Statistics Estonia.&lt;/span&gt; &lt;span style="font-size: 10pt;"&gt;It was prepared in accordance with a request of the Statistical Commission at its forty-first&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;session (see E/2010/24, chap. I.A) and transmitted to the Commission for information.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;p style="margin: 0pt;"&gt; &lt;/p&gt;&lt;p style="margin: 0pt;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;a href="http://unstats.un.org/unsd/statcom/doc11/2011-25-WiesbadenGroup-E.pdf" class="ApplyClass"&gt;&lt;br /&gt;Report of the Wiesbaden Group on Business Registers&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt;"&gt;&lt;span style="font-size: 11pt;"&gt;&lt;a href="http://unstats.un.org/unsd/statcom/doc11/2011-25-WiesbadenGroup-E.pdf"&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;</description><pubDate>Mon, 14 Mar 2011 07:11:33 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>38th UNSC - Report of the SG and the WTO on tourism statistics</title><link>http://unstats.un.org/unsd/tradekb/Goto50622.aspx</link><description>&lt;span style="font-size: 10pt;"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="font-size: 13px;"&gt;Joint report of the Secretary-General and the World &lt;span style="text-decoration: underline;"&gt;Tourism&lt;/span&gt; Organization on &lt;span style="text-decoration: underline;"&gt;Tourism&lt;/span&gt; Statistics &lt;/span&gt;&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;The report was submitted to the Statistical Commission in accordance with a request of the Commission at its thirty-fifth session.&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt; It contains a description of activities undertaken in response to the actions of the Commission at that session with regard to the revision of international recommendations for tourism statistics. The draft version of the &lt;em&gt;International Recommendations on Tourism Statistics 2008 &lt;/em&gt;(IRTS 2008)&lt;em&gt; &lt;/em&gt;was submitted to the Commission as a background document for consideration and adoption.&lt;/span&gt;&lt;a class="ApplyClass"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: 13px;"&gt;Joint report of the Secretary-General and the World Tourism Organization on Tourism Statistics (40th UNSC, 2008)&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;</description><pubDate>Mon, 14 Mar 2011 07:03:35 GMT</pubDate><dc:creator>comtrade_admin</dc:creator></item><item><title>Improvement in business registers (ECLAC, Rio de Janeiro 2009)</title><link>http://unstats.un.org/unsd/tradekb/Goto50621.aspx</link><description>&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;&lt;span style="font-family: verdana; font-size: 8.5pt;"&gt;This document was presented during the workshop on &lt;em&gt;Statistics of international trade in services in the Latin American and the Caribbean countries&lt;/em&gt; organized by UNSD, in collaboration with the Instituto Brasileiro de Geografia e Estatística (IBGE) and Banco Central do Brasil and Economic Commission of Latin America and the Caribbean (ECLAC). The workshop was hosted by the Instituto Brasileiro de Geografia e Estatística (IBGE) in Rio de Janeiro between 1 and 4 December 2009.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/Rio/Presentations/8.b.%20trabajos%20sobre%20directorios%20en%20ALyC%20CEPAL.pdf" class="ApplyClass"&gt;Improvement in business registers (ECLAC, Rio de Janeiro 2009)&lt;/a&gt; </description><pubDate>Mon, 14 Mar 2011 06:16:06 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Foreign Affiliates Statistics (WTO, Rio de Janeiro 2009)</title><link>http://unstats.un.org/unsd/tradekb/Goto50620.aspx</link><description>&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;&lt;span style="font-family: verdana; font-size: 8.5pt;"&gt;This document was presented during the workshop on &lt;em&gt;Statistics of international trade in services in the Latin American and the Caribbean countries&lt;/em&gt; organized by UNSD, in collaboration with the Instituto Brasileiro de Geografia e Estatística (IBGE) and Banco Central do Brasil and Economic Commission of Latin America and the Caribbean (ECLAC). The workshop was hosted by the Instituto Brasileiro de Geografia e Estatística (IBGE) in Rio de Janeiro between 1 and 4 December 2009.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/Rio/Presentations/11.%20WTO%20Joscelyn%20FATS%20Rio.pdf" class="ApplyClass"&gt;Foreign Affiliates Statistics (WTO, Rio de Janeiro 2009)&lt;/a&gt;&lt;br /&gt;</description><pubDate>Mon, 14 Mar 2011 06:10:29 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Trade in services in ECLAC countries (ECLAC, Rio de Janeiro 2009) </title><link>http://unstats.un.org/unsd/tradekb/Goto50619.aspx</link><description>&lt;span style="font-family: verdana; font-size: 8.5pt;"&gt;This document was presented during the workshop on &lt;em&gt;Statistics of international trade in services in the Latin American and the Caribbean countries&lt;/em&gt; organized by UNSD, in collaboration with the Instituto Brasileiro de Geografia e Estatística (IBGE) and Banco Central do Brasil and Economic Commission of Latin America and the Caribbean (ECLAC). The workshop was hosted by the Instituto Brasileiro de Geografia e Estatística (IBGE) in Rio de Janeiro between 1 and 4 December 2009.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/Rio/Presentations/3.%20Nanno%20Mulder.pdf" class="ApplyClass"&gt;Trade in services in ECLAC countries (ECLAC, Rio de Janeiro 2009)&lt;/a&gt;</description><pubDate>Mon, 14 Mar 2011 06:02:00 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Tourism statistics in the CIS countries (CISSTAT, Chisinau 2010)</title><link>http://unstats.un.org/unsd/tradekb/Goto50612.aspx</link><description>&lt;span style="font-size: 8.5pt;"&gt;This document was presented during the workshop "Developing National Systems of Tourism Statistics: Challenges and Good Practices " organized by the United Nations Statistics Division (UNSD) in collaboration with the UN World Tourism Organization (UNWTO), the Interstate Statistical Committee of the CIS (CISSTAT) and the National Bureau of Statistics of the Republic of Moldova (NBS), with the support of the United National Development Programme – Moldova. The Workshop was hosted by the NBS in Chisinau, Moldova between 29 June and 2 July 2010. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/Chisinau/docs/03%20c%20-%20CISSTAT%20-%20Background%20-%20Tourism%20statistics%20in%20the%20CIS%20countries.pdf"&gt;1- Background document (CISSTAT, Chisinau 2010)&lt;br /&gt;&lt;/a&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/Chisinau/docs/03%20c%20-%20CISSTAT%20-%20Tourism%20Statistics%20in%20the%20CIS.pdf" class="ApplyClass"&gt;2- Tourism statistics in the CIS countries (CISSTAT, Chisinau 2010)&lt;/a&gt;&lt;br /&gt;</description><pubDate>Fri, 11 Mar 2011 06:39:20 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Overview of EU tourism statistics (Eurostat, Chisinau 2010)</title><link>http://unstats.un.org/unsd/tradekb/Goto50611.aspx</link><description>&lt;span style="font-size: 8.5pt;"&gt;This document was presented during the workshop "Developing National Systems of Tourism Statistics: Challenges and Good Practices " organized by the United Nations Statistics Division (UNSD) in collaboration with the UN World Tourism Organization (UNWTO), the Interstate Statistical Committee of the CIS (CISSTAT) and the National Bureau of Statistics of the Republic of Moldova (NBS), with the support of the United National Development Programme – Moldova. The Workshop was hosted by the NBS in Chisinau, Moldova between 29 June and 2 July 2010. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/Chisinau/docs/03%20a%20-%20Eurostat%20-%20CIS%20workshop_TS_Eurostat.pdf" class="ApplyClass"&gt;Overview of EU tourism statistics (Eurostat, Chisinau 2010)&lt;/a&gt; </description><pubDate>Fri, 11 Mar 2011 06:34:22 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>EBOPS classification (UNSD, Hanoi 2010)</title><link>http://unstats.un.org/unsd/tradekb/Goto50600.aspx</link><description>&lt;span style="font-size: 9pt;"&gt;This document was presented at the Workshop on&lt;i&gt; &lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/hanoi2010/default.htm"&gt;&lt;i&gt;Statistics of International Trade in Services for the South-East Asian countries&lt;/i&gt; &lt;/a&gt;&lt;/i&gt;which took place from 30 November to 3 December 2010 in Hanoi, Vietnam.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/hanoi2010/docs/07%20-%20The%20Extended%20Balance%20of%20Payment%20Services%20(EBOPS)%20classification.pdf" class="ApplyClass"&gt;EBOPS classification (UNSD, Hanoi 2010)&lt;/a&gt;&lt;/span&gt; </description><pubDate>Fri, 11 Mar 2011 06:14:02 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Enterprises survey (UNSD, Hanoi 2010)</title><link>http://unstats.un.org/unsd/tradekb/Goto50604.aspx</link><description>&lt;span style="font-size: 9pt;"&gt;This document was presented at the Workshop on&lt;i&gt; Statistics of International Trade in Services for the South-East Asian countries&lt;/i&gt; which took place from 30 November to 3 December 2010 in Hanoi, Vietnam.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/hanoi2010/docs/09%20-%20Enterprise%20surveys.pdf" class="ApplyClass"&gt;&lt;span style="font-size: 9pt;"&gt;Enterprises survey (UNSD, Hanoi 2010)&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; </description><pubDate>Fri, 11 Mar 2011 06:13:36 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Overview of the BPM6 (UNSD, Hanoi 2010)</title><link>http://unstats.un.org/unsd/tradekb/Goto50601.aspx</link><description>&lt;span style="font-size: 9pt;"&gt;This document was presented at the Workshop on&lt;i&gt; Statistics of International Trade in Services for the South-East Asian countries&lt;/i&gt; which took place from 30 November to 3 December 2010 in Hanoi, Vietnam.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/hanoi2010/docs/05%20-%20The%20sixth%20edition%20of%20BoP%20overview.pdf" class="ApplyClass"&gt;&lt;span style="font-size: 9pt;"&gt;Overview of the BPM6 (UNSD, Hanoi 2010)&lt;/span&gt;&lt;/a&gt; </description><pubDate>Fri, 11 Mar 2011 06:13:13 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Overview of the MSITS 2010 (UNSD, Hanoi 2010)</title><link>http://unstats.un.org/unsd/tradekb/Goto50602.aspx</link><description>&lt;span style="font-size: 9pt;"&gt;This document was presented at the Workshop on&lt;i&gt; Statistics of International Trade in Services for the South-East Asian countries&lt;/i&gt; which took place from 30 November to 3 December 2010 in Hanoi, Vietnam.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/hanoi2010/docs/03%20-%20Overview%20of%20the%20updated%20recommendation%20on%20SITS%20(MSITS%202010).pdf" class="ApplyClass"&gt;&lt;span style="font-size: 9pt;"&gt;Overview of the MSITS 2010 (UNSD, Hanoi 2010)&lt;/span&gt;&lt;/a&gt; </description><pubDate>Fri, 11 Mar 2011 06:12:41 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Foreign Affiliates Statistics (Eurostat, Hanoi 2010)</title><link>http://unstats.un.org/unsd/tradekb/Goto50605.aspx</link><description>&lt;span style="font-size: 9pt;"&gt;This document was presented at the Workshop on&lt;i&gt; Statistics of International Trade in Services for the South-East Asian countries&lt;/i&gt; which took place from 30 November to 3 December 2010 in Hanoi, Vietnam.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/hanoi2010/docs/12%20FATS%20concepts,%20legal%20framework,%20data.pdf" class="ApplyClass"&gt;Foreign Affiliates Statistics (Eurostat, Hanoi 2010)&lt;/a&gt; </description><pubDate>Fri, 11 Mar 2011 06:12:13 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>FDI statistics (Eurostat, Hanoi 2010)</title><link>http://unstats.un.org/unsd/tradekb/Goto50606.aspx</link><description>&lt;span style="font-size: 9pt;"&gt;This document was presented at the Workshop on&lt;i&gt; Statistics of International Trade in Services for the South-East Asian countries&lt;/i&gt; which took place from 30 November to 3 December 2010 in Hanoi, Vietnam.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/hanoi2010/docs/14%20FDI%20general%20presentation.pdf" class="ApplyClass"&gt;FDI statistics (Eurostat, Hanoi 2010)&lt;/a&gt; </description><pubDate>Fri, 11 Mar 2011 06:11:49 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Modes of supply (WTO, Hanoi 2010)</title><link>http://unstats.un.org/unsd/tradekb/Goto50607.aspx</link><description>&lt;span style="font-size: 9pt;"&gt;This document was presented at the Workshop on&lt;i&gt; Statistics of International Trade in Services for the South-East Asian countries&lt;/i&gt; which took place from 30 November to 3 December 2010 in Hanoi, Vietnam.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/hanoi2010/docs/15%20-%20Modes%20of%20supply.pdf" class="ApplyClass"&gt;&lt;span style="font-size: 9pt;"&gt;Modes of supply (WTO, Hanoi 2010)&lt;/span&gt;&lt;/a&gt; </description><pubDate>Fri, 11 Mar 2011 06:11:08 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Data dissemination (UNSD, Hanoi 2010)</title><link>http://unstats.un.org/unsd/tradekb/Goto50610.aspx</link><description>&lt;span style="font-size: 9pt;"&gt;This document was presented at the Workshop on&lt;i&gt; Statistics of International Trade in Services for the South-East Asian countries&lt;/i&gt; which took place from 30 November to 3 December 2010 in Hanoi, Vietnam.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/hanoi2010/default.htm" class="ApplyClass"&gt;Data dissemination (UNSD, Hanoi 2010)&lt;/a&gt;</description><pubDate>Fri, 11 Mar 2011 06:09:30 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Overview of the IRTS 2008 (UNSD, Hanoi 2010)</title><link>http://unstats.un.org/unsd/tradekb/Goto50609.aspx</link><description>&lt;span style="font-size: 9pt;"&gt;This document was presented at the Workshop on&lt;i&gt; Statistics of International Trade in Services for the South-East Asian countries&lt;/i&gt; which took place from 30 November to 3 December 2010 in Hanoi, Vietnam.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/hanoi2010/docs/19.%20B.%20Overview%20of%20the%20international%20recommendations%20definition.pdf" class="ApplyClass"&gt;Overview of the IRTS 2008 (UNSD, Hanoi 2010)&lt;/a&gt;</description><pubDate>Fri, 11 Mar 2011 06:06:38 GMT</pubDate><dc:creator>Editor NK</dc:creator></item><item><title>Data quality and metadata (UNSD, Hanoi 2010)</title><link>http://unstats.un.org/unsd/tradekb/Goto50608.aspx</link><description>&lt;span style="font-size: 9pt;"&gt;This document was presented at the Workshop on&lt;i&gt; Statistics of International Trade in Services for the South-East Asian countries&lt;/i&gt; which took place from 30 November to 3 December 2010 in Hanoi, Vietnam.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;a href="http://unstats.un.org/unsd/tradeserv/Workshops/hanoi2010/docs/16%20-%20Data%20quality%20and%20Metadata.pdf" class="ApplyClass"&gt;&lt;span style="font-size: 9pt;"&gt;Data quality and metadata (UNSD, Hanoi 2010)&lt;/span&gt;&lt;/a&gt;&lt;a class="ApplyClass" href=""&gt;&lt;/a&gt;</description><pubDate>Fri, 11 Mar 2011 06:04:04 GMT</pubDate><dc:creator>Editor NK</dc:creator></item></channel></rss