Factset · JSON Structure

Factset Irn Contacts Contact Relationship Two Sided Save Dto Structure

Type: object Properties: 10
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

ContactRelationshipTwoSidedSaveDto is a JSON Structure definition published by Factset, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

relationshipId leftContactId rightContactId start end comment isCurrent symbolId symbol title

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContactRelationshipTwoSidedSaveDto",
  "type": "object",
  "properties": {
    "relationshipId": {
      "type": "string"
    },
    "leftContactId": {
      "type": "string"
    },
    "rightContactId": {
      "type": "string"
    },
    "start": {
      "type": "string"
    },
    "end": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "isCurrent": {
      "type": "boolean"
    },
    "symbolId": {
      "type": "string"
    },
    "symbol": {
      "type": "string"
    },
    "title": {
      "type": "string"
    }
  }
}