Skip to main content

Overview

Compliance deadlines are specific dates by which organizations must satisfy a legal obligation. Each deadline is extracted from a framework article and classified by type (e.g. "transposition", "application", "notification").

Methods

deadlines()

Returns a page of compliance deadlines. Without filters, returns deadlines across all frameworks.
Parameters
ParameterTypeDefaultDescription
framework_slugstrNoneFilter to a specific framework
pageint1Page number
per_pageint20Items per page (1–100)
Returns Page[ComplianceDeadline]

iter_deadlines()

Iterate over all deadlines, optionally filtered by framework.
Parameters — same kwargs as deadlines() (except page). Returns Iterator[ComplianceDeadline]

Model

ComplianceDeadline

FieldTypeDescription
idintInternal numeric ID
framework_slugstrParent framework slug
article_numberint | NoneSource article number
paragraph_refstr | NoneSource paragraph label
deadline_datestrISO 8601 date, e.g. "2024-10-17"
deadline_typestr"transposition", "application", "notification", "review", or "other"
descriptionstrPlain-text description of the obligation

Examples

Deadlines for a specific framework

Group deadlines by type

Export a deadline calendar to JSON

Check if a specific deadline has passed

Deadline dates are extracted from the official legislative text and may not reflect national transposition extensions. Always verify against the official EUR-Lex publication for legal certainty.