PyFENG
PyFENG copied to clipboard
implied volatility problem
It seems that both impvol and impvol_naive return nan:
m = pf.Bsm(sigma=0.5, intr=0.05, divr=0.1) print(m.impvol(100, 80, 19.4, 0.1, 1))
nan