Factset · Schema

statuses

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
fsymId string FactSet Security Identifier. Six alpha-numeric characters, excluding vowels, with a -S suffix (XXXXXX-S), resolved from the requestId of the Fund requested.
activeFlag integer Binary flag to indicate whether the fund is currently active, where 1 is active and 0 is inactive.
shrClassActiveFlag integer Returns a binary indicator of whether the specified share class is currently active, where 1 is active and 0 is inactive.
isonFFD integer Returns a binary indicator of whether the specified fund is available in the FactSet Funds Database (FFD).
requestId string The requested Id sent as input.
View JSON Schema on GitHub

JSON Schema

factset-funds-statuses-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "statuses",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string",
      "description": "FactSet Security Identifier. Six alpha-numeric characters, excluding vowels, with a -S suffix (XXXXXX-S), resolved from the requestId of the Fund requested."
    },
    "activeFlag": {
      "type": "integer",
      "description": "Binary flag to indicate whether the fund is currently active, where 1 is active and 0 is inactive."
    },
    "shrClassActiveFlag": {
      "type": "integer",
      "description": "Returns a binary indicator of whether the specified share class is currently active, where 1 is active and 0 is inactive."
    },
    "isonFFD": {
      "type": "integer",
      "description": "Returns a binary indicator of whether the specified fund is available in the FactSet Funds Database (FFD)."
    },
    "requestId": {
      "type": "string",
      "description": "The requested Id sent as input."
    }
  }
}