Factset · JSON Structure

Factset Irn Notes Note Dto Structure

Type: object Properties: 20
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

id date createdAt authorId contributorId title identifier relatedSymbols subjectId recommendationId sentimentId source link body isPersonal state approvalStatus averageRating relatedContacts customFields

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}