{
  "@context": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/promissory-note-context.json",
  "type": ["VerifiableCredential", "PromissoryNote"],
  "id": "urn:uuid:pn-2025-031-001",
  "credentialSchema": {
    "id": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/promissory-note-schema.yaml",
    "type": "JsonSchema"
  },
  "issuer": "did:web:waveridersupplies.example.com",
  "validFrom": "2025-03-10T00:00:00Z",
  "validTo": "2025-09-10T00:00:00Z",
  "credentialSubject": {
    "documentIdentifier": "PN-2025-031-001",
    "issueDate": "2025-03-10T00:00:00Z",
    "paymentDueDate": "2025-06-10T00:00:00Z",
    "placeOfIssue": {
      "city": "Williamsburg",
      "state": "VA",
      "country": "US"
    },
    "issuerDrawer": {
      "type": "Maker",
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "street": "210 Ocean Road",
      "city": "Williamsburg",
      "state": "VA",
      "zip": 23185,
      "country": "US"
    },
    "payee": {
      "type": "Payee",
      "id": "did:web:surfproexports.example.com",
      "name": "SurfPro Exports Pty Ltd",
      "street": "12 Harbour Drive",
      "city": "Sydney",
      "state": "NSW",
      "zip": 2000,
      "country": "AU"
    },
    "monetaryAmount": {
      "amount": 45000.00,
      "currency": "USD"
    },
    "paymentTerms": "At 90 days from date of shipment",
    "paymentMethod": "Bank transfer",
    "paymentLocation": "Sydney",
    "authentication": "Signed and authenticated by Wave Rider Supplies, Inc, authorised signatory Jane Doe, 10 March 2025",
    "documentEndorsement": "Pay to the order of SurfPro Exports Pty Ltd",
    "invoiceNumber": "INV-2025-031-001",
    "purchaseOrderNumber": "PO-WRS-2025-001",
    "documentaryCreditIdentifier": "LC-2025-AU-456789",
    "documentaryCreditIssueDate": "2025-02-15T00:00:00Z",
    "documentaryCreditEffectiveEndDate": "2025-07-31T00:00:00Z",
    "seller": {
      "type": "Seller",
      "id": "did:web:surfproexports.example.com",
      "name": "SurfPro Exports Pty Ltd",
      "country": "AU"
    },
    "buyer": {
      "type": "Buyer",
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "country": "US"
    },
    "sellersBank": {
      "type": "SellersBank",
      "id": "did:web:pacifictradebank.example.com",
      "name": "Pacific Trade Bank Ltd",
      "country": "AU"
    },
    "buyersBank": {
      "type": "BuyersBank",
      "id": "did:web:globaltradebank.example.com",
      "name": "Global Trade Finance Bank",
      "country": "US"
    },
    "documentaryCreditBeneficiary": {
      "type": "DocumentaryCreditBeneficiary",
      "id": "did:web:surfproexports.example.com",
      "name": "SurfPro Exports Pty Ltd",
      "country": "AU"
    }
  }
}
