Factset · Schema

identifierResolution

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
View JSON Schema on GitHub

JSON Schema

factset-symbology-identifier-resolution-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "identifierResolution",
  "type": "object",
  "description": "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"
    }
  }
}