Factset · Schema

RecordChangeDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
field string
operation string
oldValue string
newValue string
oldList array
newList array
View JSON Schema on GitHub

JSON Schema

factset-irn-meetings-record-change-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RecordChangeDto",
  "type": "object",
  "properties": {
    "field": {
      "type": "string"
    },
    "operation": {
      "type": "string"
    },
    "oldValue": {
      "type": "string"
    },
    "newValue": {
      "type": "string"
    },
    "oldList": {
      "type": "array"
    },
    "newList": {
      "type": "array"
    }
  }
}