Factset · Schema
RelationshipDto
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| relationshipCategoryId | string | |
| relationshipCode | string | |
| bidirectionalName | string | |
| leftToRightName | string | |
| rightToLeftName | string | |
| hideDates | boolean | |
| hideComment | boolean | |
| hideCompany | boolean | |
| isCustomisable | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "RelationshipDto",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"relationshipCategoryId": {
"type": "string"
},
"relationshipCode": {
"type": "string"
},
"bidirectionalName": {
"type": "string"
},
"leftToRightName": {
"type": "string"
},
"rightToLeftName": {
"type": "string"
},
"hideDates": {
"type": "boolean"
},
"hideComment": {
"type": "boolean"
},
"hideCompany": {
"type": "boolean"
},
"isCustomisable": {
"type": "boolean"
}
}
}