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.