Factset · JSON Structure

Factset Irn Notes Note Summary Dto Structure

Type: object Properties: 16
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

id date createdAt authorId contributorId title identifier subjectId isPersonal state approvalStatus attachmentIds relatedSymbols recommendationId sentimentId customFields

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

JSON Structure

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