Factset · Schema

CommentaryConfigDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
shouldSendEmailAlertsToAuthor boolean
shouldSendEmailAlertsToCommenters boolean
shouldSendEmailAlertsToAll boolean
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-commentary-config-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CommentaryConfigDto",
  "type": "object",
  "properties": {
    "shouldSendEmailAlertsToAuthor": {
      "type": "boolean"
    },
    "shouldSendEmailAlertsToCommenters": {
      "type": "boolean"
    },
    "shouldSendEmailAlertsToAll": {
      "type": "boolean"
    }
  }
}