Message

TickerOiStats

Current and previous open interest statistics for a ticker after OI processing completes.

fields4 topicticker-oi-stats
Proto definition.proto
message TickerOiStats {
  Ticker ticker = 1;
  TickerOiStatsDay current = 2;
  TickerOiStatsDay previous = 3;
  int64 tape_time = 4;
}
Fields
ticker Ticker 1
Ticker represented by this snapshot and the Kafka message key.
current TickerOiStatsDay 2
Statistics for the completed OI trading date.
previous TickerOiStatsDay 3
Statistics for the previous trading date when available.
tape_time int64 4
Unix timestamp in milliseconds when this snapshot was published.