Basic Concepts of International Trade
The international trade structure is a reflection of worldwide economic development, industrial structure and service development. It refers to the shares of commodities in variety occupying in the general international trade volume. So we can learn about the current situation of the world economy through that way.
The foreign trade dependence can reflect the development levels, open-up degrees, scales of domestic market of countries. It refers to the proportion of the foreign trade volume in the general domestic product.
The terms of trade can reflect the country's current situation in foreign trade. It refers to the proportion of the price index of export occupying the price index of import, namely foreign trade index of the current year.
The quantum of foreign trade can reflect the scale of the foreign trade of the country. But how to calculate it? Quantum of Foreign Trade = foreign trade / price index of Im./Ex. goods. Price Index = price of current period / price of base period * 100%.
The foreign trade volume consist of the total import volume and the total export volume of a country for a period of time.
The international trade volume consist of the total export volume of all countries and regions all over the world.
The CIF price is higher than the FOB price by cost adding freight and insurance.
Two payment ways: Free-Liquidation Trade and Barter Trade. Free-Liquidation trade is on the payment by currency(including Dollar, Euro, Pound, Yen, and Swiss Franc etc.) while Barter Trade is on the payment by valuated goods.
The visible trade has to go through customs while invisible trade doesn't. The visible trade can be indicated in customs statistics while invisible trade can't. But invisible trade can be indicated on the international balance sheet.
The general trade will classify import and export by country's border while special trade by country's customs frontier. The bonded warehouse can be located between country's customs frontier and border, where primary products can be transited into border, be proceeded and then transited out of the border. It's called re-export of foreign merchandise. The bonded warehouse thing is very important. And the re-export of foreign merchandise can avoid going through customs. But this kind of thing doesn't suit in China because China adopt the general trade system.
The difference between entrepot trade and transit trade is the way they make profits. Entrepot trade makes profits by having an addtion on the price while transit trade by charging for extra money. And in entrepot trade, the ownership of goods will be moved from the producting country to the third country, and then to the consuming country. But in transit trade, the ownership of merchandise will be moved directly from the producting country to the consuming country.
The countries or regions engaged in entrepot trade usually boast the advantages of superior geographic location, well-developed traffic, convenience in making settlement, and free trade policies. They are suited to be distribution centers such as Hong Kong of China, Rotterdam of Holland and the like.
Memorizing these words will help you in later study or work:
insular countries: It refers to the countries or regions whose mainland is located in an island.
produce: create or manufacture a man-made product.
proceed: follow a procedure.
domestic market: It usually refers to the financial market within the border of a country and sometimes the single market consist of all citys' and regions' markets within a country. The latter one puts it in an abstract way.
abroad market: It refers to the financial market out of a country. It can be all over the world.
merchandise: commodities offered for sale.
sb. charge for sth.: It refers to when somebody asks another person for some money because of the convenience he provided for him.
inland countries: countries without coastline.
non-neighboring country: countries that don't border on each other.
border on: part of a country's boundary are connected to another country's boundary.
customs frontier: jurisdiction where customs impose tariff and implement the law.
jurisdiction: the territory within which power can be exercised.
territory: a region marked off for administrative or other purposes.
indirect trade: It refers to the business trade made by the producing country and the consuming country through the third country.
entrepot trade: It refers to the business involving three parties, two of which are the producing country and the consuming country. They don't have direct business relationship to each other, so they transport merchandise through the third country, which has direct business relationship to both the two countries respectively.
the both parties of: two sides involved in legal proceedings.
make negotiation: discuss the terms of an arrangement.
conclude a deal: notary way in business trade, aiming to constrain each other in reality.
make settlement: to sum up and check the balance for a period of time.
Basic Concepts of International Trade的更多相关文章
- Basic Concepts of Block Media Recovery
Basic Concepts of Block Media Recovery Whenever block corruption has been automatically detected, yo ...
- (二)Basic Concepts 基本概念
Basic Concepts There are a few concepts that are core to Elasticsearch. Understanding these concepts ...
- CMUSphinx Learn - Basic concepts of speech
Basic concepts of speech Speech is a complex phenomenon. People rarely understand how is it produced ...
- Nginx Tutorial #1: Basic Concepts(转)
add by zhj: 文章写的很好,适合初学者 原文:https://www.netguru.com/codestories/nginx-tutorial-basics-concepts Intro ...
- [Network]Introduction and Basic concepts
[该系列是检讨计算机网络知识.因为现在你想申请出国.因此,在写这篇博客系列的大多数英语.虽然英语,但大多数就是我自己的感受和理解,供大家学习和讨论起来] 1 Network Edge The devi ...
- Lesson 1 Basic Concepts: Part 1
www.how-to-build-websites.com/basic-concepts/part1.php An introduction to domain names, web servers, ...
- Eric Linux - 1 Basic concepts of linux
Computer basic Computer 5 parts CPU Input Output Memory External storage device. CPU RISC: Reduced I ...
- Basic concepts of docker/kubernete/kata-container
Kubereters An open-source system for automating deployment, scaling, and management of containerized ...
- MVC LINQ to SQL: Basic Concepts and Features
http://www.codeproject.com/Articles/215712/LINQ-to-SQL-Basic-Concepts-and-Features
随机推荐
- 配置SQL Server 2008 R2 Reporting Services
记录如何在本地配置SQL Server 2008 R2 Reporting Services,笔者环境为Windows 7 64位 + SQL Server 2008 R2 一.准备工作 其实准备工作 ...
- Chrome JS内存泄漏排查方法(Chrome Profiles)
原文网址:http://blog.csdn.net/kaitiren/article/details/19974269 JS内存泄漏排查方法(Chrome Profiles) Google Ch ...
- 防止服务器被暴力破解使用DenyHosts
公司有台服务器被坏人盯上了,通过日志可以看到一直在做暴力破解ssh. 防止服务器被暴力破解使用DenyHosts 参考链接: 防止ssh破解,Ubuntu安装denyhosts的一些问题 防止你的ss ...
- Cocos2d-x移植到WindowsPhone8移植问题-libNetwork库移植问题
Cocos2d-x提供了libNetwork库的源代码,而且还提供了libNetwork库的源代码Visual Studio 2012工程文件libNetwork.vcxproj,这样就更方便移植了. ...
- 【学习笔记】【C语言】指向结构体的指针
1.指向结构体的指针的定义 struct Student *p; 2.利用指针访问结构体的成员 1> (*p).成员名称 2> p->成员名称 3.代码 #include < ...
- WCF之Host宿主
Self_hosting自托管宿主. 过程:手动创建Host实例,把服务端点添加到Host实例上,把服务接口与Host关联. 一个Host只能指定一个服务类型,但是可以添加多个服务端点,也可以打开多个 ...
- (转)RabbitMQ消息队列(三):任务分发机制
在上篇文章中,我们解决了从发送端(Producer)向接收端(Consumer)发送“Hello World”的问题.在实际的应用场景中,这是远远不够的.从本篇文章开始,我们将结合更加实际的应用场景来 ...
- NodeJs多进程和socket.io通讯-DEMO
一.开启多进程 const os = require('os'); const cp = require('child_process'); const forkList = {}; const fo ...
- [javascript|基本概念]学习笔记
1/语法 a.区分大小写 b.标识符(首字符必须是字母/"_"/"$",其他可为字母/"_"/"$"/数字,不能用关键字 ...
- CC2530之Flash映射
标准51系列内核的逻辑空间为哈佛结构,也就是说,程序空间和地址空间是分开的.具体分为: CODE区:存放程序代码和一些常量信息,有16根地址总线,寻址范围为0x0000~0xFFFF,共计64K DA ...