Factset · Schema

RelationshipCategorySaveDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
categoryName string
isContactToContact boolean
isContactToSymbol boolean
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-relationship-category-save-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RelationshipCategorySaveDto",
  "type": "object",
  "properties": {
    "categoryName": {
      "type": "string"
    },
    "isContactToContact": {
      "type": "boolean"
    },
    "isContactToSymbol": {
      "type": "boolean"
    }
  }
}