{
  "@context": "https://unvtd.unece.org/insurance-certificate-context.json",
  "type": [
    "VerifiableCredential",
    "InsuranceCertificate"
  ],
  "credentialSchema": {
    "id": "https://unvtd.unece.org/insurance-certificate-schema.yaml",
    "type": "JsonSchema"
  },
  "id": "urn:uuid:ic-2025-pacific-001",
  "validFrom": "2025-03-10T10:00:00Z",
  "validTo": "2026-03-10T10:00:00Z",
  "issuer": "did:web:pacificmarineinsurance.example.com",
  "credentialSubject": {
    "certificateNumber": "MIC-2025-AU-001234",
    "policyNumber": "POL-MAR-2025-456789",
    "issueDate": "2025-03-10T00:00:00Z",
    "insuredParty": {
      "type": "InsuredParty",
      "id": "did:web:surfpro.example.com",
      "name": "SurfPro Manufacturing Inc.",
      "street": "150 Industrial Drive",
      "city": "Gold Coast",
      "state": "QLD",
      "zip": 4217,
      "country": "AU"
    },
    "insuranceCompany": {
      "type": "InsuranceCompany",
      "id": "did:web:pacificmarineinsurance.example.com",
      "name": "Pacific Marine Insurance Co.",
      "street": "200 Insurance Plaza",
      "city": "Sydney",
      "state": "NSW",
      "zip": 2000,
      "country": "AU"
    },
    "insuranceClaimsAdjuster": {
      "name": "Marine Claims Services Pty Ltd",
      "street": "50 Claims Avenue",
      "city": "Sydney",
      "state": "NSW",
      "zip": 2001,
      "country": "AU"
    },
    "placeOfIssue": {
      "city": "Sydney",
      "state": "NSW",
      "country": "AU"
    },
    "transportContractNumber": "BKG123456789",
    "billOfLadingNumber": "POSL-2025-001234",
    "invoiceNumber": "INV-2025-031-001",
    "contractNumber": "CTR-2025-SURF-001",
    "documentaryCreditIdentifier": "LC-2025-001",
    "consignor": {
      "type": "Consignor",
      "id": "did:web:surfpro.example.com",
      "name": "SurfPro Manufacturing Inc.",
      "street": "150 Industrial Drive",
      "city": "Gold Coast",
      "state": "QLD",
      "zip": 4217,
      "country": "AU"
    },
    "consignee": {
      "type": "Consignee",
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "street": "210 Ocean Road",
      "city": "Williamsburg",
      "state": "NSW",
      "zip": 75002,
      "country": "AU"
    },
    "carrier": {
      "type": "Carrier",
      "id": "did:web:pacificshipping.example.com",
      "name": "Pacific Ocean Shipping Lines",
      "street": "88 Harbour Street",
      "city": "Sydney",
      "state": "NSW",
      "zip": 2000,
      "country": "AU"
    },
    "transportMeansIdentifier": "PACIFIC VOYAGER",
    "transportMeansRegistration": "IMO9876543",
    "conveyanceReferenceNumber": "VOYAGE-2025-AU-001",
    "estimatedTimeOfDeparture": "2025-03-12T08:00:00Z",
    "estimatedTimeOfArrival": "2025-03-13T14:00:00Z",
    "originalLoadingLocation": {
      "name": "Port of Gold Coast",
      "city": "Gold Coast",
      "state": "QLD",
      "country": "AU",
      "unlocode": "https://service.unece.org/trade/locode/au.htm#AUGOL"
    },
    "baseportUnloadingLocation": {
      "name": "Port of Sydney",
      "city": "Sydney",
      "state": "NSW",
      "country": "AU",
      "unlocode": "https://service.unece.org/trade/locode/au.htm#AUSYD"
    },
    "placeOfDeparture": {
      "name": "Port of Gold Coast",
      "city": "Gold Coast",
      "state": "QLD",
      "country": "AU"
    },
    "arrivalLocation": {
      "name": "Port of Sydney",
      "city": "Sydney",
      "state": "NSW",
      "country": "AU"
    },
    "insuredValueAmount": {
      "type": "MonetaryAmount",
      "amount": 80575.0,
      "currency": "USD"
    },
    "insuranceAmount": {
      "type": "MonetaryAmount",
      "amount": 805.75,
      "currency": "USD"
    },
    "insuranceConditions": "Institute Cargo Clauses (A) - All Risks coverage including loading, transit, and unloading",
    "goodsDescription": "Surfboards, fins and wetsuits for water sports retail - 175 items total",
    "riskObject": "Marine cargo - sporting goods",
    "authentication": "This certificate is issued under and subject to the terms of the above mentioned policy"
  }
}
