{"openapi":"3.0.4","info":{"title":"CapitalDistributionEvent","version":"0.0.1"},"paths":{},"components":{"schemas":{"CapitalDistributionEvent":{"description":"A capital distribution paid out to shareholders.","required":["cashElections","instrumentEventType"],"type":"object","properties":{"announcementDate":{"type":"string","description":"Date on which the dividend was announced / declared.","format":"date-time","nullable":true},"cashElections":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/CashElection"},"description":"Possible elections for this event, each keyed with a unique identifier."},"exDate":{"type":"string","description":"The first business day on which the dividend is not owed to the buying party.","format":"date-time"},"paymentDate":{"type":"string","description":"The date the company begins distributing the dividend.","format":"date-time"},"recordDate":{"type":"string","description":"Date you have to be the holder of record in order to participate in the tender.","format":"date-time","nullable":true},"instrumentEventType":{"type":"string","enum":["CapitalDistributionEvent"]}},"title":"CapitalDistributionEvent"}}}}