• 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 Option Pricing

Joined
3/3/11
Messages
22
Points
11
I'm just wondering, is possible to use Binomial option pricing to price European option? Because I've read that it is for American option.
 
I'm just wondering, is possible to use Binomial option pricing to price European option? Because I've read that it is for American option.

Yes it can be used for European options also. But the binomial trees are not that much used for European options, since the Black Scholes model will give the correct answer, but it is useful to see the construction of the binomial tree without the checks for early exercise, which is the American case.
 
Sure you can. But there are better ways to evaluate an European Option.
 
Back
Top