vote up 1 vote down star
2

Do you know of a good open source financial library written in C (preferably) or C++?

I already looked at Quantlib, which seems too complicated for me, since I just want some basic computations (total cost of credit, all in-cost credit rate...)

Thank you very much!

flag
2  
If you want some basic equations, just write the library yourself. – James Black Nov 3 at 2:39
1  
the easiest way to break an axle is to reinvent the wheel.... – Jason S Nov 3 at 3:20

1 Answer

vote up 2 vote down

When programming for financial derivatives, I absolutely loved Bernt Arne Ødegaard's resource here:

http://finance.bi.no/~bernt/gcc%5Fprog/recipes/recipes/node1.html

It probably has what you want, and then some. If it doesn't, I have to agree with James Black.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.