<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-prorock-spice-cwt-traceability-claims-02" category="std" consensus="true" submissionType="IETF" xml:lang="en" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title>Traceability Claims</title>
    <seriesInfo name="Internet-Draft" value="draft-prorock-spice-cwt-traceability-claims-02"/>
    <author fullname="Michael Prorock">
      <organization>Tradeverifyd</organization>
      <address>
        <postal>
          <country>United States</country>
        </postal>
        <email>m.prorock@tradeverifyd.com</email>
      </address>
    </author>
    <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
      <organization>Self-Issued Consulting</organization>
      <address>
        <postal>
          <country>United States</country>
        </postal>
        <email>michael_b_jones@hotmail.com</email>
        <uri>https://self-issued.info/</uri>
      </address>
    </author>
    <author fullname="Brent W. Zundel">
      <organization>Tradeverifyd</organization>
      <address>
        <postal>
          <country>United States</country>
        </postal>
        <email>brent.zundel@gmail.com</email>
      </address>
    </author>
    <date year="2025" month="June" day="27"/>
    <area>Security</area>
    <workgroup>Secure Patterns for Internet CrEdentials</workgroup>
    <keyword>COSE</keyword>
    <keyword>CBOR Object Signing and Encryption</keyword>
    <keyword>CWT</keyword>
    <keyword>CBOR Web Token</keyword>
    <keyword>Claims</keyword>
    <abstract>
      <?line 142?>

<t>This document defines claims to support traceability of physical goods across
supply chains, focusing on items such as bills of lading, transport modes, and
container manifests. These claims standardize the encoding of essential
logistics and transport metadata, facilitating enhanced transparency and
accountability in global supply chains. These claims are registered for use in
both CBOR Web Tokens (CWTs) and JSON Web Tokens (JWTs).</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://mprorock.github.io/draft-prorock-spice-cwt-traceability-claims/draft-prorock-spice-cwt-traceability-claims.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-prorock-spice-cwt-traceability-claims/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Secure Patterns for Internet CrEdentials Working Group mailing list (<eref target="mailto:spice@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/spice/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/spice/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/mprorock/draft-prorock-spice-cwt-traceability-claims"/>.</t>
    </note>
  </front>
  <middle>
    <?line 151?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines a set of claims intended to enable the traceability of
physical goods across various stages of transportation and storage. These claims
capture critical information necessary for documenting the movement of goods in
supply chains, thereby supporting regulatory compliance and operational
efficiency. These claims are defined for both CBOR Web Tokens (CWTs) <xref target="RFC8392"/>
and JSON Web Tokens (JWTs) <xref target="RFC7519"/>.</t>
      <t>These claims are informed by the following documents, among others: ACE
Automated Broker Interface (ABI) CBP and Trade Automated Interface Requirements
(CATAIR) <xref target="CATAIR"/>, Integrated Track and Trace for Multi-Modal Transportation
<xref target="TrackTrace"/>, and Traceability Vocabulary v1.0: A vocabulary for traceability in
supply chains <xref target="TraceabilityVocab"/>.</t>
      <t>Some claims below utilize GLUE Identifiers <xref target="GLUE"/>.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="example">
      <name>Example</name>
      <t>Product Information Example JWT Claims Set:</t>
      <sourcecode type="json-pretty"><![CDATA[
{
  "commodity_description": "Organic Blueberries, 12 oz containers",
  "product_id": "nb-blueberries-001",
  "country_of_origin": "CA",
  "hs_code": "0810.40.0026",
  "gross_weight": 5050,
  "min_temperature": 1,
  "max_temperature": 3.5,
  "customs_value": 83335,
  "currency_code": "USD",
  "legal_jurisdictions": ["US", "CA"],
  "regulatory_compliance_codes": [
    "USCOEA",
    "CFIA-PhytoCert",
    "FDA-FSVP-Compliant"
  ]
}
]]></sourcecode>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>These claims are designed to enhance transparency in supply chain tracking but
should be handled securely to prevent unauthorized access to sensitive data.
Confidentiality and integrity of these claims must be considered, particularly
when shared across untrusted or unsecured networks. Use of selective disclosure
techniques and careful consideration of data minimization requirements <bcp14>SHOULD</bcp14> be
considered when using these claims.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="cbor-web-token-cwt-claims">
        <name>CBOR Web Token (CWT) Claims</name>
        <t>This specification registers the following claims in the
