Factset · Schema

Group

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
name string Group Name
directory string Group Directory
category string Group Category
View JSON Schema on GitHub

JSON Schema

factset-pa-engine-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Group",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Group Name"
    },
    "directory": {
      "type": "string",
      "description": "Group Directory"
    },
    "category": {
      "type": "string",
      "description": "Group Category"
    }
  }
}