Factset · Schema

RecordPreviewDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
noteGuid string
meetingGuid string
title string
date string
View JSON Schema on GitHub

JSON Schema

factset-irn-custom-symbols-record-preview-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RecordPreviewDto",
  "type": "object",
  "properties": {
    "noteGuid": {
      "type": "string"
    },
    "meetingGuid": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "date": {
      "type": "string"
    }
  }
}