Factset · Schema

flowsResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

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

JSON Schema

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