Factset · Example Payload

Factset Irn Notes Create Custom Field Value Dto Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Top-level fields

codeintegerValuetextValuefilePathValuenumericValuedateValueextendedTextValuecontactLookupValuesoptionValueoptionValues

Example Payload

Raw ↑
{
  "code": "example_value",
  "integerValue": 10,
  "textValue": "example_value",
  "filePathValue": "example_value",
  "numericValue": 42.5,
  "dateValue": "example_value",
  "extendedTextValue": "example_value",
  "contactLookupValues": [],
  "optionValue": "example_value",
  "optionValues": []
}