Daml.Finance.Interface.Instrument.Swap.Fpml.Instrument

Interfaces

interface Instrument

Instrument interface representing a swap specified as FpML swapStreams.

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
fpml Fpml Attributes of a swap specified as FpML swapStreams.

instance Eq View

instance Show View