{ "$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" } } }