You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of Schobel & Zhu (1998)'s inverse FT pricing formula for European
10
35
options the Ornstein-Uhlenbeck driven stochastic volatility process.
@@ -13,18 +38,15 @@ class OusvSchobelZhu1998(sv.SvABC):
13
38
- Schöbel, R., & Zhu, J. (1999). Stochastic Volatility With an Ornstein–Uhlenbeck Process: an Extension. Review of Finance, 3(1), 23–46. https://doi.org/10.1023/A:1009803506170
14
39
15
40
Examples:
16
-
>>> import pyfeng as pfex
17
-
>>> model = pfex.OusvSchobelZhu1998(0.2, mr=4, vov=0.1, rho=-0.7, intr=0.09531)
41
+
>>> import pyfeng as pf
42
+
>>> model = pf.OusvSchobelZhu1998(0.2, mr=4, vov=0.1, rho=-0.7, intr=0.09531)
0 commit comments