Factset · Example Payload

Factset Irn Notes Update Note Dto Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Factset Irn Notes Update 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

titlesubjectIdnoteDaterecommendationIdsentimentIdsourcelinkrelatedSymbolsrelatedContactscustomFieldValuesisPersonalidentifier

Example Payload

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