Module Daml.Finance.Lifecycle.Effect

Templates

template Effect

A contract encoding the consequences of a lifecycle event for one unit of the target instrument.

Field Type Description
providers Parties The effect provider.
id Id The effect’s identifier.
description Text The effect’s description.
targetInstrument InstrumentKey The target instrument.
producedInstrument Optional InstrumentKey The produced instrument, when it exists.
otherConsumed [InstrumentQuantity] Consumed quantities (in addition to the target instrument).
otherProduced [InstrumentQuantity] Produced quantities (in additon to the produced instrument).
settlementTime Optional Time The effect’s settlement time (if any).
observers Parties Observers.
  • Choice Archive

    (no fields)

  • interface instance I for Effect

Data Types

type T

= Effect

Type synonym for Effect.