Factset · Schema

NumericConfigDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
decimals integer
splitType string
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-numeric-config-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NumericConfigDto",
  "type": "object",
  "properties": {
    "decimals": {
      "type": "integer"
    },
    "splitType": {
      "type": "string"
    }
  }
}