Factset · Schema

relatedFunds

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.
relatedFundIdOne string The first related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S).
relatedFundIdTwo string The second related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S).
relatedFundIdThree string The third related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S).
relatedFundIdFour string The fourth related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S).
relatedFundIdFive string The fifth related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S).
requestId string The requested Id sent as input.
View JSON Schema on GitHub

JSON Schema

factset-funds-related-funds-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "relatedFunds",
  "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."
    },
    "relatedFundIdOne": {
      "type": "string",
      "description": "The first related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S)."
    },
    "relatedFundIdTwo": {
      "type": "string",
      "description": "The second related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S)."
    },
    "relatedFundIdThree": {
      "type": "string",
      "description": "The third related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S)."
    },
    "relatedFundIdFour": {
      "type": "string",
      "description": "The fourth related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S)."
    },
    "relatedFundIdFive": {
      "type": "string",
      "description": "The fifth related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S)."
    },
    "requestId": {
      "type": "string",
      "description": "The requested Id sent as input."
    }
  }
}