Screener
Search instruments and manage saved screeners.
Search Screener
Get Screeners
Get Screener By ID
Create Screener
Replace Screener
Delete Screener
ModelsExpand Collapse
type FilterOpSpec struct{…}
Operator specification with optional behavioral arguments.
Name FilterOperator
type FilterValue struct{…}
A filter value: either a literal or a variable reference.
A variable reference.
Optional arithmetic modifier.
Name ModifierOp
type Modifier struct{…}
Arithmetic modifier applied to a variable value.
Name ModifierOp
type ScreenerColumn struct{…}
A single column in the screener search response.
Field FieldRef
type ScreenerEntry struct{…}
A saved screener configuration entry
Filters []SearchFilter
Left FieldRef
The operator and optional arguments. Omit together with right for an unenabled filter.
Name FilterOperator
The value(s) to compare against. Omit together with op for an unenabled filter.
A variable reference.
Optional arithmetic modifier.
Name ModifierOp
Field FieldRef
Filters []SearchFilter
Left FieldRef
The operator and optional arguments. Omit together with right for an unenabled filter.
Name FilterOperator
The value(s) to compare against. Omit together with op for an unenabled filter.
A variable reference.
Optional arithmetic modifier.
Name ModifierOp
Field FieldRef
A single row of screener columns for one instrument.
Field FieldRef
Field FieldRef
type SearchFilter struct{…}
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.
Left FieldRef
The operator and optional arguments. Omit together with right for an unenabled filter.
Name FilterOperator
The value(s) to compare against. Omit together with op for an unenabled filter.
A variable reference.
Optional arithmetic modifier.
Name ModifierOp
type SortSpec struct{…}
A sort specification pairing a field with a direction.
Field FieldRef
type Variable struct{…}
A variable reference (field or built-in like today).
Optional arithmetic modifier.