Factset · JSON Structure

Factset Irn Custom Symbols Custom Symbol Dto Structure

Type: object Properties: 10
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

id code name description customFields createdDate createdBy standardSymbol isAddressAutoFilled isDescriptionAutoFilled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CustomSymbolDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "customFields": {
      "type": "array"
    },
    "createdDate": {
      "type": "string"
    },
    "createdBy": {
      "type": "string"
    },
    "standardSymbol": {
      "type": "string"
    },
    "isAddressAutoFilled": {
      "type": "boolean"
    },
    "isDescriptionAutoFilled": {
      "type": "boolean"
    }
  }
}