Daml.Finance.Interface.Instrument.Option.Types

Data Types

data BarrierTypeEnum

A barrier type classification.

UpAndOut

The option is knocked out if the underlying trades at or above the barrier.

DownAndOut

The option is knocked out if the underlying trades at or below the barrier.

UpAndIn

The option is activated if the underlying trades at or above the barrier.

DownAndIn

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

Call option.

Put

Put option.

instance Eq OptionTypeEnum

instance Show OptionTypeEnum