We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current FX implied volatility calculator uses Newton Raphson with an analytical first derivative (vega).
This has numerical issues for short-dated ITM options.
Needs to be fixed by converting ITM option to OTM using put call parity and then solving for that option with new implied price.
The text was updated successfully, but these errors were encountered:
Hello Sir @domokane As far as I see, this hasn't been implemented yet ? If i'm correct, I would like so start working on it
Sorry, something went wrong.
No branches or pull requests
The current FX implied volatility calculator uses Newton Raphson with an analytical first derivative (vega).
This has numerical issues for short-dated ITM options.
Needs to be fixed by converting ITM option to OTM using put call parity and then solving for that option with new implied price.
The text was updated successfully, but these errors were encountered: