Factset · JSON Structure

Factset Funds Related Funds Structure

Type: object Properties: 7
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

relatedFunds is a JSON Structure definition published by Factset, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

fsymId relatedFundIdOne relatedFundIdTwo relatedFundIdThree relatedFundIdFour relatedFundIdFive requestId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "relatedFunds",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "relatedFundIdOne": {
      "type": "string"
    },
    "relatedFundIdTwo": {
      "type": "string"
    },
    "relatedFundIdThree": {
      "type": "string"
    },
    "relatedFundIdFour": {
      "type": "string"
    },
    "relatedFundIdFive": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}