calc options's implied volatility, delta, gamma, vega, theta, rho with options price.
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]