Daml.Finance.Interface.Instrument.Option.Types¶
Data Types¶
data BarrierTypeEnum
A barrier type classification.
The option is knocked out if the underlying trades at or above the barrier.The option is knocked out if the underlying trades at or below the barrier.The option is activated if the underlying trades at or above the barrier.The option is activated if the underlying trades at or below the barrier.instance Eq BarrierTypeEnum
instance Show BarrierTypeEnum
data OptionTypeEnum
An option type classification.
Call option.Put option.instance Eq OptionTypeEnum
instance Show OptionTypeEnum