IANA "CBOR Web Token (CWT) Claims" registry <xref target="IANA.CWT"/> established by <xref target="RFC8392"/>.</t>
        <section anchor="product_id">
          <name>Goods Identifier</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: product_id</t>
            </li>
            <li>
              <t>Claim Description: A unique identifier for the physical product(s) or shipment being tracked. May correspond to SKU, product ID, or batch number.</t>
            </li>
            <li>
              <t>JWT Claim Name: product_id</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 320)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="product_id"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="shipment_id">
          <name>Shipment ID</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: shipment_id</t>
            </li>
            <li>
              <t>Claim Description: Unique identifier assigned to a specific shipment.</t>
            </li>
            <li>
              <t>JWT Claim Name: shipment_id</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 321)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="shipment_id"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="bill_of_lading_number">
          <name>Bill of Lading Number</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: bill_of_lading_number</t>
            </li>
            <li>
              <t>Claim Description: Identifier for the bill of lading associated with the goods.</t>
            </li>
            <li>
              <t>JWT Claim Name: bill_of_lading_number</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 322)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="bill_of_lading_number"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="transport_mode">
          <name>Transport Mode</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: transport_mode</t>
            </li>
            <li>
              <t>Claim Description: Mode of transport used for the shipment. (Recommended values: "air", "sea", "rail", "truck")</t>
            </li>
            <li>
              <t>JWT Claim Name: transport_mode</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 323)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="transport_mode"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="container_id">
          <name>Container ID</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: container_id</t>
            </li>
            <li>
              <t>Claim Description: Unique identifier for the container used in the shipment.</t>
            </li>
            <li>
              <t>JWT Claim Name: container_id</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 324)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="container_id"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="origin_location">
          <name>Origin Location</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: origin_location</t>
            </li>
            <li>
              <t>Claim Description: Geographical origin of the goods, represented as an <xref target="ISO.3166"/> alpha-2 country code string or specific address</t>
            </li>
            <li>
              <t>JWT Claim Name: origin_location</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 325)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="origin_location"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="destination_location">
          <name>Destination Location</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: destination_location</t>
            </li>
            <li>
              <t>Claim Description: Final destination of the goods in the shipment.</t>
            </li>
            <li>
              <t>JWT Claim Name: destination_location</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 326)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="destination_location"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="carrier_id">
          <name>Carrier ID</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: carrier_id</t>
            </li>
            <li>
              <t>Claim Description: Identifier for the carrier or logistics provider responsible for the shipment.</t>
            </li>
            <li>
              <t>JWT Claim Name: carrier_id</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 327)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="carrier_id"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="estimated_delivery_date">
          <name>Estimated Delivery Date</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: estimated_delivery_date</t>
            </li>
            <li>
              <t>Claim Description: Expected delivery date for the shipment, represented as an <xref target="ISO.8601"/> date and time string</t>
            </li>
            <li>
              <t>JWT Claim Name: estimated_delivery_date</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 328)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="estimated_delivery_date"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="customs_declaration_number">
          <name>Customs Declaration Number</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: customs_declaration_number</t>
            </li>
            <li>
              <t>Claim Description: Identifier for the customs declaration associated with the shipment.</t>
            </li>
            <li>
              <t>JWT Claim Name: customs_declaration_number</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 329)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="customs_declaration_number"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="commodity_description">
          <name>Commodity Description</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: commodity_description</t>
            </li>
            <li>
              <t>Claim Description: Description of the commodity or goods being transported.</t>
            </li>
            <li>
              <t>JWT Claim Name: commodity_description</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 330)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="commodity_description"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="hs_code">
          <name>HS Code</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: hs_code</t>
            </li>
            <li>
              <t>Claim Description: Harmonized System (HS) code [HSCode] for the goods.</t>
            </li>
            <li>
              <t>JWT Claim Name: hs_code</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 331)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="hs_code"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="gross_weight">
          <name>Gross Weight</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: gross_weight</t>
            </li>
            <li>
              <t>Claim Description: Gross weight of the shipment, in kilograms.</t>
            </li>
            <li>
              <t>JWT Claim Name: gross_weight</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 332)</t>
            </li>
            <li>
              <t>Claim Value Type: integer or floating point number</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="gross_weight"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="temperature_requirement_min">
          <name>Temperature Min Requirement</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: temperature_requirement_min</t>
            </li>
            <li>
              <t>Claim Description: Minimum temperature (in Celsius) required for transport or storage of the goods.</t>
            </li>
            <li>
              <t>JWT Claim Name: temperature_requirement_min</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 333)</t>
            </li>
            <li>
              <t>Claim Value Type: integer or floating point number</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="temperature_requirement_min"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="temperature_requirement_max">
          <name>Temperature Max Requirement</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: temperature_requirement_max</t>
            </li>
            <li>
              <t>Claim Description: Maximum temperature (in Celsius) required for transport or storage of the goods.</t>
            </li>
            <li>
              <t>JWT Claim Name: temperature_requirement_max</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 334)</t>
            </li>
            <li>
              <t>Claim Value Type: integer or floating point number</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="temperature_requirement_max"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="last_known_location">
          <name>Last Known Location</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: last_known_location</t>
            </li>
            <li>
              <t>Claim Description: Most recent location update for the goods.</t>
            </li>
            <li>
              <t>JWT Claim Name: last_known_location</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 335)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="last_known_location"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="tariff_code">
          <name>Tariff Code</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: tariff_code</t>
            </li>
            <li>
              <t>Claim Description: Tariff code applicable to the goods, including national tariff classifications or specific duty codes.</t>
            </li>
            <li>
              <t>JWT Claim Name: tariff_code</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 336)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="tariff_code"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="country_of_origin">
          <name>Country of Origin</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: country_of_origin</t>
            </li>
            <li>
              <t>Claim Description: The country where the goods were produced or manufactured, represented as an <xref target="ISO.3166"/> alpha-2 country code string</t>
            </li>
            <li>
              <t>JWT Claim Name: country_of_origin</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 337)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="country_of_origin"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="customs_value">
          <name>Customs Value</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: customs_value</t>
            </li>
            <li>
              <t>Claim Description: Declared value of the goods for customs purposes, typically in the transaction currency.</t>
            </li>
            <li>
              <t>JWT Claim Name: customs_value</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 338)</t>
            </li>
            <li>
              <t>Claim Value Type: integer or floating point number</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="customs_value"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="currency_code">
          <name>Currency Code</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: currency_code</t>
            </li>
            <li>
              <t>Claim Description: Currency code for the customs value and other monetary amounts, represented as an <xref target="ISO.4217"/> alpha-3 currency code string</t>
            </li>
            <li>
              <t>JWT Claim Name: currency_code</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 339)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="currency_code"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="license_number">
          <name>Import/Export License Number</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: license_number</t>
            </li>
            <li>
              <t>Claim Description: License or permit number required for the import or export of the goods.</t>
            </li>
            <li>
              <t>JWT Claim Name: license_number</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 340)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="license_number"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="sanctions_reference">
          <name>Sanctions Reference</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: sanctions_reference</t>
            </li>
            <li>
              <t>Claim Description: Reference to applicable sanctions lists or regulations affecting the goods or involved parties.</t>
            </li>
            <li>
              <t>JWT Claim Name: sanctions_reference</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 341)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="sanctions_reference"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="legal_jurisdictions">
          <name>Legal Jurisdictions</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: legal_jurisdictions</t>
            </li>
            <li>
              <t>Claim Description: Legal jurisdiction(s) governing the transaction, represented as an <xref target="ISO.3166"/> alpha-2 country code string or other specific legal identifier.</t>
            </li>
            <li>
              <t>JWT Claim Name: legal_jurisdictions</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 342)</t>
            </li>
            <li>
              <t>Claim Value Type: array of text strings</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="legal_jurisdictions"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="importer_code">
          <name>Importer Code</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: importer_code</t>
            </li>
            <li>
              <t>Claim Description: Code identifying the importer.</t>
            </li>
            <li>
              <t>JWT Claim Name: importer_code</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 343)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="importer_code"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="exporter_code">
          <name>Exporter Code</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: exporter_code</t>
            </li>
            <li>
              <t>Claim Description: Code identifying the exporter.</t>
            </li>
            <li>
              <t>JWT Claim Name: exporter_code</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 344)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="exporter_code"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="incoterms">
          <name>International Commercial Terms</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: incoterms</t>
            </li>
            <li>
              <t>Claim Description: International commercial terms <xref target="INCOTERMS"/> defining responsibilities between buyer and seller, e.g., "FOB", "CIF".</t>
            </li>
            <li>
              <t>JWT Claim Name: incoterms</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 345)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="incoterms"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="regulatory_compliance_codes">
          <name>Regulatory Compliance Codes</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: regulatory_compliance_codes</t>
            </li>
            <li>
              <t>Claim Description: Codes indicating compliance with specific regulations or standards (e.g., safety certifications, environmental standards).</t>
            </li>
            <li>
              <t>JWT Claim Name: regulatory_compliance_codes</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 346)</t>
            </li>
            <li>
              <t>Claim Value Type: array of text strings</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="regulatory_compliance_codes"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="additional_documents_required">
          <name>Additional Documents Required</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: additional_documents_required</t>
            </li>
            <li>
              <t>Claim Description: List of additional documents required for customs clearance, such as certificates of origin or inspection reports.</t>
            </li>
            <li>
              <t>JWT Claim Name: additional_documents_required</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 347)</t>
            </li>
            <li>
              <t>Claim Value Type: array of text strings</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="additional_documents_required"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="freight_charges">
          <name>Freight Charges</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: freight_charges</t>
            </li>
            <li>
              <t>Claim Description: Transportation costs associated with the shipment, used for customs valuation.</t>
            </li>
            <li>
              <t>JWT Claim Name: freight_charges</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 348)</t>
            </li>
            <li>
              <t>Claim Value Type: integer or floating point number</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="freight_charges"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="insurance_charges">
          <name>Insurance Charges</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: insurance_charges</t>
            </li>
            <li>
              <t>Claim Description: Insurance costs for the shipment, used in determining customs value.</t>
            </li>
            <li>
              <t>JWT Claim Name: insurance_charges</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 349)</t>
            </li>
            <li>
              <t>Claim Value Type: integer or floating point number</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="insurance_charges"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="packing_costs">
          <name>Packing Costs</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: packing_costs</t>
            </li>
            <li>
              <t>Claim Description: Costs associated with packing the goods, relevant for customs valuation.</t>
            </li>
            <li>
              <t>JWT Claim Name: packing_costs</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 350)</t>
            </li>
            <li>
              <t>Claim Value Type: integer or floating point number</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="packing_costs"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="place_of_loading">
          <name>Place of Loading</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: place_of_loading</t>
            </li>
            <li>
              <t>Claim Description: Location where the goods were loaded for shipment, often a port or warehouse.</t>
            </li>
            <li>
              <t>JWT Claim Name: place_of_loading</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 351)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="place_of_loading"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="place_of_discharge">
          <name>Place of Discharge</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: place_of_discharge</t>
            </li>
            <li>
              <t>Claim Description: Location where the goods are scheduled to be unloaded.</t>
            </li>
            <li>
              <t>JWT Claim Name: place_of_discharge</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 352)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="place_of_discharge"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="consignee_information">
          <name>Consignee Information</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: consignee_information</t>
            </li>
            <li>
              <t>Claim Description: Information about the consignee, including identifier, name, address, and contact details.</t>
            </li>
            <li>
              <t>JWT Claim Name: consignee_information</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 353)</t>
            </li>
            <li>
              <t>Claim Value Type: map</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="consignee_information"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="consignor_information">
          <name>Consignor Information</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: consignor_information</t>
            </li>
            <li>
              <t>Claim Description: Information about the consignor, including identifier, name, address, and contact details.</t>
            </li>
            <li>
              <t>JWT Claim Name: consignor_information</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 354)</t>
            </li>
            <li>
              <t>Claim Value Type: map</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="consignor_information"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="customs_declaration_date">
          <name>Customs Declaration Date</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: customs_declaration_date</t>
            </li>
            <li>
              <t>Claim Description: Date when the customs declaration was made, represented as an <xref target="ISO.8601"/> date and time string</t>
            </li>
            <li>
              <t>JWT Claim Name: customs_declaration_date</t>
            </li>
            <li>
              <t>Claim Key: TBD (requested assignment 355)</t>
            </li>
            <li>
              <t>Claim Value Type: text string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="customs_declaration_date"/> of this specification</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="json-web-token-jwt-claims">
        <name>JSON Web Token (JWT) Claims</name>
        <t>This specification registers the following claims in the
