Module Daml.Finance.Interface.Instrument.Swap.InterestRate.Factory¶
Interfaces¶
interface Factory
Factory interface to instantiate interest rate swaps.
Choice Archive
(no fields)
Choice Create
Create a new instrument.
Field Type Description interestRate InterestRate Attributes to create an interest rate swap. observers PartiesMap The instrument’s observers. Choice Remove
Archive an instrument.
Field Type Description instrument InstrumentKey The instrument’s key. Method asDisclosure : I
Conversion to
Disclosure
interface.Method create’ : Create -> Update (ContractId I)
Implementation of
Create
choice.Method remove : Remove -> Update ()
Implementation of
Remove
choice.
Typeclasses¶
class Implementation t => HasImplementation t where
Data Types¶
- type Implementation t
= (HasToInterface t Factory, Implementation t)
Type constraint for requiring templates to implement
Factory
along withDisclosure
.
- type V
= View
Type synonym for
View
.instance HasFromAnyView Factory V
data View