Factset · Schema
NoteSummaryDto
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| date | string | |
| createdAt | string | |
| authorId | string | |
| contributorId | string | |
| title | string | |
| identifier | string | |
| subjectId | string | |
| isPersonal | boolean | |
| state | string | |
| approvalStatus | string | |
| attachmentIds | array | |
| relatedSymbols | array | |
| recommendationId | string | |
| sentimentId | string | |
| customFields | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "NoteSummaryDto",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"date": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"authorId": {
"type": "string"
},
"contributorId": {
"type": "string"
},
"title": {
"type": "string"
},
"identifier": {
"type": "string"
},
"subjectId": {
"type": "string"
},
"isPersonal": {
"type": "boolean"
},
"state": {
"type": "string"
},
"approvalStatus": {
"type": "string"
},
"attachmentIds": {
"type": "array"
},
"relatedSymbols": {
"type": "array"
},
"recommendationId": {
"type": "string"
},
"sentimentId": {
"type": "string"
},
"customFields": {
"type": "array"
}
}
}