{
  "@context": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/letter-of-credit-context.json",
  "type": [
    "VerifiableCredential",
    "LetterOfCredit"
  ],
  "credentialSchema": {
    "id": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/letter-of-credit-schema.yaml",
    "type": "JsonSchema"
  },
  "id": "urn:uuid:lc-2025-au-456789",
  "validFrom": "2025-03-01T00:00:00.000Z",
  "validTo": "2025-07-31T00:00:00.000Z",
  "issuer": "did:web:globaltradebank.example.com",
  "credentialSubject": {
    "documentaryCreditIdentifier": "LC-2025-AU-456789",
    "documentaryCreditIssueDate": "2025-03-01T00:00:00Z",
    "documentaryCreditEffectiveEndDate": "2025-07-31T00:00:00Z",
    "latestShipmentDate": "2025-06-30T00:00:00Z",
    "documentaryCreditApplicant": {
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "street": "210 Ocean Road",
      "city": "Williamsburg",
      "state": "VA",
      "zip": 23185,
      "country": "US"
    },
    "documentaryCreditApplicantAgentBank": {
      "id": "did:web:globaltradebank.example.com",
      "name": "Global Trade Finance Bank",
      "country": "US"
    },
    "documentaryCreditAvailableBank": {
      "id": "did:web:pacifictradebank.example.com",
      "name": "Pacific Trade Bank Ltd",
      "country": "AU"
    },
    "documentaryCreditBeneficiary": {
      "id": "did:web:surfproexports.example.com",
      "name": "SurfPro Exports Pty Ltd",
      "street": "12 Harbour Drive",
      "city": "Sydney",
      "state": "NSW",
      "zip": 2000,
      "country": "AU"
    },
    "documentaryCreditDrawee": {
      "id": "did:web:globaltradebank.example.com",
      "name": "Global Trade Finance Bank",
      "country": "US"
    },
    "documentaryCreditReimbursingBank": {
      "id": "did:web:globalreimbursebank.example.com",
      "name": "Global Reimbursement Bank",
      "country": "US"
    },
    "documentaryCreditAmount": {
      "amount": 45000,
      "currency": "USD"
    },
    "originalLoadingLocation": {
      "name": "Port of Sydney",
      "city": "Sydney",
      "country": "AU",
      "unlocode": "https://service.unece.org/trade/locode/au.htm#AUSYD"
    },
    "portOfDischarge": {
      "name": "Port of Los Angeles",
      "city": "Los Angeles",
      "country": "US",
      "unlocode": "https://service.unece.org/trade/locode/us.htm#USLAX"
    },
    "placeOfDelivery": {
      "name": "Wave Rider Supplies Warehouse",
      "city": "Williamsburg",
      "state": "VA",
      "country": "US"
    },
    "shipmentFrom": "Australia",
    "descriptionOfGoods": "Surfboards, fins and wetsuits for water sports retail"
  }
}