Factset · Schema

SentimentConfigDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
name string
code integer
color string
isHidden boolean
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-sentiment-config-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SentimentConfigDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "code": {
      "type": "integer"
    },
    "color": {
      "type": "string"
    },
    "isHidden": {
      "type": "boolean"
    }
  }
}