earnings_call_recording
S3 / causeway-data / earnings / {ticker} / {fiscal_year} / Q{fiscal_quarter}
About the Pure Model
Concept: Earnings Call RecordingAuto-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 = 'earnings/{ticker}/{fiscal_year}/Q{fiscal_quarter}', Lineage.fiboModule = 'MD', Lineage.fiboConcept = 'EarningsCallRecording', Lineage.datasetTitle = 'Earnings Call Recordings', Lineage.mediaTypes = 'audio/mpeg, video/mp4'}
// Audio and video recordings of quarterly earnings calls between company management and investment analysts, used for research and price-sensitive information archival.
Class fibo::md::EarningsCallRecording
{
// Identifier: Unique identifier for the earnings call recording.
callId : String[1];
// TickerSymbol: Exchange ticker of the reporting company.
ticker : String[1];
// ReportingPeriod: Fiscal year to which the earnings call relates.
fiscalYear : Integer[1];
// ReportingPeriod: Fiscal quarter (1–4) to which the earnings call relates.
fiscalQuarter : Integer[1];
// DateTimeStamp: UTC timestamp when the earnings call took place.
calledAt : DateTime[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::md::EarningsCallRecording : Object {
~store: store::object::CausewayObjectStore
~path: 'earnings/{ticker}/{fiscal_year}/Q{fiscal_quarter}'
~mediaTypes: ['audio/mpeg', 'video/mp4']
}