
[//]: # (CLASS:SecurityScreenClause)

[//]: # (KIND:object)

### SecurityScreenClause

#### Properties

[//]: # (START_DEFINITION)

Name | Type | Description
------------ | ------------- | -------------
**field** | String | The field to use when screening, such as an Intrinio Data Tag &nbsp;
**operator** | String | The logic operator to use when screening &nbsp;
**value** | String | The value to screen by &nbsp;

[//]: # (END_DEFINITION)



<br/>

#### Enum: OperatorEnum**

Name | Value
---- | -----
eq | &quot;eq&quot;
gt | &quot;gt&quot;
gte | &quot;gte&quot;
lt | &quot;lt&quot;
lte | &quot;lte&quot;
contains | &quot;contains&quot;



