Factset · Schema

SymbolRelationshipUpdateDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
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-update-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SymbolRelationshipUpdateDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "symbolsRelationshipId": {
      "type": "string"
    },
    "parentSymbol": {
      "type": "string"
    },
    "childSymbol": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}