{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "securityHolders", "type": "object", "properties": { "holderId": { "type": "string" }, "fsymId": { "type": "string" }, "holderEntityId": { "type": "string" }, "holderName": { "type": "string" }, "date": { "type": "string" }, "currency": { "type": "string" }, "investorType": { "type": "string" }, "holderType": { "type": "string" }, "adjHolding": { "type": "number" }, "adjMarketValue": { "type": "number" }, "weightClose": { "type": "number" }, "percentOutstanding": { "type": "number" }, "source": { "type": "string" }, "requestId": { "type": "string" } } }