Factset · Schema

ColumnStatistic

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
name string Column Statistic Name
View JSON Schema on GitHub

JSON Schema

factset-pa-engine-column-statistic-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ColumnStatistic",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Column Statistic Name"
    }
  }
}