Module Daml.Finance.Holding.NonTransferable¶
Templates¶
template Factory
template NonTransferable
Implementation of a non-transferable holding.
NonTransferable
implements the interfaceBase.I
(which requiresDisclosure.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.
Choice Archive
(no fields)
interface instance I for NonTransferable
interface instance I for NonTransferable