Factset · Schema

CreateCustomSymbolCustomFieldValueDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
code string
textValue string
numericValue number
dateValue string
extendedTextValue string
optionValues array
contactIds array
View JSON Schema on GitHub

JSON Schema

factset-irn-custom-symbols-create-custom-symbol-custom-field-value-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateCustomSymbolCustomFieldValueDto",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "textValue": {
      "type": "string"
    },
    "numericValue": {
      "type": "number"
    },
    "dateValue": {
      "type": "string"
    },
    "extendedTextValue": {
      "type": "string"
    },
    "optionValues": {
      "type": "array"
    },
    "contactIds": {
      "type": "array"
    }
  }
}