{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "benchmarkDetails", "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." }, "benchmarkId": { "type": "string", "description": "The Fund's primary Benchmark Identifier." }, "benchmarkName": { "type": "string", "description": "The proper name of the Benchmark Id." }, "multipleBenchmarkFlag": { "type": "string", "description": "Indicates if the Fund has a composite benchmark." }, "benchmarkChangeDate": { "type": "string", "description": "The date in which the benchmark changed for the requested fund in YYYY-MM-DD. If no benchmark changes occurred, the response value will be null." }, "segment": { "type": "string", "description": "The segment of the respective segment benchmark id." }, "segmentBenchmarkId": { "type": "string", "description": "Segment Benchmark Identifier. Funds in the same segment match on all seven levels of FactSet's fund classification system." }, "segmentBenchmarkName": { "type": "string", "description": "The segment benchmark's name in proper format. Funds in the same segment match on all seven levels of FactSet's fund classification system." }, "segmentBenchmarkCurrency": { "type": "string", "description": "The Segment Benchmark's currency in ISO3. Funds in the same segment match on all seven levels of FactSet's fund classification system." }, "segmentBenchmarkReturnType": { "type": "string", "description": "The Segment benchmarks return type. Funds in the same segment match on all seven levels of FactSet's fund classification system." }, "requestId": { "type": "string", "description": "The requested Id sent as input." } } }