{"openapi":"3.0.4","info":{"title":"DividendOptionEvent","version":"0.0.1"},"paths":{},"components":{"schemas":{"DividendOptionEvent":{"description":"DVOP","required":["cashElections","instrumentEventType","securityElections"],"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":"CashElection for this DividendReinvestmentEvent"},"exDate":{"type":"string","description":"The first business day on which the dividend is not owed to the buying party.\r\nTypically this is T-1 from the RecordDate.","format":"date-time"},"paymentDate":{"type":"string","description":"The date the company pays out dividends to shareholders.","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},"securityElections":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/SecurityElection"},"description":"SecurityElection for this DividendReinvestmentEvent"},"securitySettlementDate":{"type":"string","description":"The settlement date of the additional units.  Equal to the PaymentDate if not provided.","format":"date-time","nullable":true},"instrumentEventType":{"type":"string","enum":["DividendOptionEvent"]}},"title":"DividendOptionEvent"}}}}