ScreenerIvRankState
Rank and percentile statistics for 30-calendar-day implied volatility. Values use a scale from 0 through 100.
▶Proto definition.proto
message ScreenerIvRankState { Decimal iv_rank = 1; Decimal iv_rank_1m = 2; Decimal iv_percentile_1m = 3; Decimal iv_percentile_1y = 4; }
Fields
Rank over observations later than one calendar year before the parent state
date. Calculated as 100 * (current - minimum) / (maximum - minimum). Absent
when maximum equals minimum or the source value is unavailable.
Rank over observations later than 30 calendar days before the parent state
date. Calculated as 100 * (current - minimum) / (maximum - minimum). Absent
when maximum equals minimum or the source value is unavailable.
Percent rank within observations later than 30 calendar days before the
parent state date, multiplied by 100. Tied values share a rank.
Percent rank within observations later than one calendar year before the
parent state date, multiplied by 100. Tied values share a rank.