Factset · Schema

VaultCalculationParameters

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
componentid string The Vault component identifier to analyze.
configid string Vault Configuration identifier.
componentdetail string Component detail type for the Vault component. It can be GROUPS or GROUPSALL or TOTALS or SECURITIES.
View JSON Schema on GitHub

JSON Schema

factset-vault-vault-calculation-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VaultCalculationParameters",
  "type": "object",
  "properties": {
    "componentid": {
      "type": "string",
      "description": "The Vault component identifier to analyze."
    },
    "configid": {
      "type": "string",
      "description": "Vault Configuration identifier."
    },
    "componentdetail": {
      "type": "string",
      "description": "Component detail type for the Vault component. It can be GROUPS or GROUPSALL or TOTALS or SECURITIES."
    }
  }
}