Skip to main content

Overview

Compliance deadlines are structured dates extracted from regulatory texts, indicating when specific obligations must be met. Use $client->compliance to access them.

Methods

list()

Returns a page of compliance deadlines for a framework.
Returns Page<ComplianceDeadline>

iter()

Iterate over all compliance deadlines in a framework.
Returns \Generator<ComplianceDeadline>

Model

ComplianceDeadline

FieldTypeDescription
idintInternal numeric ID
frameworkSlugstringParent framework slug
articleNumberstring|nullSource article number
paragraphRefstring|nullParagraph reference
deadlineDatestringISO 8601 date
deadlineTypestringType, e.g. 'transposition', 'application'
descriptionstring|nullHuman-readable description of the obligation

Example