{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "fixedIncomeBenchmarkConstituent", "type": "object", "properties": { "fsymId": { "type": "string", "description": "Benchmark Id" }, "date": { "type": "string", "description": "Date of weight and shares." }, "fsymSecurityId": { "type": "string", "description": "FactSet Security Identifier (-S)." }, "weightClose": { "type": "number", "description": "Weight of Security in benchmark (percent)." }, "amountOutstanding": { "type": "number", "description": "Amount Outstanding for the Fixed Income Security." }, "price": { "type": "number", "description": "Fixed Income Price of security held." }, "adjMarketValue": { "type": "number", "description": "Market value adjusted. Market Value represented in Millions." }, "requestId": { "type": "string", "description": "Identifier specified in the request" } } }