{
  "@context": {
    "@version": 1.1,
    "@protected": true,
    "id": "@id",
    "type": "@type",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "unece": "https://vocabulary.uncefact.org/",
    "cred": "https://www.w3.org/2018/credentials#",
    "VerifiableCredential": "cred:VerifiableCredential",
    "BillOfExchange": "unece:FinancialAdjustmentDocument",
    "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",
    "name": "schema:name",
    "street": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",
    "country": "schema:addressCountry",
    "documentIdentifier": "unece:identifier",
    "issueDate": {
      "@id": "unece:issueDateTime",
      "@type": "xsd:dateTime"
    },
    "paymentDueDate": {
      "@id": "unece:dueDateTime",
      "@type": "xsd:dateTime"
    },
    "documentaryCreditIssueDate": {
      "@id": "unece:creditIssuanceDateTime",
      "@type": "xsd:dateTime"
    },
    "documentaryCreditEffectiveEndDate": {
      "@id": "unece:limitDateTime",
      "@type": "xsd:dateTime"
    },
    "placeOfIssue": "unece:issueLogisticsLocation",
    "Drawer": "unece:TradeParty",
    "issuerDrawer": "unece:issuerParty",
    "Drawee": "unece:TradeParty",
    "drawee": "unece:draweeParty",
    "Payee": "unece:TradeParty",
    "payee": "unece:payeeParty",
    "Guarantor": "unece:TradeParty",
    "guarantor": "unece:guarantorParty",
    "Seller": "unece:TradeParty",
    "seller": "unece:sellerParty",
    "Buyer": "unece:TradeParty",
    "buyer": "unece:buyerParty",
    "SellersBank": "unece:TradeParty",
    "sellersBank": "unece:payeePartyCreditorFinancialAccount",
    "BuyersBank": "unece:TradeParty",
    "buyersBank": "unece:buyerAgentParty",
    "DocumentaryCreditBeneficiary": "unece:TradeParty",
    "documentaryCreditBeneficiary": "unece:creditorParty",
    "DocumentaryCreditDrawee": "unece:TradeParty",
    "documentaryCreditDrawee": "unece:draweeParty",
    "monetaryAmount": "unece:duePayableAmount",
    "amount": {
      "@id": "schema:value",
      "@type": "xsd:decimal"
    },
    "currency": "schema:priceCurrency",
    "paymentTerms": "unece:description",
    "paymentMethod": "unece:typeCode",
    "paymentLocation": "unece:paymentSpecifiedLocation",
    "authentication": "unece:authenticationText",
    "documentEndorsement": "unece:endorsementText",
    "purchaseOrderNumber": "unece:buyerOrderReferencedDocument",
    "invoiceNumber": "unece:invoiceReferencedDocument",
    "contractNumber": "unece:contractReferencedDocument",
    "documentaryCreditIdentifier": "unece:letterOfCreditID"
  }
}
