Message

ScreenerDividendState

Selected dividend record, trailing dividend total, and current dividend yield. Dividend amounts are split-adjusted per-share values. Startup and live paths use different selected-record cutoffs and differ on whether a dividend at the trailing window's lower boundary is included.

fields4 used byStockScreenerState
Proto definition.proto
message ScreenerDividendState {
  Decimal latest_dividend = 1;
  Date latest_dividend_date = 2;
  Date latest_dividend_payment_date = 3;
  Decimal ttm_dividend = 4;
}
Fields
latest_dividend Decimal 1
Split-adjusted dividend per share from the selected dividend record.
latest_dividend_date Date 2
Ex-dividend date of the selected record. Absent when unavailable.
latest_dividend_payment_date Date 3
Payment date of the selected record. Absent when unavailable.
ttm_dividend Decimal 4
Sum of split-adjusted dividends per share during the 12 months ending on the source snapshot's as-of date. The as-of date is not included. Startup excludes the lower boundary, while live snapshots include it.