An open API service indexing awesome lists of open source software.

https://github.com/charlerive/library

options black-schole calc mode
https://github.com/charlerive/library

blackscholes curve-fitting go least-squares levenberg-marquardt-algorithm options slsqp volatility

Last synced: 10 months ago
JSON representation

options black-schole calc mode

Awesome Lists containing this project

README

          

# library

## options black-schole calc mode
calc options's implied volatility, delta, gamma, vega, theta, rho with options price.

## options implied-volatility curve fit
fit curve with market data(strike_price&implied_volatility) in two ways:
- Levenberg-Marquardt(LM) [without constraints]
- Sequential Least Squares Quadratic Programming(SLSQP) [by using python3 scipy.optimize]