Factset · Schema

VaultIdentifier

The account/benchmark parameter for Vault calculation.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string User's FactSet account path OR benchmark.
View JSON Schema on GitHub

JSON Schema

factset-vault-vault-identifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VaultIdentifier",
  "type": "object",
  "description": "The account/benchmark parameter for Vault calculation.",
  "properties": {
    "id": {
      "type": "string",
      "description": "User's FactSet account path OR benchmark."
    }
  }
}