{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "identifierResolutionHistorical", "type": "object", "description": "Historical Identifier Resolution data object.", "properties": { "requestId": { "type": "string", "description": "Identifier inputted in the request." }, "inputSymbolType": { "type": "string", "description": "The type of identifier inputted in the request" }, "name": { "type": "string", "description": "Name of the requested identifier" }, "frefListingExchange": { "type": "string", "description": "The 3 digit fref exchange code for the primary exchange of the security" }, "currency": { "type": "string", "description": "The 3 digit ISO code for the currency" }, "outputType": { "type": "string", "description": "Type of identifier outputted." }, "value": { "type": "string", "description": "Requested identifier." }, "startDate": { "type": "string", "description": "Start Date in YYYY-MM-DD format." }, "endDate": { "type": "string", "description": "End Date in YYYY-MM-DD format." } } }