Daml.Finance.Interface.Instrument.Bond.FloatingRate.Factory

Interfaces

interface Factory

Factory interface to instantiate floating-rate 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" floatingRate)), (DA.Internal.Record.getField @"issuer" (DA.Internal.Record.getField @"instrument" floatingRate))

    Returns: ContractId I

    Field Type Description
    floatingRate FloatingRate Attributes to create a floating rate bond.
    observers PartiesMap The instrument’s observers.
  • Method create’ : Create -> Update (ContractId I)

    Implementation of Create choice.

Data Types

type F
= Factory
type I

= Factory

Type synonyms for Factory.

type V

= View

Type synonym for View.

instance HasFromAnyView Factory V

data View

View of Factory.

View

Field Type Description
provider Party The provider of the Factory.

instance Eq View

instance Show View