Factset · Schema

RelationshipCategoryDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
name string
isStandard boolean
isContactToContact boolean
isContactToSymbol boolean
relationships array
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-relationship-category-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RelationshipCategoryDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "isStandard": {
      "type": "boolean"
    },
    "isContactToContact": {
      "type": "boolean"
    },
    "isContactToSymbol": {
      "type": "boolean"
    },
    "relationships": {
      "type": "array"
    }
  }
}