Factset · Schema

SymbolsRelationShipSaveDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

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

JSON Schema

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