Factset · Schema

cross_sectional_response

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array Array of Cross-Sectional `Response Objects`
View JSON Schema on GitHub

JSON Schema

factset-formula-cross_sectional_response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "cross_sectional_response",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of Cross-Sectional `Response Objects`"
    }
  }
}