Causeway
Degraded in us-west-2DocsRequest Dataset
<- Back to concepts

Earnings Call Recording

EarningsCallRecordingMD

A recorded audio or video capture of a quarterly earnings call in which company management presents financial results and responds to analyst questions.

Datasets representing this concept
1 dataset
DatasetRolePure
earnings_call_recordingprimaryPure Model ->
Pure Class

FIBO-grounded class definition for this concept: properties, multiplicities, and source-column annotations. Per-dataset Mapping and Table blocks live on each dataset's Pure Model tab.

<<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];
}