Factset · Schema

specialfield

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
NF string **#NF#** - Not found. The requested symbol could not be found by the service.
NA string **#NA#** - Not Applicable. The requested field could not be found for the requested symbol. This usually means that the field is not applicable for this type of record.
NE string **#NE#** - Not Entitled. The supplied username and password are not entitled to the data requested.
View JSON Schema on GitHub

JSON Schema

factset-exchange-datafeed-snapshot-symbol-list-specialfield-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "specialfield",
  "type": "object",
  "properties": {
    "NF": {
      "type": "string",
      "description": "**#NF#** - Not found. The requested symbol could not be found by the service."
    },
    "NA": {
      "type": "string",
      "description": "**#NA#** - Not Applicable. The requested field could not be found for the requested symbol. This usually means that the field is not applicable for this type of record."
    },
    "NE": {
      "type": "string",
      "description": "**#NE#** - Not Entitled. The supplied username and password are not entitled to the data requested."
    }
  }
}