{"openapi":"3.0.4","info":{"title":"CallOnIntermediateSecuritiesEvent","version":"0.0.1"},"paths":{},"components":{"schemas":{"CallOnIntermediateSecuritiesEvent":{"description":"CallOnIntermediateSecuritiesEvent event (EXRI), representing an exercise on intermediate securities resulting from an intermediate securities distribution.","required":["exerciseCurrency","instrumentEventType","newInstrument","price","unitsRatio"],"type":"object","properties":{"expiryDate":{"type":"string","description":"The date on which the issue ends.","format":"date-time"},"paymentDate":{"type":"string","description":"The payment date of the event.","format":"date-time"},"newInstrument":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/NewInstrument"},"unitsRatio":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/UnitsRatio"},"price":{"type":"number","description":"The price at which new units are purchased.","format":"double"},"exerciseCurrency":{"type":"string","description":"The currency of the exercise."},"optionExerciseElections":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/OptionExerciseElection"},"description":"Option exercise election for this event.","nullable":true},"lapseElections":{"type":"array","items":{"$ref":"/docs/api/lusid/schemas.json#/components/schemas/LapseElection"},"description":"Lapse election for this event.","nullable":true},"instrumentEventType":{"type":"string","enum":["CallOnIntermediateSecuritiesEvent"]}},"title":"CallOnIntermediateSecuritiesEvent"}}}}