Dictionary
Filing
The data dictionary and definitions for a Filing
Fields
| Parameter | Type | Description |
|---|---|---|
| content_id | int | The Aiera-unique identifier for the filing content |
| title | str | The title of the filing document |
| published_date | datetime | The ISO-formatted date and time of the publication |
| form_number | str | The official SEC-assigned form number |
| filing_organization | str | The entity responsible for publishing the filing (e.g., SEC) |
| is_amendment | bool | Whether this filing document is an amendment |
| period_end_date | date | The ISO-formatted end date and time of the reporting period covered by the filing |
| release_date | datetime | The ISO-formatted date and time of when the filing was publicly released |
| arrival_date | datetime | The ISO-formatted date and time of when the filing was received and accepted by the filing organization (e.g., SEC) |
| pdf_url | str | URL of the filing document in PDF format |
| url | str | URL to the filing document in the Aiera dashboard |