PyFENG icon indicating copy to clipboard operation
PyFENG copied to clipboard

Python Financial ENGineering (PyFENG package in PyPI.org)

Results 13 PyFENG issues
Sort by recently updated
recently updated
newest added

* Change `moments_vsk` to `moments_mvsk` to show the mean (normalization) * Vectorize `moments` for Asian/Basket options

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

heston_mc.py change: Pctchange case for MC and Conditional MC heston.py: added Bernard and Cui, Zhu and Lian's formula for percentage return as functions