{"openapi":"3.0.4","info":{"title":"CashDividendEvent","version":"0.0.1"},"paths":{},"components":{"schemas":{"CashDividendEvent":{"description":"A cash distribution paid out to shareholders.","required":["cashElections","instrumentEventType"],"type":"object","properties":{"paymentDate":{"type":"string","description":"The date the company begins distributing the dividend.","format":"date-time"},"exDate":{"type":"string","description":"The first business day on which the dividend is not owed to the buying party.","format":"date-time"},"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."},"announcementDate":{"type":"string","description":"Date on which the dividend is announced by the company.","format":"date-time","nullable":true},"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":["CashDividendEvent"]}},"title":"CashDividendEvent"}}}}