Daml.Finance.Interface.Lifecycle.Event.Replacement¶
Interfaces¶
interface Event
Event interface for the replacement of units of an instrument with a basket of other instruments (e.g. stock merger).
viewtype V
Data Types¶
- type V
= View
Type synonym for
View
.instance HasFromAnyView Event V
data View
View for
Event
.
Field Type Description effectiveTime Time Time on which the replacement is effectuated. targetInstrument InstrumentKey Instrument the replacement event applies to. perUnitReplacement [InstrumentQuantity] Instrument quantities the target instrument is replaced with.