Daml.Finance.Interface.Instrument.Option¶
This package contains the interface definitions for various option instruments. It contains the following modules:
- BarrierEuropeanCash.Instrument: Instrument interface for barrier options
- BarrierEuropeanCash.Factory: Factory interface to instantiate barrier options
- BarrierEuropeanCash.Types: Type definitions to support barrier options
- Dividend.Instrument: Instrument interface for dividend options
- Dividend.Factory: Factory interface to instantiate dividend options
- Dividend.Types: Type definitions to support dividend options
- Dividend.Election.Factory: Factory interface to instantiate elections for dividend options
- EuropeanCash.Instrument: Instrument interface for cash-settled European options
- EuropeanCash.Factory: Factory interface to instantiate cash-settled European options
- EuropeanCash.Types: Type definitions to support cash-settled European options
- EuropeanPhysical.Instrument: Instrument interface for physically settled European options
- EuropeanPhysical.Factory: Factory interface to instantiate physically settled European options
- EuropeanPhysical.Types: Type definitions to support physically settled European options
- Types: Type definitions common to several instruments in this package