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