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
随机推荐
- VpnService
这段时间项目中使用到了VpnService,整理了一下官方文档的资料 VpnService is a base class for applications to extend and build t ...
- Win7 服务优化个人单机版
我的PC设备比较旧了,为了系统能流畅点,不必要的服务就不开启了.然而,服务那么多,每次重装,都要从头了解一下一边,浪费时间. 个人在网络上收集信息并结合自己的摸索,整理如下,以备查找. 服务名称 显 ...
- PKIX: unable to find valid certification path to requested target
// Create a trust manager that does not validate certificate chains TrustManager[] trustAllCerts = n ...
- CentOS 7.2 无法生成 coredump文件
CentOS版本 cat /etc/centos-release CentOS Linux release 7.2.1511 (Core) 设置ulimit -c ulimited 依旧无法生成co ...
- git 终端常输入命令
cd 输入命令 ls 返回目录 git add . 相当于保存代码 git commit -m "" 相当于提交 get pull把服务器上代码拉回本地代码. get pust 刷 ...
- android Timer and TImerTask
android Timer and TImerTask Caused by: java.lang.IllegalStateException: TimerTask is scheduled alrea ...
- Abstract_Factory
#include <iostream> using namespace std; #define DESTORY_POINTER(ptr) if (ptr) { delete ptr; p ...
- ASP.NET MVC 及 Areas 简单控制路由
ASP.NET MVC中怎么去控制路由,这个想关的文章很多,我在这里就是自我总结一下,仅供参考. 1.我们新建一个项目,查看RouteConfig.cs,代码如下: public static voi ...
- 解决nginx负载均衡的session共享问题
1.不使用session,换用cookie session是存放在服务器端的,cookie是存放在客户端的,我们可以把用户访问页面产生的session放到cookie里面,就是以cookie为中转站. ...
- JAVA多线程学习--哲学家就餐问题
哲学家就餐问题是1965年由Dijkstra提出的一种线程同步的问题. 问题描述:一圆桌前坐着5位哲学家,两个人中间有一只筷子,桌子中央有面条.哲学家思考问题,当饿了的时候拿起左右两只筷子吃饭,必须拿 ...