Factset · Example Payload

Factset Irn Notes Create Note Dto Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Factset Irn Notes Create Note Dto Example is an example object payload from Factset, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titleidentifierdatesubjectIdrecommendationIdsentimentIdsourcelinkrelatedSymbolsrelatedContactscustomFieldValuesisPersonal

Example Payload

Raw ↑
{
  "title": "Example Title",
  "identifier": "example_value",
  "date": "example_value",
  "subjectId": "500123",
  "recommendationId": "500123",
  "sentimentId": "500123",
  "source": "example_value",
  "link": "example_value",
  "relatedSymbols": [],
  "relatedContacts": [],
  "customFieldValues": [],
  "isPersonal": true
}