Skip to main content
Version: 8.6.8.3

OptionCorpActionRecordV5

V8 Message Definiton

METADATA

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

Table Definition

FieldTypeKeyDefault ValueComment
root_atenum - AssetTypePRI'None'root at EOD on trading date
root_tsenum - TickerSrcPRI'None'root at EOD on trading date
root_tkVARCHAR(12)PRI''root at EOD on trading date
exDateDATEPRI'1900-01-01'exdate of the action
sodRoot_atenum - AssetType'None'new mh root post adjustment
sodRoot_tsenum - TickerSrc'None'new mh root post adjustment
sodRoot_tkVARCHAR(12)''new mh root post adjustment
markMultiplierDOUBLE0sodMark eodMark x markMultiplier
positionMultiplierINT0sodPosition eodPosition x positionMultiplier
strikeFactorDOUBLE0sodStrike eodStrike x strikeMultiplier strikeFactor
strikeMultiplierDOUBLE0sodStrike eodStrike x strikeMultiplier strikeFactor
strikePrecisionSMALLINT0number of decimal places to round after adjusting strike usually 2
corpActionTextTINYTEXT''descriptive detail optional
corpActionTypeenum - CAType'Other'corporate action type
timestampDATETIME(6)'1900-01-01 00:00:00.000000'
DeliverableListJSON'JSON_ARRAY()'

PRIMARY KEY DEFINITION (Unique)

FieldSequence
root_tk1
root_at2
root_ts3
exDate4

JSON Block (DeliverableList)

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

SELECT TABLE EXAMPLE QUERY

SELECT *
FROM `SRRisk`.`MsgOptionCorpActionRecordV5`
WHERE
/* Replace with a ENUM('None','EQT','IDX','BND','CUR','COM','FUT','SYN','WAR','FLX','MUT','SPD','MM','MF','COIN','TOKEN','ANY','RATE') */
`root_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') */
`root_ts` = 'None'
AND
/* Replace with a VARCHAR(12) */
`root_tk` = 'Example_root_tk'
AND
/* Replace with a DATE */
`exDate` = '2022-01-01';

Doc Columns Query

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