{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Split", "type": "object", "properties": { "fsymId": { "type": "string" }, "eventId": { "type": "string" }, "eventTypeCode": { "type": "string" }, "eventTypeDesc": { "type": "string" }, "announcementDate": { "type": "string" }, "recordDate": { "type": "string" }, "payDate": { "type": "string" }, "effectiveDate": { "type": "string" }, "adjFactor": { "type": "number" }, "adjFactorCombined": { "type": "number" }, "distOldTerm": { "type": "number" }, "distNewTerm": { "type": "number" }, "distInstFsymId": { "type": "string" }, "shortDesc": { "type": "string" }, "requestId": { "type": "string" } } }