eclipse-tractusx / sldt-semantic-models

sldt-semantic-models
Creative Commons Attribution 4.0 International
26 stars 42 forks source link

[New Model]: CustomsInformation 1.0.0 #763

Open johannsvarela opened 6 days ago

johannsvarela commented 6 days ago

Model Description

To carry out a preference calculation, customs-specific master data is required for all installed parts within a product. For this purpose, the manufacturer of the product requests this information from the relevant suppliers for all purchased parts (part numbers) and uses it for the preference calculation.

The exchange takes place peer-to-peer from one value-added participant across the two tier levels.

Relevant Standards

Possibly CX-0125 Traceability Use Case (next version)

Example Data

{
  "catenaXId": "580d3adf-1981-44a0-a214-13d6ceed9379",
  "customsInformation": [
    {
      "confirmationDate": "2024-03-27",
      "validFrom": "2024-03-20",
      "type": "AnnualRequest",
      "originInformation": {
        "tradeRelation": "EU-MX",
        "tracedValue": "300.00",
        "preferedStatus": "Y-Certified",
        "contactInformation": {
          "contactPerson": "Max Mustermann",
          "phoneNumber": "+49 89 123456",
          "email": "max.mustermann@ziel.de",
          "jobTitle": "executive position"
        },
        "federalState": "BW",
        "commercialCountryOfOrigin": "DE"
      },
      "status": "Commited"
    }
  ]
}

MS1 Criteria

johannsvarela commented 6 days ago

modeling_team

jSchuetz88 commented 6 days ago

Looks good to me, MS1 approved.