API Reference / GreeksCalculatorConfig
Interface: GreeksCalculatorConfig
Defined in: src/analytics/GreeksCalculator.ts:37
Configuration for the Greeks Calculator.
Properties
defaultRiskFreeRate?
optionaldefaultRiskFreeRate?:number
Defined in: src/analytics/GreeksCalculator.ts:39
Default risk-free rate if not provided per calculation
defaultImpliedVolatility?
optionaldefaultImpliedVolatility?:number
Defined in: src/analytics/GreeksCalculator.ts:41
Default IV if not provided per calculation
enableTheoreticalPrice?
optionalenableTheoreticalPrice?:boolean
Defined in: src/analytics/GreeksCalculator.ts:43
Enable automatic theoretical price calculation