Factset · Schema

SymbolsRelationshipDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
relationshipCode string
parentToChildName string
childToParentName string
peerName string
hideDates boolean
hideComment boolean
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-symbols-relationship-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SymbolsRelationshipDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "relationshipCode": {
      "type": "string"
    },
    "parentToChildName": {
      "type": "string"
    },
    "childToParentName": {
      "type": "string"
    },
    "peerName": {
      "type": "string"
    },
    "hideDates": {
      "type": "boolean"
    },
    "hideComment": {
      "type": "boolean"
    }
  }
}