Skip to content

API Reference


API Reference / GreeksCalculatorConfig

Interface: GreeksCalculatorConfig

Defined in: src/analytics/GreeksCalculator.ts:37

Configuration for the Greeks Calculator.

Properties

defaultRiskFreeRate?

optional defaultRiskFreeRate?: number

Defined in: src/analytics/GreeksCalculator.ts:39

Default risk-free rate if not provided per calculation


defaultImpliedVolatility?

optional defaultImpliedVolatility?: number

Defined in: src/analytics/GreeksCalculator.ts:41

Default IV if not provided per calculation


enableTheoreticalPrice?

optional enableTheoreticalPrice?: boolean

Defined in: src/analytics/GreeksCalculator.ts:43

Enable automatic theoretical price calculation

Community project — not affiliated with Dhan. MIT License.