regulatory_filing_document
S3 / causeway-data / filings / {regulator} / {entity_lei} / {filing_type} / {filing_id}
About the Pure Model
Concept: Regulatory Filing DocumentAuto-generated from fibo-data-gen/pure/ — column-level lineage from the FIBO-grounded class to its physical store. Structured mappings point at parquet columns; Object mappings point at object-storage paths for audio, video, documents, and transcripts.
Profile
// AUTO-GENERATED by generators/pure_export.py — do not edit by hand.
// Source: metadata/datasets/*.json
###Pure
Profile fibo::Lineage
{
stereotypes: [parquetBacked, objectBacked];
tags: [parquetPath, fiboModule, fiboConcept, datasetTitle, glossaryTerm, objectPath, mediaTypes];
}Class
<<Lineage.objectBacked>>
{Lineage.objectPath = 'filings/{regulator}/{entity_lei}/{filing_type}/{filing_id}', Lineage.fiboModule = 'CAE', Lineage.fiboConcept = 'RegulatoryFilingDocument', Lineage.datasetTitle = 'Regulatory Filing Documents', Lineage.mediaTypes = 'application/pdf, text/xml'}
// Regulatory submissions filed with authorities such as the SEC, ESMA, and FCA, retained for compliance archival and audit purposes.
Class fibo::cae::RegulatoryFilingDocument
{
// Identifier: Unique identifier for the regulatory filing document.
filingId : String[1];
// LegalEntityIdentifier: Legal Entity Identifier of the reporting entity.
entityLei : String[1];
// Classification: Type of filing (e.g. 10-K, 10-Q, MiFIR, EMIR).
filingType : String[1];
// RegulatoryAgency: Regulatory authority to which the filing was submitted (e.g. SEC, ESMA, FCA).
regulator : String[1];
// DateTimeStamp: UTC timestamp when the filing was submitted.
filedAt : DateTime[1];
// ReportingPeriod: End date of the reporting period covered by the filing.
periodEnd : StrictDate[0..1];
}UNSTRUCTURED — OBJECT STORAGE
Object Store (S3 / object backend)
// AUTO-GENERATED by generators/pure_export.py — do not edit by hand.
Store store::object::CausewayObjectStore
(
backend: S3
bucket: 'causeway-data'
region: 'us-east-1'
)Object Mapping — media & document paths
fibo::cae::RegulatoryFilingDocument : Object {
~store: store::object::CausewayObjectStore
~path: 'filings/{regulator}/{entity_lei}/{filing_type}/{filing_id}'
~mediaTypes: ['application/pdf', 'text/xml']
}