{"openapi":"3.0.4","info":{"title":"AccumulationEvent","version":"0.0.1"},"paths":{},"components":{"schemas":{"AccumulationEvent":{"description":"Accumulation dividend","required":["dividendCurrency","dividendRate","instrumentEventType"],"type":"object","properties":{"announcementDate":{"type":"string","description":"Date on which the dividend was announced / declared.","format":"date-time","nullable":true},"dividendCurrency":{"type":"string","description":"Payment currency"},"dividendRate":{"type":"number","description":"Dividend rate or payment rate as a percentage.  i.e. 5% is written as 0.05","format":"double"},"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"},"instrumentEventType":{"type":"string","enum":["AccumulationEvent"]}},"title":"AccumulationEvent"}}}}