Daml.Finance.Interface.Instrument.Bond.ZeroCoupon.Factory¶
Interfaces¶
interface Factory
Factory interface to instantiate zero-coupon 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" zeroCoupon)), (DA.Internal.Record.getField @"issuer" (DA.Internal.Record.getField @"instrument" zeroCoupon))
Returns: ContractId I
Field Type Description zeroCoupon ZeroCoupon Attributes to create a zero coupon bond. observers PartiesMap The instrument’s observers. Method create’ : Create -> Update (ContractId I)
Implementation of
Create
choice.