Factset · Schema

SymbolRelationshipDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
startDate string
endDate string
comment string
View JSON Schema on GitHub

JSON Schema

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