{"openapi":"3.0.4","info":{"title":"AddressKeyFilter","version":"0.0.1"},"paths":{},"components":{"schemas":{"AddressKeyFilter":{"type":"object","properties":{"left":{"type":"string","description":"Address for the value in the row","nullable":true},"operator":{"maxLength":3,"minLength":0,"type":"string","description":"What sort of comparison is the filter performing. Can be either \"eq\" for equals or \"neq\" for not equals.","nullable":true},"right":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/ResultValue"}},"additionalProperties":false,"description":"Class specifying a filtering operation","title":"AddressKeyFilter"}}}}