After reading the Wikipedia article on the Black-Scholes model, it looks to me like it only applies to European options based on this quote:
The Black–Scholes model (pronounced /ˌblæk ˈʃoʊlz/1) is a mathematical model of a financial market containing certain derivative investment instruments. From the model, one can deduce the Black–Scholes formula, which gives the price of European-style options.
and
American options and options on stocks paying a known cash dividend (in the short term, more realistic than a proportional dividend) are more difficult to value, and a choice of solution techniques is available (for example lattices and grids).
Is this correct? If so, is there a similar model for American Style options? My previous understanding was that the options price was based on it's intrinsic value + the time value. I'm really not sure how these values are arrived at though.
I found this related question/answer, but it doesn't address this directly: Why are American-style options worth more than European-style options?
max(C-K, 0), whereCis the forecoming exercising value andKis the purchase value for short option (inversersely for long option) and then just backward recursion with\frac{1}{1+r}(qC_{u} + (1-u)C_{d})whereC_{u}is the last upper value andC_{d}is the last down value and theqis the arbitrage-free rate (assuming non-arbitrage situation). Discreate model. – Jun 10 '11 at 19:29toughthe partial derivatives and brownian z -function in Black-Scholes or something else`? Mathematically the simplest model are not tough, just some stochastic processes, recursion and and partial derivatives. – Jun 10 '11 at 19:34f(S,t)according to the time and the value. In discretizing, you need to set constraints and solve algebraic eqs but it may cause inaccuracies. – Jun 10 '11 at 19:52