IANA "JSON Web Token Claims" registry <xref target="IANA.JWT"/> established by <xref target="RFC7519"/>.</t>
        <section anchor="goods-identifier">
          <name>Goods Identifier</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: product_id</t>
            </li>
            <li>
              <t>Claim Description: A unique identifier for the physical product(s) or shipment being tracked. May correspond to SKU, product ID, or batch number.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="product_id"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="shipment-id">
          <name>Shipment ID</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: shipment_id</t>
            </li>
            <li>
              <t>Claim Description: Unique identifier assigned to a specific shipment.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="shipment_id"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="bill-of-lading-number">
          <name>Bill of Lading Number</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: bill_of_lading_number</t>
            </li>
            <li>
              <t>Claim Description: Identifier for the bill of lading associated with the goods.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="bill_of_lading_number"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="transport-mode">
          <name>Transport Mode</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: transport_mode</t>
            </li>
            <li>
              <t>Claim Description: Mode of transport used for the shipment. (Recommended values: "air", "sea", "rail", "truck")</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="transport_mode"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="container-id">
          <name>Container ID</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: container_id</t>
            </li>
            <li>
              <t>Claim Description: Unique identifier for the container used in the shipment.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="container_id"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="origin-location">
          <name>Origin Location</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: origin_location</t>
            </li>
            <li>
              <t>Claim Description: Geographical origin of the goods, represented as an <xref target="ISO.3166"/> alpha-2 country code string or specific address</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="origin_location"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="destination-location">
          <name>Destination Location</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: destination_location</t>
            </li>
            <li>
              <t>Claim Description: Final destination of the goods in the shipment.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="destination_location"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="carrier-id">
          <name>Carrier ID</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: carrier_id</t>
            </li>
            <li>
              <t>Claim Description: Identifier for the carrier or logistics provider responsible for the shipment.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="carrier_id"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="estimated-delivery-date">
          <name>Estimated Delivery Date</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: estimated_delivery_date</t>
            </li>
            <li>
              <t>Claim Description: Expected delivery date for the shipment, represented as an <xref target="ISO.8601"/> date and time string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="estimated_delivery_date"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="customs-declaration-number">
          <name>Customs Declaration Number</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: customs_declaration_number</t>
            </li>
            <li>
              <t>Claim Description: Identifier for the customs declaration associated with the shipment.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="customs_declaration_number"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="commodity-description">
          <name>Commodity Description</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: commodity_description</t>
            </li>
            <li>
              <t>Claim Description: Description of the commodity or goods being transported.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="commodity_description"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="hs-code">
          <name>HS Code</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: hs_code</t>
            </li>
            <li>
              <t>Claim Description: Harmonized System (HS) code [HSCode] for the goods.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="hs_code"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="gross-weight">
          <name>Gross Weight</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: gross_weight</t>
            </li>
            <li>
              <t>Claim Description: Gross weight of the shipment, in kilograms.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="gross_weight"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="temperature-min-requirement">
          <name>Temperature Min Requirement</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: temperature_requirement_min</t>
            </li>
            <li>
              <t>Claim Description: Minimum temperature (in Celsius) required for transport or storage of the goods.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="temperature_requirement_min"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="temperature-max-requirement">
          <name>Temperature Max Requirement</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: temperature_requirement_max</t>
            </li>
            <li>
              <t>Claim Description: Maximum temperature (in Celsius) required for transport or storage of the goods.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="temperature_requirement_max"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="last-known-location">
          <name>Last Known Location</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: last_known_location</t>
            </li>
            <li>
              <t>Claim Description: Most recent location update for the goods.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="last_known_location"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="tariff-code">
          <name>Tariff Code</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: tariff_code</t>
            </li>
            <li>
              <t>Claim Description: Tariff code applicable to the goods, including national tariff classifications or specific duty codes.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="tariff_code"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="country-of-origin">
          <name>Country of Origin</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: country_of_origin</t>
            </li>
            <li>
              <t>Claim Description: The country where the goods were produced or manufactured, represented as an <xref target="ISO.3166"/> alpha-2 country code string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="country_of_origin"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="customs-value">
          <name>Customs Value</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: customs_value</t>
            </li>
            <li>
              <t>Claim Description: Declared value of the goods for customs purposes, typically in the transaction currency.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="customs_value"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="currency-code">
          <name>Currency Code</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: currency_code</t>
            </li>
            <li>
              <t>Claim Description: Currency code for the customs value and other monetary amounts, represented as an <xref target="ISO.4217"/> alpha-3 currency code string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="currency_code"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="importexport-license-number">
          <name>Import/Export License Number</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: license_number</t>
            </li>
            <li>
              <t>Claim Description: License or permit number required for the import or export of the goods.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="license_number"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="sanctions-reference">
          <name>Sanctions Reference</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: sanctions_reference</t>
            </li>
            <li>
              <t>Claim Description: Reference to applicable sanctions lists or regulations affecting the goods or involved parties.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="sanctions_reference"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="legal-jurisdiction">
          <name>Legal Jurisdiction</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: legal_jurisdictions</t>
            </li>
            <li>
              <t>Claim Description: Legal jurisdiction(s) governing the transaction, represented as an <xref target="ISO.3166"/> alpha-2 country code string or other specific legal identifier.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="legal_jurisdictions"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="importer-code">
          <name>Importer Code</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: importer_code</t>
            </li>
            <li>
              <t>Claim Description: Code identifying the importer.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="importer_code"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="exporter-code">
          <name>Exporter Code</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: exporter_code</t>
            </li>
            <li>
              <t>Claim Description: Code identifying the exporter.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="exporter_code"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="international-commercial-terms">
          <name>International Commercial Terms</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: incoterms</t>
            </li>
            <li>
              <t>Claim Description: International commercial terms <xref target="INCOTERMS"/> defining responsibilities between buyer and seller, e.g., "FOB", "CIF".</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="incoterms"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="regulatory-compliance-codes">
          <name>Regulatory Compliance Codes</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: regulatory_compliance_codes</t>
            </li>
            <li>
              <t>Claim Description: Codes indicating compliance with specific regulations or standards (e.g., safety certifications, environmental standards).</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="regulatory_compliance_codes"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="additional-documents-required">
          <name>Additional Documents Required</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: additional_documents_required</t>
            </li>
            <li>
              <t>Claim Description: List of additional documents required for customs clearance, such as certificates of origin or inspection reports.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="additional_documents_required"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="freight-charges">
          <name>Freight Charges</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: freight_charges</t>
            </li>
            <li>
              <t>Claim Description: Transportation costs associated with the shipment, used for customs valuation.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="freight_charges"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="insurance-charges">
          <name>Insurance Charges</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: insurance_charges</t>
            </li>
            <li>
              <t>Claim Description: Insurance costs for the shipment, used in determining customs value.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="insurance_charges"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="packing-costs">
          <name>Packing Costs</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: packing_costs</t>
            </li>
            <li>
              <t>Claim Description: Costs associated with packing the goods, relevant for customs valuation.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="packing_costs"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="place-of-loading">
          <name>Place of Loading</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: place_of_loading</t>
            </li>
            <li>
              <t>Claim Description: Location where the goods were loaded for shipment, often a port or warehouse.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="place_of_loading"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="place-of-discharge">
          <name>Place of Discharge</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: place_of_discharge</t>
            </li>
            <li>
              <t>Claim Description: Location where the goods are scheduled to be unloaded.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="place_of_discharge"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="consignee-information">
          <name>Consignee Information</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: consignee_information</t>
            </li>
            <li>
              <t>Claim Description: Information about the consignee, including identifier, name, address, and contact details.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="consignee_information"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="consignor-information">
          <name>Consignor Information</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: consignor_information</t>
            </li>
            <li>
              <t>Claim Description: Information about the consignor, including identifier, name, address, and contact details.</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="consignor_information"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="customs-declaration-date">
          <name>Customs Declaration Date</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: customs_declaration_date</t>
            </li>
            <li>
              <t>Claim Description: Date when the customs declaration was made, represented as an <xref target="ISO.8601"/> date and time string</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Reference: <xref target="customs_declaration_date"/> of this specification</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC7519">
          <front>
            <title>JSON Web Token (JWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="J. Bradley" initials="J." surname="Bradley"/>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7519"/>
          <seriesInfo name="DOI" value="10.17487/RFC7519"/>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="ISO.3166" target="https://www.iso.org/standard/72482.html">
          <front>
            <title>ISO 3166-1:2020: Codes for the representation of names of countries and their subdivisions</title>
            <author>
              <organization>ISO</organization>
            </author>
            <date year="2020"/>
          </front>
        </reference>
        <reference anchor="ISO.4217" target="https://www.iso.org/standard/64758.html">
          <front>
            <title>ISO 4217:2015: Codes for the representation of currencies</title>
            <author>
              <organization>ISO</organization>
            </author>
            <date year="2015"/>
          </front>
        </reference>
        <reference anchor="ISO.8601" target="https://www.iso.org/standard/70907.html">
          <front>
            <title>ISO 8601-1:2019: Date and time — Representations for information interchange</title>
            <author>
              <organization>ISO</organization>
            </author>
            <date year="2019"/>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="IANA.CWT" target="https://www.iana.org/assignments/cwt/">
          <front>
            <title>CBOR Web Token (CWT) Claims</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA.JWT" target="https://www.iana.org/assignments/jwt/">
          <front>
            <title>JSON Web Token Claims</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="CATAIR" target="https://www.cbp.gov/trade/ace/catair">
          <front>
            <title>ACE Automated Broker Interface (ABI) CBP and Trade Automated Interface Requirements (CATAIR)</title>
            <author>
              <organization>U.S. Customs and Border Protection</organization>
            </author>
            <date year="2025" month="April"/>
          </front>
        </reference>
        <reference anchor="INCOTERMS" target="https://iccwbo.org/business-solutions/incoterms-rules/incoterms-2020/">
          <front>
            <title>Incoterms 2020</title>
            <author>
              <organization>International Chamber of Commerce</organization>
            </author>
            <date year="2019"/>
          </front>
        </reference>
        <reference anchor="HSCodes" target="https://www.wcoomd.org/en/topics/nomenclature/instrument-and-tools/hs-nomenclature-2022-edition/hs-nomenclature-2022-edition.aspx">
          <front>
            <title>Harmonized System (HS) Nomenclature 2022 Edition</title>
            <author>
              <organization>World Customs Organization</organization>
            </author>
            <date year="2022" month="January"/>
          </front>
        </reference>
        <reference anchor="TrackTrace" target="https://unece.org/sites/default/files/2025-01/BRS-IntegratedTrackandTraceforMulti-ModalTransportationv0.1-Final.pdf">
          <front>
            <title>Integrated Track and Trace for Multi-Modal Transportation</title>
            <author>
              <organization>United Nations Centre for Trade Facilitation and Electronic Business (UN/CEFACT)</organization>
            </author>
            <date year="2022" month="September"/>
          </front>
        </reference>
        <reference anchor="TraceabilityVocab" target="https://w3c-ccg.github.io/traceability-vocab/">
          <front>
            <title>Traceability Vocabulary v1.0: A vocabulary for traceability in supply chains</title>
            <author initials="N." surname="Jespersen" fullname="Nis Jespersen">
              <organization/>
            </author>
            <author initials="M." surname="Alkhraishi" fullname="Mahmoud Alkhraishi">
              <organization/>
            </author>
            <author initials="B." surname="Zundel" fullname="Brent Zundel">
              <organization/>
            </author>
            <date year="2024" month="December"/>
          </front>
        </reference>
        <reference anchor="GLUE" target="https://datatracker.ietf.org/doc/draft-ietf-spice-glue-id/">
          <front>
            <title>GLobal Unique Enterprise (GLUE) Identifiers</title>
            <author initials="B." surname="Zundel" fullname="Brent Zundel">
              <organization/>
            </author>
            <author initials="P." surname="Dingle" fullname="Pam Dingle">
              <organization/>
            </author>
            <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
              <organization/>
            </author>
            <date year="2025" month="April"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 849?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>A.J. Stein
contributed to this specification.</t>
    </section>
    <section numbered="false" anchor="document-history">
      <name>Document History</name>
      <t>-02</t>
      <ul spacing="normal">
        <li>
          <t>Enabled the use of GLUE identifiers.</t>
        </li>
        <li>
          <t>Renamed <tt>legal_jurisdiction</tt> to <tt>legal_jurisdictions</tt> and made it an array.</t>
        </li>
        <li>
          <t>Added references for Incoterms and Harmonized System codes.</t>
        </li>
        <li>
          <t>Defined that numbers can be integers or floats.</t>
        </li>
        <li>
          <t>Added an example claims set.</t>
        </li>
        <li>
          <t>Added Brent Zundel as an author.</t>
        </li>
      </ul>
      <t>-01</t>
      <ul spacing="normal">
        <li>
          <t>Added registrations of JWT claims corresponding to the CWT claims.</t>
        </li>
        <li>
          <t>Updated CWT Claims registrations to supply all fields in the registration template.</t>
        </li>
        <li>
          <t>Fixed IANA Considerations header, as suggested by A.J. Stein.</t>
        </li>
        <li>
          <t>Added references for ISO specs.</t>
        </li>
        <li>
          <t>Specified the use of <xref target="ISO.3166"/> alpha-2 country code strings and <xref target="ISO.4217"/> alpha-3 currency code strings.</t>
        </li>
        <li>
          <t>Added references to sources of traceability claims.</t>
        </li>
        <li>
          <t>Added Michael B. Jones as an author.</t>
        </li>
      </ul>
      <t>-00</t>
      <ul spacing="normal">
        <li>
          <t>Initial individual draft</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
idDbx59Csv4PPsFfz+12AAA=

-->

</rfc>
