Message

ScreenerMembershipsState

ETF and option-flow-group memberships known to the producer. This message is always present. Empty lists mean the producer has no matching memberships.

fields2 used byStockScreenerState
Proto definition.proto
message ScreenerMembershipsState {
  repeated string held_by_etfs = 1;
  repeated string flow_groups = 2;
}
Fields
held_by_etfs string repeated 1
ETF tickers whose current holdings include this ticker. Source holding tickers have periods removed before matching. Values are deduplicated and sorted by ticker.
flow_groups string repeated 2
Option flow groups containing this ticker, sorted by group name. These memberships are loaded when the producer starts and are not refreshed until it restarts.