Factset · Schema

VaultConfiguration

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
name string Configuration name.
accounts object
View JSON Schema on GitHub

JSON Schema

factset-vault-vault-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VaultConfiguration",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Configuration name."
    },
    "accounts": {
      "type": "object"
    }
  }
}