ExemptionDeclaration

class

Exemption Declaration

A structured declaration that specific products (or batches/serials) are exempt from EUDR due diligence obligations, carrying the exemption type, reason code, scope, and effective date range.

URI:https://ref.openepcis.io/extensions/eu/eudr/ExemptionDeclaration

Properties (7)

PropertyDescriptionRange
exemptionAuthorityThe economic operator or competent authority asserting this exemption. Uses dpp:OperatorInformation so the party is fully identified by GLN and role.OperatorInformation
exemptionEffectiveFromStart date of the exemption's validity. Before this date the exemption does not apply.xsd:date
exemptionEffectiveUntilEnd date of the exemption's validity. Required for temporary exemptions; omitted for permanent exemptions.xsd:date
exemptionReasonCodeCoded reason for the exemption, drawn from the controlled vocabulary defined by WR 25-252 (aligned with EANCOM C273:DE7009 exemption reason codes).xsd:string
exemptionScopeThe scope of the exemption: 'gtin' (all products with the given GTIN), 'batch' (specific lot/batch identified via AI 10), or 'serial' (specific instance identified via AI 21 or AI 8006 ITIP).xsd:string
exemptionScopeReferenceThe specific batch, lot, or serial identifier (or list thereof) that is in scope of a temporary exemption. For 'batch' scope this is the lot/batch number; for 'serial' scope it is the serial number.xsd:string
exemptionTypeThe classification of this exemption (permanent or temporary).ExemptionType

Used as Range (1)

External Vocabulary References

Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/eudr/eudr-context.jsonld",
  "type": "ExemptionDeclaration",
  "exemptionAuthority": "...",
  "exemptionEffectiveFrom": "...",
  "exemptionEffectiveUntil": "..."
}