• View the 2024 QuantNet ranking of the Best UK Quant MSc Programs.

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

Pricing of CPPI using Markov Operators

Joined
3/6/15
Messages
7
Points
11
Hello everyone,

I'm trying to implement a pricing method of CPPIs using Markov Operators in C++, this method is studied in the following two articles (they do pretty much the same thing) :


One-Dimensional Pricing of CPPI (by Louis Paulot , Xavier Lacroze) :
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.250.3906
Efficient Pricing of CPPI using Markov Operators (by Louis Paulot , Xavier Lacroze) :
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.243.8340

I finished my code, but couldn't get the same results as in the two articles, and I really don't know where the problem comes from. Do you people know of any implementations of this method ?

Thank you.
 
Back
Top