Factset · Schema
companyStats
List of the statistics such as the average age, tenure, compensation of leadership, the number of executives, and the gender diversity of leadership for the requested identifier.
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| averageMgmtCompensation | number | Average compensation for the executives |
| averageTenure | number | Avergae tenure of the people |
| medianTenure | number | Median tenure |
| averageAge | number | Average of the executives on the management and board |
| maxAge | number | Maximum age of the people on Management & Board |
| minimumAge | number | Minimum age of the person on board |
| medianAge | number | Median age of the people on board |
| boardIndependentDirectors | number | Independent directors on the board |
| femaleBoardMembers | number | Number of female members on the board |
| femaleBoardMembersPercent | number | Percentage of female members on the board |
| numberOfMembers | number | Number of people on board. |
| onOtherBoardsAll | number | On Other Boards All |
| onOtherBoardsCorporate | number | On Other Boards Corporate |
| mbType | string | Management and Board type, where MB = Management & Board, MGMT = Management, and BRD = Board. This is a pass-through value from the input used in the `mbType` query parameter. |
| requestId | string | Original identifier used for the request. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "companyStats",
"type": "object",
"description": "List of the statistics such as the average age, tenure, compensation of leadership, the number of executives, and the gender diversity of leadership for the requested identifier.",
"properties": {
"averageMgmtCompensation": {
"type": "number",
"description": "Average compensation for the executives"
},
"averageTenure": {
"type": "number",
"description": "Avergae tenure of the people"
},
"medianTenure": {
"type": "number",
"description": "Median tenure"
},
"averageAge": {
"type": "number",
"description": "Average of the executives on the management and board"
},
"maxAge": {
"type": "number",
"description": "Maximum age of the people on Management & Board"
},
"minimumAge": {
"type": "number",
"description": "Minimum age of the person on board"
},
"medianAge": {
"type": "number",
"description": "Median age of the people on board"
},
"boardIndependentDirectors": {
"type": "number",
"description": "Independent directors on the board"
},
"femaleBoardMembers": {
"type": "number",
"description": "Number of female members on the board"
},
"femaleBoardMembersPercent": {
"type": "number",
"description": "Percentage of female members on the board"
},
"numberOfMembers": {
"type": "number",
"description": "Number of people on board."
},
"onOtherBoardsAll": {
"type": "number",
"description": "On Other Boards All"
},
"onOtherBoardsCorporate": {
"type": "number",
"description": "On Other Boards Corporate"
},
"mbType": {
"type": "string",
"description": "Management and Board type, where MB = Management & Board, MGMT = Management, and BRD = Board. This is a pass-through value from the input used in the `mbType` query parameter."
},
"requestId": {
"type": "string",
"description": "Original identifier used for the request."
}
}
}