Skip to main content
Version: 8.6.3.1

AuctionNotice

Description

Contains successful and unsuccessful auction notices from exchanges.

Schema Definition

Field NameData TypeDescription
noticeNumberbigintSpiderRock notice number
ticker_atstringunderlying asset type
ticker_tsstringunderlying ticker source
ticker_tkstringunderlying ticker
tradeDatedatetrading date
auctionTypestringtype of auction (exposure, improvement, etc.)
auctionEventstringevent of the auction - Start/Update/End
srcAuctionIDstringID of the auction from the source
srcAuctionTypestringexchange specific auction type
auctionSourcestringexchange that the auction was run on
symbolTypestringmore detailed asset type of the underlying security
uAvgDailyVlmfloataverage daily volume of the underlying security
custSidestringside of the customer in the auction
custQtyintquantity of the customer in the auction
custPrcdoubleprice of the customer in the auction
hasCustPrcstringflag indicating if the customer has a price in the auction
custFirmTypestringtype of the customer firm
auctionDurationintduration of the auction in milliseconds
numOptLegsintnumber of options legs in the structure
spreadClassstringtype of spread vertical,calendar etc
limitTypestringtype of the price limit if set/known
spreadFlavorstringfor mixed spreads - normal or flipped. Normal = first leg is already Buy; Flipped = leg sides were flipped so the first leg is a Buy.
containsHedgestringdoes the structure contain the underlying
containsFlexstringflag indicating if the structure contains a flex leg
flexTypestringEuropean or American style
containsMultiHedgestringflag indicating if the structure contains a multi-hedge leg
uBiddoubleUnderlying bid price at notice time
uAskdoubleUnderlying ask price at notice time
netDefloatNet delta of the structure
netGafloatNet gamma of the structure
netThfloatNet theta of the structure
netVefloatNet vega of the structure
pkgSurfPrcfloatSpiderRock surface price for the structure
pkgBidPrcfloatExchange bid price for the structure
pkgAskPrcfloatExchange ask price for the structure
pointValuedoublevalue of the point for the structure
pointCurrencystringcurrency of the point for the structure
srcTimestampbiginttimestamp of the auction from the source
netTimestampbiginttimestamp of the auction from the network
timestamptimestamptimestamp of the auction from the spiderrock system
OrderLegslist[struct]Definition of the legs in the structure - including analytics and price information

Differences to V7