{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "fixedIncomeBenchmarkConstituent", "type": "object", "properties": { "fsymId": { "type": "string" }, "date": { "type": "string" }, "fsymSecurityId": { "type": "string" }, "weightClose": { "type": "number" }, "amountOutstanding": { "type": "number" }, "price": { "type": "number" }, "adjMarketValue": { "type": "number" }, "requestId": { "type": "string" } } }