Skip to main content
Version: 8.6.8.3

EquityCorpActionRecordV5

V8 Message Definiton

corp action record (managed by SR)

METADATA

AttributeValue
Topic4740-risk-v5
MLink TokenEquityDefinition
ProductSRRisk
accessTypeSELECT
MLink EndpointMLink-Live

Table Definition

FieldTypeKeyDefault ValueComment
ticker_atenum - AssetTypePRI'None'ticker at EOD on trading date
ticker_tsenum - TickerSrcPRI'None'ticker at EOD on trading date
ticker_tkVARCHAR(12)PRI''ticker at EOD on trading date
exDateDATEPRI'1900-01-01'exdate of the action
corpActionTextTINYTEXT''descriptive detail optional
HasOptionCAenum - YesNo'None'Has Option CA flag
optionCorpActionTypeenum - CAType'Other'Option corporate action type
timestampDATETIME(6)'1900-01-01 00:00:00.000000'
CashListJSON'JSON_ARRAY()'
ComponentListJSON'JSON_ARRAY()'
OptionDeliverableListJSON'JSON_ARRAY()'

PRIMARY KEY DEFINITION (Unique)

FieldSequence
ticker_tk1
ticker_at2
ticker_ts3
exDate4

JSON Block (CashList)

FieldTypeComment
amountenum - amount
currencyenum - Currency
cashTypeenum - CorpActionCash
descriptionenum - description

JSON Block (ComponentList)

FieldTypeComment
tickerSODenum - tickerSODticker SOD
componentRatioenum - componentRatiopriceposition adjustment ratio ratio x closemark adjclosemark default 1
componentFractionenum - componentFractionposition x componentFraction x spinoffMark cashInLieu default 1
componentMarkenum - componentMarkSOD mark for tickerSOD if not supplied SR calculated mark will be used
componentTypeenum - CorpActionComponent

JSON Block (OptionDeliverableList)

FieldTypeComment
tickerenum - tickerunderlying symbol SOD
qtyenum - qtyunderlying quantity per option contract
allocationpctenum - allocationpctallocation percentage

SELECT TABLE EXAMPLE QUERY

SELECT *
FROM `SRRisk`.`MsgEquityCorpActionRecordV5`
WHERE
/* Replace with a ENUM('None','EQT','IDX','BND','CUR','COM','FUT','SYN','WAR','FLX','MUT','SPD','MM','MF','COIN','TOKEN','ANY','RATE') */
`ticker_at` = 'None'
AND
/* Replace with a ENUM('None','SR','NMS','CME','ICE','CFE','CBOT','NYMEX','COMEX','RUT','CIDX','ARCA','NYSE','OTC','NSDQ','MFQS','MIAX','DJI','CUSIP','ISIN','BXE','SCE','ANY','CXE','DXE','NXAM','NXBR','NXLS','NXML','NXOS','NXP','EUREX','CEDX','ICEFEC','ICEFEF','CEQT','TSX','TMX') */
`ticker_ts` = 'None'
AND
/* Replace with a VARCHAR(12) */
`ticker_tk` = 'Example_ticker_tk'
AND
/* Replace with a DATE */
`exDate` = '2022-01-01';

Doc Columns Query

SELECT * FROM SRRisk.doccolumns WHERE TABLE_NAME='EquityCorpActionRecordV5' ORDER BY ordinal_position ASC;