{
  "@context": {
    "@version": 1.1,
    "@protected": true,
    "id": "@id",
    "type": "@type",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "cred": "https://www.w3.org/2018/credentials#",
    "unece": "https://vocabulary.uncefact.org/",
    "VerifiableCredential": "cred:VerifiableCredential",
    "LetterOfCredit": "unece:financingRequestDocument",
    "validFrom": {
      "@id": "cred:validFrom",
      "@type": "xsd:dateTime"
    },
    "validTo": {
      "@id": "cred:validTo",
      "@type": "xsd:dateTime"
    },
    "issuer": {
      "@id": "cred:issuer",
      "@type": "@id"
    },
    "credentialSubject": {
      "@id": "cred:credentialSubject",
      "@type": "@id"
    },
    "credentialSchema": "cred:credentialSchema",
    "Party": "schema:Organization",
    "Location": "schema:Place",
    "MonetaryAmount": "schema:MonetaryAmount",
    "Quantity": "schema:QuantitativeValue",
    "Consignor": "unece:TradeParty",
    "Consignee": "unece:TradeParty",
    "Carrier": "unece:TradeParty",
    "FreightForwarder": "unece:TradeParty",
    "TransportEquipmentOperator": "unece:TradeParty",
    "NotifyParty": "unece:TradeParty",
    "Buyer": "unece:TradeParty",
    "Importer": "unece:TradeParty",
    "InsuranceCompany": "unece:TradeParty",
    "Invoicee": "unece:TradeParty",
    "Payee": "unece:TradeParty",
    "AccountHolder": "unece:TradeParty",
    "IssuerDrawer": "unece:TradeParty",
    "DeliveryParty": "unece:TradeParty",
    "DespatchPickupParty": "unece:TradeParty",
    "Warehouse": "unece:TradeParty",
    "DocumentaryCreditApplicant": "unece:TradeParty",
    "DocumentaryCreditApplicantAgentBank": "unece:TradeParty",
    "DocumentaryCreditAvailableBank": "unece:TradeParty",
    "DocumentaryCreditBeneficiary": "unece:TradeParty",
    "DocumentaryCreditDrawee": "unece:TradeParty",
    "DocumentaryCreditReimbursingBank": "unece:TradeParty",
    "documentaryCreditIdentifier": "unece:identifier",
    "documentaryCreditIssueDate": {
      "@id": "unece:issueDateTime",
      "@type": "xsd:date"
    },
    "documentaryCreditEffectiveEndDate": {
      "@id": "schema:expires",
      "@type": "xsd:date"
    },
    "latestShipmentDate": {
      "@id": "schema:endDate",
      "@type": "xsd:date"
    },
    "documentaryCreditApplicant": "unece:associatedParty",
    "name": "schema:name",
    "street": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",
    "country": "schema:addressCountry",
    "documentaryCreditApplicantAgentBank": "unece:associatedParty",
    "documentaryCreditAvailableBank": "unece:associatedParty",
    "documentaryCreditBeneficiary": "unece:associatedParty",
    "documentaryCreditDrawee": "unece:associatedParty",
    "documentaryCreditReimbursingBank": "unece:associatedParty",
    "documentaryCreditAmount": "schema:MonetaryAmount",
    "amount": {
      "@id": "schema:value",
      "@type": "xsd:decimal"
    },
    "currency": "schema:currency",
    "originalLoadingLocation": "unece:loadingLocation",
    "unlocode": {
      "@id": "unece:identifier",
      "@type": "@id"
    },
    "portOfDischarge": "unece:unloadingLocation",
    "placeOfDelivery": "unece:finalDestinationLocation",
    "shipmentFrom": "unece:exportCountry",
    "descriptionOfGoods": "unece:description"
  }
}