Factset · Schema
sasbRanks
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| date | string | Date for the period requested expressed in YYYY-MM-DD format. |
| fsymId | string | FactSet Entity Identifier. Six alpha-numeric characters, excluding vowels, with a -E suffix (XXXXXX-E). |
| requestId | string | Identifier that was used for the request. |
| sasbCategory | string | The specific SASB 'category' the Rank is referring to. |
| sasbRank | string | The SASB Rank for the given category in Proper format. |Rank|Industry Percentile Range (%)| ||| |Leader|90 - 100| |Above Average|70 - 89.9| |Average|30 - 69.9| |Below Average|10 - 29.9| |Laggard|0 - 9 |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "sasbRanks",
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "Date for the period requested expressed in YYYY-MM-DD format."
},
"fsymId": {
"type": "string",
"description": "FactSet Entity Identifier. Six alpha-numeric characters, excluding vowels, with a -E suffix (XXXXXX-E)."
},
"requestId": {
"type": "string",
"description": "Identifier that was used for the request."
},
"sasbCategory": {
"type": "string",
"description": "The specific SASB 'category' the Rank is referring to."
},
"sasbRank": {
"type": "string",
"description": "The SASB Rank for the given category in Proper format.\n |Rank|Industry Percentile Range (%)|\n |||\n |Leader|90 - 100|\n |Above Average|70 - 89.9|\n |Average|30 - 69.9|\n |Below Average|10 - 29.9|\n |Laggard|0 - 9.9|\n"
}
}
}