{
  "@context": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/preferential-certificate-of-origin-context.json",
  "type": [
    "VerifiableCredential",
    "PreferentialCertificateOfOrigin"
  ],
  "credentialSchema": {
    "id": "https://un.opensource.unicc.org/unece/uncefact/spec-unvtd/preferential-certificate-of-origin-schema.yaml",
    "type": "JsonSchema"
  },
  "id": "urn:uuid:f7ac82b1-3ee4-5099-9d55-3646c060380g",
  "validFrom": "2025-03-08T10:00:00Z",
  "validTo": "2026-03-08T10:00:00Z",
  "issuer": "did:web:chamberofcommerce.example.com",
  "credentialSubject": {
    "certificateNumber": "PCOO-2025-AU-001234",
    "goodsDeclarationNumber": "GD-2025-AU-009876",
    "issueDate": "2025-03-08T00:00:00Z",
    "tradeAgreement": "Australia-United States Free Trade Agreement (AUSFTA)",
    "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"
    },
    "importer": {
      "type": "Importer",
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "street": "210 Ocean Boulevard",
      "city": "Los Angeles",
      "state": "CA",
      "zip": 90001,
      "country": "US"
    },
    "consignee": {
      "type": "Consignee",
      "id": "did:web:waveridersupplies.example.com",
      "name": "Wave Rider Supplies, Inc",
      "street": "210 Ocean Boulevard",
      "city": "Los Angeles",
      "state": "CA",
      "zip": 90001,
      "country": "US"
    },
    "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"
    },
    "placeOfIssue": {
      "city": "Barton",
      "state": "ACT",
      "country": "AU"
    },
    "placeOfDeparture": {
      "name": "Port of Brisbane",
      "city": "Brisbane",
      "state": "QLD",
      "country": "AU",
      "unlocode": "https://service.unece.org/trade/locode/au.htm#AUBNE"
    },
    "originCountry": {
      "country": "AU",
      "name": "Australia"
    },
    "destinationCountry": {
      "country": "US",
      "name": "United States of America"
    },
    "transportContractNumber": "BKG123456789",
    "invoiceNumber": "INV-2025-031-001",
    "contractNumber": "CTR-2025-SURF-001",
    "issuingAuthority": {
      "name": "Australian Chamber of Commerce and Industry",
      "street": "24 Brisbane Avenue",
      "city": "Barton",
      "state": "ACT",
      "country": "AU"
    },
    "competentAuthority": {
      "name": "Department of Foreign Affairs and Trade",
      "country": "AU"
    },
    "numberOfPackages": 18,
    "certification": "The undersigned hereby certifies, to the best of our knowledge and belief, that the goods listed in this certificate originate in Australia and meet the rules of origin requirements of the Australia-United States Free Trade Agreement",
    "authentication": "Certified and stamped by the Australian Chamber of Commerce and Industry",
    "goods": [
      {
        "description": "Professional Longboard - Ocean Series, 9'6\" length",
        "hsCode": "950630",
        "originCriteria": "WO",
        "quantity": {
          "type": "Quantity",
          "amount": 25,
          "unit": "Units"
        },
        "netWeight": {
          "type": "Quantity",
          "amount": 187.5,
          "unit": "KGS"
        },
        "grossWeight": {
          "type": "Quantity",
          "amount": 200.0,
          "unit": "KGS"
        },
        "value": {
          "type": "MonetaryAmount",
          "amount": 18750.0,
          "currency": "USD"
        },
        "countryOfOrigin": "AU"
      },
      {
        "description": "Performance Shortboard - Pro Series, 6'2\" length",
        "hsCode": "950630",
        "originCriteria": "WO",
        "quantity": {
          "type": "Quantity",
          "amount": 50,
          "unit": "Units"
        },
        "netWeight": {
          "type": "Quantity",
          "amount": 150.0,
          "unit": "KGS"
        },
        "grossWeight": {
          "type": "Quantity",
          "amount": 165.0,
          "unit": "KGS"
        },
        "value": {
          "type": "MonetaryAmount",
          "amount": 32500.0,
          "currency": "USD"
        },
        "countryOfOrigin": "AU"
      },
      {
        "description": "Surfboard Fin Set - Thruster",
        "hsCode": "950630",
        "originCriteria": "PE",
        "quantity": {
          "type": "Quantity",
          "amount": 100,
          "unit": "Units"
        },
        "netWeight": {
          "type": "Quantity",
          "amount": 25.0,
          "unit": "KGS"
        },
        "grossWeight": {
          "type": "Quantity",
          "amount": 30.0,
          "unit": "KGS"
        },
        "value": {
          "type": "MonetaryAmount",
          "amount": 8500.0,
          "currency": "USD"
        },
        "countryOfOrigin": "AU"
      }
    ]
  }
}
