Module Daml.Finance.Interface.Instrument.Bond.FixedRate.Instrument

Interfaces

interface Instrument

Instrument interface representing a fixed rate bond.

  • Choice Archive

    (no fields)

  • Method asBaseInstrument : I

    Conversion to Base Instrument interface.

Typeclasses

class Implementation t => HasImplementation t where

Data Types

type I

= Instrument

Type synonym for Instrument.

type Implementation t

= (HasToInterface t Instrument, Implementation t, Implementation t)

Type constraint requiring templates to implement Instrument along with the BaseInstrument and Disclosure interfaces.

type V

= View

Type synonym for View.

instance HasFromAnyView Instrument V

data View

View of Instrument.

View

Field Type Description
fixedRate FixedRate Attributes of a fixed rate bond.

instance Eq View

instance Show View