• 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!

Binomial Lattice for mean-reverting process

Joined
1/26/11
Messages
3
Points
11
Does anyone have direction as to how to implement a discreet time model for a mean reverting price (binomial, trinomial, etc... lattice)? I've been using monte carlo and the uhlenbeck ornestein process but there are limitations on how i view the hedging strategies and some further optionality from time0 to the contract month.

Thank you.

Troy
 
I think we can start with simulating all possible outcomes of the underlying. Then using these values, calculating backwardly the lattice function with the risk-neutral probabilities. You may want to have a look at CRR model :) hope my humble opinion helps.

Regards,
 
Back
Top