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

American Options pricing

Is there an only way to price an American Option?

You could have stated which only way you mean. Yeah Binomial option pricing method is used for pricing American options. Black-Sholes cannot price American option since it has not stated T time to expiration.
 
Well I guess a general answer is no. Different numerical methods exist to price american options or other type of exotic options. Commonly used methods include FD or MC.
 
there are different techniques that can be used to price an American-style option. However, a binomial or a trinomial tree will work quite efficiently if you allow the model for at least 30-40 steps (depending on the expiry date).
There are thousands of suggested models to price such options, however, bear in mind that if you get the volatility right it is not really important which model you are using.
Go for the tree approach
 
There are thousands of suggested models to price such options, however, bear in mind that if you get the volatility right it is not really important which model you are using.


Ahh, but isn't that the crux of the problem? =P
 
"Ahh, but isn't that the crux of the problem? =P"

Of course it is but it seems you missed the "GO FOR THE TREE APPROACH" part

:D
 
Interesting question....i think i know the answer but, what if the American Option has a European girlfriend ? you can't price the couple the same way! Please clarify your question !
 
Interesting question....i think i know the answer but, what if the American Option has a European girlfriend ? you can't price the couple the same way! Please clarify your question !

I can find numerical method capable of pricing both simultaneously but I think you meant the European underlying having already been priced by BS and we can't extend the conditional principal on American one?
 
How do I calculate the implied volatility for an American Option with discrete dividends? I have already calculated the option price using binomial tree and I also have all the greeks, I am just missing the IV.
 
Back
Top