Factset · Schema

RelatedRecordsDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
noteIds array
meetingIds array
View JSON Schema on GitHub

JSON Schema

factset-irn-meetings-related-records-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RelatedRecordsDto",
  "type": "object",
  "properties": {
    "noteIds": {
      "type": "array"
    },
    "meetingIds": {
      "type": "array"
    }
  }
}