Factset · JSON Structure

Factset Vault Configuration Account Structure

Type: object Properties: 6
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

ConfigurationAccount is a JSON Structure definition published by Factset, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

benchmarkCode benchmarkName maxEndDate minStartDate lockingDate name

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ConfigurationAccount",
  "type": "object",
  "properties": {
    "benchmarkCode": {
      "type": "string"
    },
    "benchmarkName": {
      "type": "string"
    },
    "maxEndDate": {
      "type": "string"
    },
    "minStartDate": {
      "type": "string"
    },
    "lockingDate": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}