{"openapi":"3.0.4","info":{"title":"ClassActionEvent","version":"0.0.1"},"paths":{},"components":{"schemas":{"ClassActionEvent":{"description":"Class Action Event (CLSA) — a voluntary corporate action under which security holders\r\nreceive cash compensation from a court-approved settlement fund following litigation\r\nagainst an issuer.","required":["instrumentEventType"],"type":"object","properties":{"paymentDate":{"type":"string","description":"Date on which the settlement distribution is paid to the holder.","format":"date-time"},"filingDeadline":{"type":"string","description":"Court-set deadline for submitting a proof of claim.","format":"date-time"},"classPeriodStart":{"type":"string","description":"Lower bound of the eligibility window (inclusive).","format":"date-time"},"classPeriodEnd":{"type":"string","description":"Upper bound of the eligibility window (inclusive).","format":"date-time"},"exDate":{"type":"string","description":"Date from which the security trades without the settlement right.\r\nNull for most class actions where no ex date is defined.","format":"date-time","nullable":true},"recordDate":{"type":"string","description":"Date at which positions are struck for notification scope. Informational only.","format":"date-time","nullable":true},"announcementDate":{"type":"string","description":"Settlement public-announcement or court-approval date.","format":"date-time","nullable":true},"caseReference":{"type":"string","description":"Lawsuit or settlement-fund identifier (court case number, fund name). Audit-only.","nullable":true},"cashOfferElections":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/CashOfferElection"},"description":"Cash offer elections for this event. Exactly one entry carrying the per-share\r\nsettlement amount as CashOfferPrice and settlement currency as CashOfferCurrency.","nullable":true},"lapseElections":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/LapseElection"},"description":"Lapse elections for this event. Exactly one entry (NOAC) with IsDefault = true.","nullable":true},"instrumentEventType":{"type":"string","enum":["ClassActionEvent"]}},"title":"ClassActionEvent"}}}}