Factset · Schema
managers
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| fsymId | string | FactSet Security Identifier. Six alpha-numeric characters, excluding vowels, with a -S suffix (XXXXXX-S), resolved from the requestId of the Fund requested. |
| managerName | string | Proper Name of the Fund Manager |
| managerTitle | string | Proper Title of the Fund Manager |
| managerPhone | string | Phone Number of the Fund Manager |
| managerInceptionDate | string | Inception Date of the Fund Manager |
| managerJobId | integer | Job Identifier for the Fund Manager |
| requestId | string | The requested Id sent as input. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "managers",
"type": "object",
"properties": {
"fsymId": {
"type": "string",
"description": "FactSet Security Identifier. Six alpha-numeric characters, excluding vowels, with a -S suffix (XXXXXX-S), resolved from the requestId of the Fund requested."
},
"managerName": {
"type": "string",
"description": "Proper Name of the Fund Manager"
},
"managerTitle": {
"type": "string",
"description": "Proper Title of the Fund Manager"
},
"managerPhone": {
"type": "string",
"description": "Phone Number of the Fund Manager"
},
"managerInceptionDate": {
"type": "string",
"description": "Inception Date of the Fund Manager"
},
"managerJobId": {
"type": "integer",
"description": "Job Identifier for the Fund Manager"
},
"requestId": {
"type": "string",
"description": "The requested Id sent as input."
}
}
}