Factset · Schema

DateSettingsDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
allowEdit boolean
isLocked boolean
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-date-settings-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DateSettingsDto",
  "type": "object",
  "properties": {
    "allowEdit": {
      "type": "boolean"
    },
    "isLocked": {
      "type": "boolean"
    }
  }
}