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