Module Daml.Finance.Holding.Fungible

Templates

template Factory

Implementation of the corresponding Holding Factory.

Field Type Description
provider Party The factory’s provider.
observers PartiesMap The factory’s observers.
  • Choice Archive

    (no fields)

  • interface instance F for Factory

  • interface instance I for Factory

template Fungible

Implementation of a fungible holding. The Fungible template implements the interface Fungible.I (which requires Transferable.I, Base.I and Disclosure.I to be implemented).

Field Type Description
instrument InstrumentKey The instrument of which units are held.
account AccountKey The account at which the holding is held. Defines the holding’s owner and custodian.
amount Decimal Number of units.
lock Optional Lock An optional lock of a holding.
observers PartiesMap Observers.

Data Types

type F

= Factory

Type synonym for Factory.

type T

= Fungible

Type synonym for Fungible.