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
随机推荐
- .net导出Word的一种方法
由于ActiveX控件只支持IE(好像FF可以通过安装插件支持),所以js导出word的方式就比较局限 可是如果当页面经过js修改以后,.net是无法获取到的,所以要通过js获取到最新的html并传给 ...
- Android开发之AlarmManager详解
AlarmManager实质是一个全局的定时器,是Android中常用的一种系统级别的提示服务,在指定时间或周期性启动其它组件(包括Activity,Service,BroadcastReceiver ...
- nodemanager启动失败
yarn启动报错: 2016-11-16 16:12:44,304 INFO org.apache.hadoop.metrics2.impl.MetricsSystemImpl: Stopping N ...
- Javascript之动画1
我们来做一个小球运动的例子:在这个demo中,我们要求连续多次点击小球“开始”按钮,小球运动速度就越来越快.但是还是不完美存在BUG的,经过多次点击“开始”按钮再点击"停止"按钮就 ...
- VxWorks 6.9 内核编程指导之读书笔记 -- ISRs和Watchdog Timer
中断服务程序 ISR 硬件中断处理是实时系统的关键,因为它是外部时间通知系统的方式. ISR亦称为中断处理函数,是对中断的正确响应.可以使用任何ISR连接到任何没有被VxWorks使用的中断上.当关联 ...
- AMQ学习笔记 - 13. Spring-jms的配置
概述 如何使用spring-jms来简化jms客户端的开发? 这篇文章主要记录如何配置以便以后复用,而非原理的讲解,有些内容我 没有掌握原理. producer端 producer端负责发送,这里使用 ...
- Express中使用mongodb存储session
express默认有队session的支持,但是是存储在内存中的. 我们可以使用mongodb来存储会话. 但是express的各个版本中对该功能的写法是不同的. Express 2.x: app.u ...
- 20140912-关于.NET技术体系的思维导图
逛园子时看到的. 关于.NET技术体系的思维导图
- 初探内联方式的 onload="doSomething()"为何要加"()"?而js代码的 onload="doSomething" 和 addEventListener 为何不加"()"?
问题引入:在看<Jquery基础教程>第四版的时,P34页有这样一段话 引用函数与调用函数 这里在将函数指定为处理程序时,省略了后面的圆括号,只使用了函数名.如果带着圆括号,函数会被立即调 ...
- 移动web开发的一些坑
类似的题目一搜一大堆,我就不再写那些meta标签类似的内容了,记录一下自己实现中遇到的问题,如果能帮到你,那再好不过了. 1px border的问题,大家能搜到很多方案,但如何选择还是要根据实际情况, ...