Factset · Schema

SaveCustomSymbolTypeDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
name string
hideAddressField boolean
hideSymbolSubtype boolean
isDefault boolean
subTypes array
customFieldIds array
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-save-custom-symbol-type-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SaveCustomSymbolTypeDto",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "hideAddressField": {
      "type": "boolean"
    },
    "hideSymbolSubtype": {
      "type": "boolean"
    },
    "isDefault": {
      "type": "boolean"
    },
    "subTypes": {
      "type": "array"
    },
    "customFieldIds": {
      "type": "array"
    }
  }
}