Message

FlexTickerState

Daily aggregate FLEX option state for an underlying ticker.

fields5 used byFlexOptionState
Proto definition.proto
message FlexTickerState {
  int64 total_flex_oi = 1;
  optional int64 total_flex_oi_change = 2;
  int32 total_flex_chains = 3;
  optional int32 total_flex_chains_change = 4;
  int64 total_option_oi = 5;
}
Fields
total_flex_oi int64 1
Total open interest across the ticker's FLEX option contracts.
total_flex_oi_change int64 optional 2
Change in total FLEX open interest from the previous trading day.
total_flex_chains int32 3
Number of FLEX option contracts reported for the ticker.
total_flex_chains_change int32 optional 4
Change in the number of FLEX option contracts from the previous trading day.
total_option_oi int64 5
Total option open interest reported for the ticker.