Dictionary

Estimated Event

The data dictionary and definitions for Estimated Event


Fields

ParameterTypeDescription
estimate_idintThe Aiera-unique identifier for the estimate
equity *objThe associated equity information
estimate *objThe estimated event details
actual *objThe actual confirmed event (null if not yet linked)
createddatetimeWhen the estimate was created
modifieddatetimeWhen the estimate was last modified

Possibles

equity

{
  "equity": {
    "equity_id": 1,
    "name": "AMAZON COM INC",
    "common_name": "Amazon",
    "local_ticker": "AMZN",
    "bloomberg_ticker": "AMZN:US",
    "isin": "US0231351067",
    "gics_sector": "Consumer Discretionary",
    "gics_sub_sector": "Broadline Retail"
  }
}

estimate

{
  "estimate": {
    "call_type": "earnings",
    "call_date": "2024-04-25T17:00:00",
    "title": "Q1 2024 Amazon.com Inc Earnings Call"
  }
}
ParameterTypeDescription
call_typestrThe type of call (e.g., earnings)
call_datedatetimeThe estimated date and time
titlestrThe estimated event title

actual

The actual field has the same structure as estimate and is populated when the estimated event is linked to a confirmed event. It is null until a matching event is confirmed.

{
  "actual": {
    "call_type": "earnings",
    "call_date": "2024-04-25T17:30:00",
    "title": "Q1 2024 Amazon.com Inc Earnings Call"
  }
}
Previous
Event