Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 649 Bytes

SecurityScreenClause.md

File metadata and controls

36 lines (21 loc) · 649 Bytes

SecurityScreenClause

Properties

Name Type Description
field String The field to use when screening, such as an Intrinio Data Tag  
operator OperatorEnum The logic operator to use when screening  
value String The value to screen by  

Enum: OperatorEnum

Name Value
EQ "eq"
GT "gt"
GTE "gte"
LT "lt"
LTE "lte"
CONTAINS "contains"