Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Financial library for C/C++ [closed]

Tags:

c++

c

finance

bank

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!

like image 585
charlax Avatar asked Nov 26 '25 00:11

charlax


2 Answers

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

http://finance.bi.no/~bernt/gcc_prog/recipes/recipes/node1.html

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

like image 190
Rooke Avatar answered Nov 27 '25 14:11

Rooke


Try:

http://www.metasystems.no/downloads/index.html

Download the Meta Financial Functions Library Beta 0.0.4

Also take a look at my application which uses both Financial Recipes in C++ and the Meta Financial Functions Library to generate option chains for 120 models.

General website: http://opensourcefinancialmodels.com

GPL3 Source Code: http://opensourcefinancialmodels.com/optionmatrix.tar.gz

Windows Installer: http://opensourcefinancialmodels.com/installoptionmatrix.exe

like image 41
A. Bradford Avatar answered Nov 27 '25 14:11

A. Bradford



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!