• 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 American Up-and-In Calls and American Down-And-In Puts

Joined
3/17/09
Messages
2
Points
11
Hey everyone,

I'm trying to implement an algorithm (in VBA) for pricing American Down-And-In Puts and American Up-And-In Calls.
I've already implemented a trinomial lattice model with the stretch parameter lampda to make sure to hit the barrier with the lattice nodes. Unfortunately the model produces "wrong" prices when I set the barrier close to the current asset price. with other combinations of barriers and asset prices the model behaves pretty well.

Same happened to me with the AitSahlia/Imhof/Lai "adjusted binomial" approach.

Has somebody experienced similar problems and knows how to deal with it?

I'm also open to new approaches and ideas.

Thanks for your help,

Dominik
 
Got it solved by myself.

If anybody expiriences the same problem feel free to contact me.

Dominik
 
Back
Top