• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Speed/Slope Vol Model

Joined
2/20/24
Messages
1
Points
1
I once used a volatility interpolator wherein the user supplied a starting overnight vol (implied vol for expiration next day), an ending overnight vol (say, 1 year from now) a 'speed' and a 'slope'. It also featured weightings for additional expected variance (say a scheduled economic data release) set manually. The results were very satisfactory in backing out a fit from a market vol curve, and using those parameters from then on. I've not been able to find such a model with the precisely same names, just close approximations. Could anyone guess what speed and slope referred to? Thank you!
 
Back
Top