<?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-03" category="std" consensus="true" submissionType="IETF" xml:lang="en" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title>Traceability Claims</title>
    <seriesInfo name="Internet-Draft" value="draft-prorock-spice-cwt-traceability-claims-03"/>
    <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="October" day="20"/>
    <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"/>.
The claim keys are listed as TBD. We request values in the 256 to 65535 range.</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: TBD1</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: TBD2</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: TBD3</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: TBD4</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: TBD5</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: TBD6</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: TBD7</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: TBD8</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: TBD9</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: TBD10</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: TBD11</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: TBD12</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: TBD13</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: TBD14</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: TBD15</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: TBD16</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: TBD17</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: TBD18</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, in the currency desginated by the currency code.</t>
            </li>
            <li>
              <t>JWT Claim Name: customs_value</t>
            </li>
            <li>
              <t>Claim Key: TBD19</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: TBD20</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: TBD21</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: TBD22</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: TBD23</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: TBD24</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: TBD25</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: TBD26</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: TBD27</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: TBD28</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, in the currency desginated by the currency code. Used for customs valuation.</t>
            </li>
            <li>
              <t>JWT Claim Name: freight_charges</t>
            </li>
            <li>
              <t>Claim Key: TBD29</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, in the currency desginated by the currency code. Used in determining customs value.</t>
            </li>
            <li>
              <t>JWT Claim Name: insurance_charges</t>
            </li>
            <li>
              <t>Claim Key: TBD30</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, in the currency desginated by the currency code. Used in determining customs value.</t>
            </li>
            <li>
              <t>JWT Claim Name: packing_costs</t>
            </li>
            <li>
              <t>Claim Key: TBD31</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: TBD32</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: TBD33</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: TBD34</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: TBD35</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: TBD36</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 850?>

<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>-03</t>
      <ul spacing="normal">
        <li>
          <t>Made currency clarifications.</t>
        </li>
        <li>
          <t>Suggested transport_mode values.</t>
        </li>
        <li>
          <t>Use TBDn names for CWT requested claim numbers.</t>
        </li>
      </ul>
      <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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

-->

</rfc>
