Factset · Schema
SubjectConfigDto
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| name | string | |
| code | string | |
| isHidden | boolean | |
| identifierType | string | |
| identifierTypes | array | |
| type | string | |
| customFieldIds | array | |
| newsHeadlineFormat | array | |
| emailHeadlineFormat | array | |
| noteLengthLimit | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SubjectConfigDto",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"code": {
"type": "string"
},
"isHidden": {
"type": "boolean"
},
"identifierType": {
"type": "string"
},
"identifierTypes": {
"type": "array"
},
"type": {
"type": "string"
},
"customFieldIds": {
"type": "array"
},
"newsHeadlineFormat": {
"type": "array"
},
"emailHeadlineFormat": {
"type": "array"
},
"noteLengthLimit": {
"type": "integer"
}
}
}