Message

EtfInfo

Complete stock holdings and daily share flow for an ETF.

fields5 topicetf-info
Proto definition.proto
message EtfInfo {
  Ticker etf = 1;
  repeated Ticker tickers = 2;
  Date date = 3;
  optional int64 share_flow = 4;
  int64 tape_time = 5;
}
Fields
etf Ticker 1
The ETF represented by this snapshot and the Kafka message key.
tickers Ticker repeated 2
Current stock holdings of the ETF.
date Date 3
Latest date for which a signed share flow is available.
share_flow int64 optional 4
Signed ETF share change on date with positive values representing inflow.
tape_time int64 5
Unix timestamp in milliseconds when this snapshot was published.