Factset · Schema

CustomSymbolCustomFieldValueDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
code string
value string
optionValues array
contacts array
View JSON Schema on GitHub

JSON Schema

factset-irn-custom-symbols-custom-symbol-custom-field-value-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CustomSymbolCustomFieldValueDto",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "optionValues": {
      "type": "array"
    },
    "contacts": {
      "type": "array"
    }
  }
}