Factset · JSON Structure

Factset Irn Custom Symbols Create Custom Symbol Dto Structure

Type: object Properties: 12
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

CreateCustomSymbolDto is a JSON Structure definition published by Factset, describing 12 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

code name description typeId subTypeId googleMapsPlaceId formattedAddress city stateProvince postalCode country customFieldValues

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateCustomSymbolDto",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "typeId": {
      "type": "string"
    },
    "subTypeId": {
      "type": "string"
    },
    "googleMapsPlaceId": {
      "type": "string"
    },
    "formattedAddress": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "stateProvince": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "customFieldValues": {
      "type": "array"
    }
  }
}