Daml.Finance.Interface.Instrument.Bond.Callable.Factory¶
Interfaces¶
interface Factory
Factory interface to instantiate callable bond instruments.
viewtype V
Choice Archive
Controller: Signatories of implementing template
Returns: ()
(no fields)
Choice Create
Create a new instrument.
Controller: (DA.Internal.Record.getField @"depository" (DA.Internal.Record.getField @"instrument" callable)), (DA.Internal.Record.getField @"issuer" (DA.Internal.Record.getField @"instrument" callable))
Returns: ContractId I
Field Type Description callable Callable Attributes to create a callable rate bond. observers PartiesMap The instrument’s observers. Choice Remove
Archive an instrument.
Controller: (DA.Internal.Record.getField @"depository" instrument), (DA.Internal.Record.getField @"issuer" instrument)
Returns: ()
Field Type Description instrument InstrumentKey The instrument’s key. Method create’ : Create -> Update (ContractId I)
Implementation of
Create
choice.Method remove : Remove -> Update ()
Implementation of
Remove
choice.