Factset · Schema

SymbolRelationshipSaveDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
symbolsRelationshipId string
parentSymbol string
childSymbol string
startDate string
endDate string
comment string
View JSON Schema on GitHub

JSON Schema

factset-irn-custom-symbols-symbol-relationship-save-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SymbolRelationshipSaveDto",
  "type": "object",
  "properties": {
    "symbolsRelationshipId": {
      "type": "string"
    },
    "parentSymbol": {
      "type": "string"
    },
    "childSymbol": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}