Factset · Schema

ContactRelationshipDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
isCurrent boolean
start string
end string
title string
comment string
View JSON Schema on GitHub

JSON Schema

factset-irn-contacts-contact-relationship-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContactRelationshipDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "isCurrent": {
      "type": "boolean"
    },
    "start": {
      "type": "string"
    },
    "end": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}