-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathincoterms.json
More file actions
54 lines (54 loc) · 1.08 KB
/
incoterms.json
File metadata and controls
54 lines (54 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"Incoterms": "EXW",
"Description": "Ex Works"
},
{
"Incoterms": "FCA",
"Description": "Free Carrier"
},
{
"Incoterms": "FAS",
"Description": "Free Alongside Ship"
},
{
"Incoterms": "FOB",
"Description": "Free On Board"
},
{
"Incoterms": "CFR",
"Description": "Cost and Feight"
},
{
"Incoterms": "CIF",
"Description": "Cost Insurance and Freight"
},
{
"Incoterms": "CPT",
"Description": "Carriage Paid to"
},
{
"Incoterms": "CIP",
"Description": "Carriage and Insurance Paid to"
},
{
"Incoterms": "DAF",
"Description": "Delivered at Frontier"
},
{
"Incoterms": "DES",
"Description": "Delivered ex ship"
},
{
"Incoterms": "DEQ",
"Description": "Deliveed EX Quay"
},
{
"Incoterms": "DDU",
"Description": "Delivered Duty Unpaid"
},
{
"Incoterms": "DDP",
"Description": "Delivered Duty Paid"
}
]