Factset · JSON Structure

Factset Irn Notes Create Note Dto Structure

Type: object Properties: 12
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

title identifier date subjectId recommendationId sentimentId source link relatedSymbols relatedContacts customFieldValues isPersonal

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateNoteDto",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "subjectId": {
      "type": "string"
    },
    "recommendationId": {
      "type": "string"
    },
    "sentimentId": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "link": {
      "type": "string"
    },
    "relatedSymbols": {
      "type": "array"
    },
    "relatedContacts": {
      "type": "array"
    },
    "customFieldValues": {
      "type": "array"
    },
    "isPersonal": {
      "type": "boolean"
    }
  }
}