Factset · Schema

CustomSymbolTypeDetailDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
name string
hideAddressField boolean
hideSymbolSubType boolean
isDefault boolean
subTypes array
View JSON Schema on GitHub

JSON Schema

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