Daml.Finance.Holding.TransferableFungible

Templates

template TransferableFungible

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

Signatory: (DA.Internal.Record.getField @"custodian" account), (DA.Internal.Record.getField @"owner" account), Lockable.getLockers this

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 for the holding.
observers PartiesMap Observers.

Data Types

type T

= TransferableFungible

Type synonym for TransferableFungible.