Factset · Example Payload

Factset Irn Notes Note Dto Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Top-level fields

iddatecreatedAtauthorIdcontributorIdtitleidentifierrelatedSymbolssubjectIdrecommendationIdsentimentIdsourcelinkbodyisPersonalstateapprovalStatusaverageRatingrelatedContactscustomFields

Example Payload

Raw ↑
{
  "id": "abc123",
  "date": "example_value",
  "createdAt": "example_value",
  "authorId": "500123",
  "contributorId": "500123",
  "title": "Example Title",
  "identifier": "example_value",
  "relatedSymbols": [],
  "subjectId": "500123",
  "recommendationId": "500123",
  "sentimentId": "500123",
  "source": "example_value",
  "link": "example_value",
  "body": "example_value",
  "isPersonal": true,
  "state": "example_value",
  "approvalStatus": "example_value",
  "averageRating": 10,
  "relatedContacts": [],
  "customFields": []
}