Factset · Schema

AccountDirectories

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
accounts array List of account and composite files.
directories array List of directories.
View JSON Schema on GitHub

JSON Schema

factset-pa-engine-account-directories-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AccountDirectories",
  "type": "object",
  "properties": {
    "accounts": {
      "type": "array",
      "description": "List of account and composite files."
    },
    "directories": {
      "type": "array",
      "description": "List of directories."
    }
  }
}