{
  "@context": "https://unvtd.unece.org/customs-declaration-context.json",
  "type": [
    "VerifiableCredential",
    "CustomsDeclaration"
  ],
  "credentialSchema": {
    "id": "https://unvtd.unece.org/customs-declaration-schema.yaml",
    "type": "JsonSchema"
  },
  "id": "urn:uuid:cd-2025-au-export-001",
  "validFrom": "2025-03-09T10:00:00Z",
  "validTo": "2026-03-09T10:00:00Z",
  "issuer": "did:web:customs.example.gov",
  "credentialSubject": {
    "declarationNumber": "EXP-2025-AU-123456",
    "traderAssignedReference": "SURFPRO-EXP-2025-001",
    "issueDate": "2025-03-09T00:00:00Z",
    "exporter": {
      "type": "Exporter",
      "id": "did:web:surfpro.example.com",
      "name": "SurfPro Manufacturing Inc.",
      "street": "150 Industrial Drive",
      "city": "Gold Coast",
      "state": "QLD",
      "zip": 4217,
      "country": "AU",
      "eoriNumber": "AU1234567890"
    },
    "importer": {
      "type": "Importer",
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "street": "210 Ocean Road",
      "city": "Williamsburg",
      "state": "NSW",
      "zip": 75002,
      "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"
    },
    "exportationCountry": {
      "country": "AU",
      "name": "Australia"
    },
    "destinationCountry": {
      "country": "AU",
      "name": "Australia"
    },
    "consignmentDestinationCountry": {
      "country": "AU",
      "name": "Australia"
    },
    "exitCustomsOffice": {
      "code": "AUGOL",
      "name": "Gold Coast Customs Office",
      "location": "Gold Coast Airport"
    },
    "entryCustomsOffice": {
      "code": "AUSYD",
      "name": "Sydney Customs Office",
      "location": "Sydney International Airport"
    },
    "transportContractNumber": "BKG123456789",
    "invoiceNumber": "INV-2025-031-001",
    "invoiceDate": "2025-03-10T00:00:00Z",
    "tradeTermsConditionsCode": "FOB",
    "tradeTermsConditionsDescription": "FOB Port of Gold Coast",
    "paymentMethod": "Wire Transfer",
    "modeOfTransport": "1",
    "transportMeansIdentifier": "PACIFIC VOYAGER",
    "transportMeansRegistration": "IMO9876543",
    "transportMeansAtBorder": "PACIFIC VOYAGER",
    "natureOfTransaction": "Sale",
    "declarationGoods": [
      {
        "sequenceIdentifier": 1,
        "description": "Professional Longboard - Ocean Series, 9'6\" length",
        "hsCode": "950630",
        "originCountry": "AU",
        "quantity": {
          "type": "Quantity",
          "amount": 25,
          "unit": "Units"
        },
        "netWeight": {
          "type": "Quantity",
          "amount": 187.5,
          "unit": "KGS"
        },
        "grossWeight": {
          "type": "Quantity",
          "amount": 200.0,
          "unit": "KGS"
        },
        "numberOfPackages": 5,
        "packagingType": "CT",
        "shippingMarks": "SURFPRO/WRS/001-005",
        "customsValue": {
          "type": "MonetaryAmount",
          "amount": 18750.0,
          "currency": "USD"
        },
        "statisticalValue": {
          "type": "MonetaryAmount",
          "amount": 18750.0,
          "currency": "USD"
        },
        "taxRegimeType": "STANDARD"
      },
      {
        "sequenceIdentifier": 2,
        "description": "Performance Shortboard - Pro Series, 6'2\" length",
        "hsCode": "950630",
        "originCountry": "AU",
        "quantity": {
          "type": "Quantity",
          "amount": 50,
          "unit": "Units"
        },
        "netWeight": {
          "type": "Quantity",
          "amount": 150.0,
          "unit": "KGS"
        },
        "grossWeight": {
          "type": "Quantity",
          "amount": 165.0,
          "unit": "KGS"
        },
        "numberOfPackages": 5,
        "packagingType": "CT",
        "shippingMarks": "SURFPRO/WRS/006-010",
        "customsValue": {
          "type": "MonetaryAmount",
          "amount": 32500.0,
          "currency": "USD"
        },
        "statisticalValue": {
          "type": "MonetaryAmount",
          "amount": 32500.0,
          "currency": "USD"
        },
        "taxRegimeType": "STANDARD"
      },
      {
        "sequenceIdentifier": 3,
        "description": "Surfboard Fin Set - Thruster",
        "hsCode": "950630",
        "originCountry": "AU",
        "quantity": {
          "type": "Quantity",
          "amount": 100,
          "unit": "Units"
        },
        "netWeight": {
          "type": "Quantity",
          "amount": 25.0,
          "unit": "KGS"
        },
        "grossWeight": {
          "type": "Quantity",
          "amount": 30.0,
          "unit": "KGS"
        },
        "numberOfPackages": 4,
        "packagingType": "CT",
        "shippingMarks": "SURFPRO/WRS/011-014",
        "customsValue": {
          "type": "MonetaryAmount",
          "amount": 8500.0,
          "currency": "USD"
        },
        "statisticalValue": {
          "type": "MonetaryAmount",
          "amount": 8500.0,
          "currency": "USD"
        },
        "taxRegimeType": "STANDARD"
      },
      {
        "sequenceIdentifier": 4,
        "description": "Premium Wetsuit - 3/2mm",
        "hsCode": "621220",
        "originCountry": "AU",
        "quantity": {
          "type": "Quantity",
          "amount": 75,
          "unit": "Units"
        },
        "netWeight": {
          "type": "Quantity",
          "amount": 112.5,
          "unit": "KGS"
        },
        "grossWeight": {
          "type": "Quantity",
          "amount": 125.0,
          "unit": "KGS"
        },
        "numberOfPackages": 4,
        "packagingType": "CT",
        "shippingMarks": "SURFPRO/WRS/015-018",
        "customsValue": {
          "type": "MonetaryAmount",
          "amount": 13500.0,
          "currency": "USD"
        },
        "statisticalValue": {
          "type": "MonetaryAmount",
          "amount": 13500.0,
          "currency": "USD"
        },
        "taxRegimeType": "STANDARD"
      }
    ],
    "totalInvoiceAmount": {
      "type": "MonetaryAmount",
      "amount": 73250.0,
      "currency": "USD"
    },
    "totalGrossWeight": {
      "type": "Quantity",
      "amount": 520.0,
      "unit": "KGS"
    },
    "totalNetWeight": {
      "type": "Quantity",
      "amount": 475.0,
      "unit": "KGS"
    },
    "totalNumberOfPackages": 18,
    "ucr": "AU2025SURF001234"
  }
}
