Factset · Schema

relatedFundsResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array Array of Related Funds Objects
View JSON Schema on GitHub

JSON Schema

factset-funds-related-funds-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "relatedFundsResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of Related Funds Objects"
    }
  }
}