Daml.Finance.Lifecycle.Event.Distribution

Templates

template Event

Event contract for the distribution of units of an instrument for each unit of a target instrument (e.g. share or cash dividends).

Signatory: providers

Field Type Description
providers Parties Providers of the distribution event.
id Id Event Identifier.
description Text Event description.
effectiveTime Time Time on which the distribution is effectuated.
targetInstrument InstrumentKey Instrument the distribution event applies to.
newInstrument InstrumentKey Instrument after the distribution has been claimed.
perUnitDistribution [InstrumentQuantity] Distributed quantities per unit held.
observers Parties Observers.
  • Choice Archive

    Controller: providers

    Returns: ()

    (no fields)

  • interface instance I for Event

  • interface instance I for Event

Data Types

type T

= Event

Type synonym for Event.