{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "coverageTickHistory", "type": "object", "properties": { "ticker": { "type": "string" }, "factsetExchangeCode": { "type": "string" }, "startDate": { "type": "string" }, "latestTradeDate": { "type": "string" }, "companyName": { "type": "string" }, "isin": { "type": "string" }, "currency": { "type": "string" }, "lastExchangeCode": { "type": "string" }, "lastExchangeName": { "type": "string" }, "primaryTickerExchange": { "type": "string" } } }