| Name | Type | Description |
|---|---|---|
| field | String | The field to use when screening, such as an Intrinio Data Tag |
| operator | String | The logic operator to use when screening |
| value | String | The value to screen by |
| Name | Value |
|---|---|
| eq | "eq" |
| gt | "gt" |
| gte | "gte" |
| lt | "lt" |
| lte | "lte" |
| contains | "contains" |