{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "coverageTickHistory", "type": "object", "description": "Returns Coverage Response of the requested ticker with unique isocode within a date range", "properties": { "ticker": { "type": "string", "description": "a unique ticker given to a company" }, "factsetExchangeCode": { "type": "string", "description": "FactSet specific exchange code." }, "startDate": { "type": "string", "description": "The date for (or from which) the coverage is required. " }, "latestTradeDate": { "type": "string", "description": "This specifies the latest traded date from tick history." }, "companyName": { "type": "string", "description": "Name of the firm" }, "isin": { "type": "string", "description": "returns the ISIN of the requested company " }, "currency": { "type": "string", "description": "Represents 3 digit ISO code for the currency" }, "lastExchangeCode": { "type": "string", "description": "the last traded exhange code from tick history" }, "lastExchangeName": { "type": "string", "description": "the last traded exchange name from tick history" }, "primaryTickerExchange": { "type": "string", "description": "the primary ticker iso" } } }