Dictionary

Corporate Activity

The data dictionary and definitions for Corporate Activity


Fields

ParameterDescription
corporate_activity_idThe Aiera-unique identifier for the corporate activity
titleThe title for the corporate activity
type *The type of the corporate activity
subtype *The subtype of the corporate activity
whenThe expected/scheduled date and time of the activity
date_is_exactWhether or not the date and time is exact or approximate
is_tentativeWhether or not the activity is tentative or not
is_estimatedWhether or not the activity is estimated or not
is_postponedWhether or not the activity has been postponed
is_cancelledWhether or not the activity has been cancelled
raw_identifiers *The raw identifying information at the time of collection
event *Aiera event information, if available
equity *Aiera equity/company information, if mapped and available
related_idsA list of related corporate activity IDs, if any
metadata *Special metadata associated with the individual corporate activity and/or type
explanationAn ML-generated natural language summary of the corporate activity
createdWhen this activity object was first created in Aiera systems
audit *The audit trail for corporate activity creation / change
modifiedWhen this activity was last edited in Aiera systems

Possibles

type

OptionDescription
companymeetingAn expected physical/audio/video meeting
companyresultsAn expected release/announcement of corporate information

subtype

SubtypeDescriptionAssociated Type
conferencecallConference Callcompanymeeting
investorconferenceInvestor Conferencecompanymeeting
annualAnnual Meetingcompanymeeting
webcastWebcastcompanymeeting
analystsbriefingAnalyst Briefingcompanymeeting
industryconferenceIndustry Conferencecompanymeeting
roadshowRoadshowcompanymeeting
extraordinaryExtraordinary Meetingcompanymeeting
pressconferencePress Conferencecompanymeeting
tradefairTrade Faircompanymeeting
tradeshowTrade Showcompanymeeting
boardmeetingBoard Meetingcompanymeeting
investordayInvestor Daycompanymeeting
investormeetingInvestor Meetingcompanymeeting
capitalmarketdayCapital Market Daycompanymeeting
generalmeetingGeneral Meetingcompanymeeting
analystdayAnalyst Daycompanymeeting
shareholdermeetingShareholder Meetingcompanymeeting
analystsitevisitAnalyst Site Visitcompanymeeting
ogmOrdinary General Meetingcompanymeeting
productlaunchProduct Launchcompanymeeting
managementpresentationManagement Presentationcompanymeeting
informationmeetingInformation Meetingcompanymeeting
pdufaPDUFA Datecompanymeeting
randddayR&D Daycompanymeeting
opendayOpen Daycompanymeeting
roundtableRoundtablecompanymeeting
strategymeetingStrategy Meetingcompanymeeting
businessreviewBusiness Reviewcompanymeeting
breakfastmeetingBreakfast Meetingcompanymeeting
strategypresentationStrategy Presentationcompanymeeting
annualbusinessreviewAnnual Business Reviewcompanymeeting
resultResultscompanyresults
earningEarningscompanyresults
saleSalescompanyresults
tradingstatementTrading Statementcompanyresults
revenueRevenuescompanyresults
annualreportpublishedAnnual Report Publishedcompanyresults
trafficfiguresTraffic Figurescompanyresults
interimmanagementstatementInterim Management Statementcompanyresults
operatingresultsOperating Resultscompanyresults
operationsreportOperations Reportcompanyresults
preliminaryresultsPreliminary Resultscompanyresults
guidanceGuidancecompanyresults
productionreportProduction Reportcompanyresults
reportReportcompanyresults
resultsifrsResults (IFRS)companyresults
financialstatementFinancial Statementcompanyresults
assetsundermanagementAssets Under Managementcompanyresults
resultsrasResults (RAS)companyresults
kpiKPI Figurescompanyresults
activityindicatorsActivity Indicatorscompanyresults
volumeVolumecompanyresults
strategyreportStrategy Reportcompanyresults
audiencefiguresAudience Figurescompanyresults
turnoverTurnovercompanyresults
sustainabilityreportSustainability Reportcompanyresults
businessoutlookBusiness Outlookcompanyresults
businessplanBusiness Plancompanyresults
profitProfitcompanyresults
premiumincomePremium Incomecompanyresults
reservesReservescompanyresults
resultsusgaapResults (US GAAP)companyresults
newbusinessfiguresNew Business Figurescompanyresults
accountsAccountscompanyresults
fundsundermanagementFunds Under Managementcompanyresults
reviewReviewcompanyresults
operatingincomeOperating Incomecompanyresults
netnewmoneyNet New Moneycompanyresults
addedvalueAdded Valuecompanyresults
rentalincomeRental Incomecompanyresults
renewalsRenewalscompanyresults
embeddedvalueEmbedded Valuecompanyresults
resultsiasResults (IAS)companyresults
  • this list is exhaustive as of 11/26/2023, but is dynamic and can be updated/streamlined in the future

