Factset · Schema

identifierResolutionHistorical

Historical Identifier Resolution data object.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
requestId string Identifier inputted in the request.
inputSymbolType string The type of identifier inputted in the request
name string Name of the requested identifier
frefListingExchange string The 3 digit fref exchange code for the primary exchange of the security
currency string The 3 digit ISO code for the currency
outputType string Type of identifier outputted.
value string Requested identifier.
startDate string Start Date in YYYY-MM-DD format.
endDate string End Date in YYYY-MM-DD format.
View JSON Schema on GitHub

JSON Schema

factset-symbology-identifier-resolution-historical-schema.json Raw ↑
{
  "$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."
    }
  }
}