Screener
Search instruments and manage saved screeners.
Search Screener
Get Screeners
Get Screener By ID
Create Screener
Replace Screener
Delete Screener
ModelsExpand Collapse
class FilterOpSpec:
Operator specification with optional behavioral arguments.
FilterOperator name
The operator to apply.
class FilterValue:
A filter value: either a literal or a variable reference.
A variable reference.
class Modifier:
Arithmetic modifier applied to a variable value.
ModifierOp name
class ScreenerColumn:
A single column in the screener search response.
FieldRef field
class ScreenerEntry:
A saved screener configuration entry
List<SearchFilter> filters
FieldRef left
The operator and optional arguments. Omit together with right for an unenabled filter.
FilterOperator name
The operator to apply.
The value(s) to compare against. Omit together with op for an unenabled filter.
A variable reference.
FieldRef field
class SearchFilter:
A single filter condition.
When op and right are both absent, the filter is “unenabled”:
it persists a left field reference without applying any predicate.
Unenabled filters are skipped during search execution but still
round-trip through save/load so callers can preserve draft state.
FieldRef left
The operator and optional arguments. Omit together with right for an unenabled filter.
FilterOperator name
The operator to apply.
The value(s) to compare against. Omit together with op for an unenabled filter.
A variable reference.
class SortSpec:
A sort specification pairing a field with a direction.
FieldRef field
class Variable:
A variable reference (field or built-in like today).