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