raw_identifiers

{
  "isin": COMPANY ISIN,
  "cusip": COMPANY CUSIP,
  "company_name": COMPANY NAME,
  "delisted": TRUE/FALSE
}

event

{
    "event_id": AIERA EVENT ID,
    "event_title": EVENT TITLE,
    "event_type": EVENT TYPE,
    "event_date": EVENT DATE/TIME,
    "has_unknown_time": TRUE/FALSE,
    "broadcast_url": EVENT WEBCAST URL,
    "replay_url": EVENT REPLAY URL,
    "conference_number": EVENT CONFERENCE NUMBER,
    "conference_pin": EVENT CONFERENCE PIN,
    "status": active/deleted,
    "created": CREATED DATE/TIME,
    "modified": LAST MODIFIED DATE/TIME
}
  • events correspond to other Aiera event related endpoints, such as the calendar

equity

{
    "equity_id": AIERA EQUITY ID,
    "company_id": AIERA COMPANY ID,
    "company_name": COMPANY NAME,
    "local_ticker": LOCAL EXCHANGE TICKER,
    "bloomberg_ticker": BLOOMBERG TICKER,
    "ric": RIC,
    "permid": PERMID,
    "isin": ISIN,
    "cusip": CUSIP,
    "exchange_mic": EXCHANGE MIC
}
  • equities correspond to other Aiera equity related endpoints, such as events

metadata

{
    "contact": {
        "name": CONTACT NAME,
        "email": CONTACT EMAIL,
        "telephone": CONTACT PHONE
    },
    "speakers": [
        SPEAKER NAME, ...
    ],
    "regarding": DESCRIPTION,
    "webcasts": [
        {
            "url": WEBCAST URL,
            "description": WEBCAST DESCRIPTION
        }, ...
    ],
    "callDetails": {
        "dialInNumber": DIAL IN PHONE NUMBER
    },
    "localLanguage": LANGUAGE,
    "replayDetails": {
        "date": REPLAY DATE / TIME,
        "timeZone": TIMEZONE OF REPLAY,
        "dialInEnds": DATE / TIME,
        "webcastUrl": REPLAY WEBCAST URL
    },
    "preRegistration": TRUE / FALSE,
    "preRegistrationUrl": REGISTRATION URL,
    "period": PERIOD *,
    "fiscalYear": DATE,
    "marketStatus": "before" / "after" / "during" / "none",
    "registrationDetails": {
        "url": REGISTRATION URL,
        "email": REGISTRATION EMAIL
    },
    "replays": [
        {
            "url": REPLAY URL,
            "description": REPLAY DESCRIPTION
        }, ...
    ]
}
Period
quarter1
quarter2
quarter3
quarter4
annual
preliminary
preclose
postclose
final
h1
h2
month1 [or] jan
month2 [or] feb
month3 [or] mar
month4 [or] apr
month5 [or] may
month6 [or] jun
month7 [or] jul
month8 [or] aug
month9 [or] sep
month10 [or] oct
month11 [or] nov
month12 [or] dec
  • each corporate activity can include none, or any of the above sub-fields within the associated metadata field

audit

[
    {
        "change_date": CHANGE DATE,
        "change_type": "create" / "update",
        "changes": {
            CHANGE FIELD: {
                "prior": DATA BEFORE CHANGE,
                "adjusted": DATA AFTER CHANGE
            }, ...
        }
    }, ...
]
Previous
Equity