Module greeks

Module greeks 

Source
Expand description

Greeks calculator for options and futures.

Structs§

GreeksCalculator
Calculates instrument and portfolio greeks (sensitivities of price moves with respect to market data moves).
InstrumentGreeksParams
Builder for instrument greeks calculation parameters.
InstrumentGreeksParamsBuilder
Builder for InstrumentGreeksParams.
PortfolioGreeksParams
Builder for portfolio greeks calculation parameters.
PortfolioGreeksParamsBuilder
Builder for PortfolioGreeksParams.

Enums§

GreeksFilterCallback
Cloneable wrapper for greeks filter functions.
InstrumentGreeksParamsBuilderError
Error type for InstrumentGreeksParamsBuilder
PortfolioGreeksParamsBuilderError
Error type for PortfolioGreeksParamsBuilder

Type Aliases§

GreeksFilter
Type alias for a greeks filter function.