Skip to main content
Version: Upcoming

OptionFlexPrint

V8 Message Definiton

The most recent (last) record for each active FLEX option.

METADATA

AttributeValue
Topic2750-market-data-options
MLink TokenOptFlexPrint
ProductSRFlex
accessTypeSELECT
MLink EndpointMLink-Live

Table Definition

FieldTypeKeyDefault ValueComment
eventIdCHAR(19)PRI'0000-0000-0000-0000'unique FLEX event ID guid
optExchenum - OptExch'None'
exchangeIdVARCHAR(16)''identifier associated with this trade assigned by the exchange may not be 100 reliable
flexRootVARCHAR(6)''security symbol of the FLEX option
tickerSrcenum - TickerSrc'None'ticker src from first option leg
closureTypeenum - FlexClosureType'None'
printClosureenum - FlexPrintClosure'None'
pkgQtyINT0package quantity
pkgPriceDOUBLE0total price inclusive of all legs
recordIdSetTEXT''OPRA FLEX text lines contributing to this event pipe delimited if more than one
createTimeDATETIME(6)'1900-01-01 00:00:00.000000'creation time of this event
modifyTimeDATETIME(6)'1900-01-01 00:00:00.000000'last modification time for this event
numLegsINT0expected number of legs in complete package
legsCompleteenum - YesNo'None'
LegsListJSON'JSON_ARRAY()'

PRIMARY KEY DEFINITION (Unique)

FieldSequence
eventId1

JSON Block (LegsList)

FieldTypeComment
okeyenum - okeyOptionKey of the instrument if available
flexTypeenum - FlexTypeEuropean or American exercise AM or PM exercise time
quantityenum - quantityquantity of contracts in this leg of the event
priceenum - priceprice of this leg of the event could be quoted in percentage of closing price
priceTypeenum - FlexPriceTypeprice type of the event
deltaenum - deltadelta supplied with the event for delta adjusted at close events
refPriceenum - refPricereference price of the event for use in delta ajusting the final price
closePriceenum - closePriceclose price used for both percentage adjusted and delta adjusted events
priceAdjenum - priceAdjfinal adjusted price made available after the event is marked as PctAdjApplied or DeltaAdjApplied
strikeAdjenum - strikeAdjfinal adjusted strike made available after the event is marked PctAdjApplied

SELECT TABLE EXAMPLE QUERY

SELECT *
FROM `SRFlex`.`MsgOptionFlexPrint`
WHERE
/* Replace with a CHAR(19) */
`eventId` = 'Example_eventId';

Doc Columns Query

SELECT * FROM SRFlex.doccolumns WHERE TABLE_NAME='OptionFlexPrint' ORDER BY ordinal_position ASC;