Daml.Finance.Interface.Instrument.Bond.InflationLinked.Instrument

Interfaces

interface Instrument

Instrument interface representing an inflation linked bond.

viewtype V

  • Choice Archive

    Controller: Signatories of implementing template

    Returns: ()

    (no fields)

  • Choice GetView

    Retrieves the interface view.

    Controller: viewer

    Returns: V

    Field Type Description
    viewer Party The party retrieving the view.

Data Types

type I

= Instrument

Type synonym for Instrument.

instance HasMethod Factory "create’" (Create -> Update (ContractId I))

type V

= View

Type synonym for View.

instance HasFromAnyView Instrument V

data View

View of Instrument.

View

Field Type Description
inflationLinked InflationLinked Attributes of an inflation linked bond.

instance Eq View

instance Show View