Skip to main content
Version: 1.1.4

Bill of Ladings Evidence

Bill of ladings data captures the movement of cargo by sea and typically shows the volume and type of goods traded using a tiered coding system known as HS Codes.

Evidence of trade via bill of ladings is aggregated so that the supplier, customer and product are unique.

Bill of Ladings Evidence Fields

FieldCommentExample
eidThe unique edge identifier this evidence supports.jiaixngnewbridgeimportexpcoltd-a7cc72fd-fbc6-4926-b382-51a8db6ab8bf-boutiquelavieenroseinc-9d76e443-061e-4702-8c2e-8432571bcbc9-supply
customerA nested field taken from consignment data which shows details of the customer. This includes a unique vid.See Nested Company Example below.
supplierA nested field taken from consignment data which shows details of the supplier. This includes a unique vid.See Nested Company Example below.
productsA nested field describing the product shipped and volume.See Nested Products Example below.
evidence_dateThe unix timestamp the trade occured.1623283200
number_shipmentsThe count of the occurrences of the product / customer / supplier trade.2

Nested Company Example

{
"addresses":[
"5FL BAILI INT L MANSION 939 XIUZHOU AVE JIAIXNG CITY CHINA JIAXING CN"
],
"aliases":[
"JIAIXNG NEWBRIDGEIMPORTEXP CO LTD"
],
"countries":[
"CHINA"
],
"emails":[
],
"name":"JIAIXNG NEWBRIDGEIMPORTEXP CO LTD",
"permid":null,
"phone_numbers":[

],
"ports":[
"57037"
],
"raw_name":"JIAIXNG NEWBRIDGEIMPORTEXP CO LTD",
"vid":"jiaixngnewbridgeimportexpcoltd-a7cc72fd-fbc6-4926-b382-51a8db6ab8bf",
"websites":[
]
}

Nested Products Example

[
{
"type":"HS",
"code":"820730",
"description":"S19380A001 METAL STAMPING DIE STEEL BRACKET METAL",
"number_shipments":1,
"latest_date":"2021-06-02T00:00:00",
"teu":1.5,
"feu":0.0,
"weight":14869.0,
}
]