Serving the Quantitative Finance Community

 
User avatar
shahbaz
Topic Author
Posts: 0
Joined: August 25th, 2002, 6:38 am

text book pricing models and production algorithms

January 14th, 2004, 4:49 am

How different are pricing models such as the binomial model for us options from the systems used by large financial companies? For example, http://finance.bi.no/~bernt/gcc_prog/ has wonderful material, but would a bank or a hedge fund ever think of using the code at that site?Thanks.
 
User avatar
Aaron
Posts: 4
Joined: July 23rd, 2001, 3:46 pm

text book pricing models and production algorithms

January 14th, 2004, 5:21 am

I'm not sure what you're asking. The code at the site seems useful and good quality, no doubt many quants have borrowed it for their own routines. Certainly a lot of quant programmers have "Numerical Recipes in C" on their desks.No large financial company would knowingly get their fundamental source code from an Internet site, however individual programmers might cut and paste.The routines themselves seem to be designed only for general hypothetical investigation. For example, the bond pricing routine assumed a constant interest rate and periodic payments. Pricing a real bond requires computing the precise cash flows on the precise days, and constructing the appropriate discount factor for each flow. Moreover, it would need to handle features like amortization, call, cross-currency features and so forth.
 
User avatar
DavidJN
Posts: 270
Joined: July 14th, 2002, 3:00 am

text book pricing models and production algorithms

January 14th, 2004, 11:46 am

Textbook models often fail to produce or reproduce market prices because they typically fail to capture important institutional details like settlement lags in the underlyings, or even more basic things like day counts and such. One has to take these models and adapt them to the relevant market. Currency options are a good example. The textbook Black Scholes model will be close, but not quite there. Short-term bond options using the Black model are another - the market convention for computing the forward bond price is probably slightly different than a professor would come up with.
 
User avatar
shahbaz
Topic Author
Posts: 0
Joined: August 25th, 2002, 6:38 am

text book pricing models and production algorithms

January 17th, 2004, 7:09 am

thanx, very helpful. I wasn't sure how different "class room material" is from what actual quants do.
 
User avatar
slevin
Posts: 1
Joined: January 5th, 2003, 5:11 am

text book pricing models and production algorithms

January 20th, 2004, 1:38 am

Last edited by slevin on May 2nd, 2004, 10:00 pm, edited 1 time in total.