We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0971774 + a97961e commit 05dcc56Copy full SHA for 05dcc56
src/utils/vol/index.ts
@@ -244,8 +244,8 @@ class OptionsGreeks {
244
T: number,
245
): number {
246
const brent = new Brent();
247
- const lowerBound = 0.001; // Lower bound for volatility search
248
- const upperBound = 5.0; // Upper bound for volatility search
+ const lowerBound = -5; // Lower bound for volatility search
+ const upperBound = 5; // Upper bound for volatility search
249
250
// Function for Brent's method to find the root
251
const marketPriceDelta = (sigma: number) => {
0 commit comments