Expand description
Core domain types for quant-opts.
These types describe what is being priced (vanilla options) and the surrounding market data, independently of any particular pricing model (Black–Scholes, SABR, etc.).
Structs§
- Greeks
- Collection of Greeks for a vanilla option.
- Market
Data - Market data required for pricing a single underlying.
- Vanilla
Option - Specification of a single vanilla option contract.
Enums§
- Option
Style - Exercise style of a vanilla option.
- Option
Type - The type of option to be priced (call or put).