-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexternal_incoterms_code.json
More file actions
17 lines (17 loc) · 1.14 KB
/
external_incoterms_code.json
File metadata and controls
17 lines (17 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"codes": {
"CFR": "Cost and Freight (sea and inland waterway transport) - Incoterms 2010",
"CIF": "Cost, Insurance and Freight (sea and inland waterway transport) - Incoterms 2010",
"CIP": "Carriage and Insurance Paid To (any mode of transport, including multimodal) - Incoterms 2010",
"CPT": "Carriage Paid To (any mode of transport, including multimodal) - Incoterms 2010",
"DAP": "Delivered at Place (any mode of transport, including multimodal) - Incoterms 2010",
"DAT": "Delivered at Terminal (any mode of transport, including multimodal) - Incoterms 2010",
"DDP": "Delivered Duty Paid (any mode of transport, including multimodal) - Incoterms 2010",
"EXW": "Ex Works (any mode of transport, including multimodal) - Incoterms 2010",
"FAS": "Free Alongside Ship (sea and inland waterway transport) - Incoterms 2010",
"FCA": "Free Carrier (any mode of transport, including multimodal) - Incoterms 2010",
"FOB": "Free On Board (sea and inland waterway transport) - Incoterms 2010"
},
"description": "Specifies the incoterms, as published in an external incoterms code list.",
"name": "ExternalIncoterms1Code"
}