Option Pricing#
The options
module provides classes and functions for pricing and analyzing options.
The main class is the VolSurface
class which is used to represent
a volatility surface for a given asset.
A volatility surface is usually created via a VolSurfaceLoader
object.