Overview
Compliance deadlines are specific dates by which organisations must have completed certain obligations under a regulation. They are extracted from articles and classified by type (e.g."transposition", "application", "notification").
Methods
deadlines()
Returns a page of compliance deadlines, optionally filtered to a single framework.
Returns
Promise<Page<ComplianceDeadline>>
iterDeadlines()
Iterate over all compliance deadlines without managing pagination.
The method is
iterDeadlines(), not iter(). This is intentional — the compliance resource covers deadlines across multiple frameworks rather than scoping to a single one.deadlines() (except page, which is managed internally).
Returns AsyncGenerator<ComplianceDeadline>
