你知道有没有好的用C(最好是)或C++写的开源金融库?
我已经看过Quantlib了,它对我来说似乎太复杂了,因为我只需要一些基本的计算(总信贷成本,所有成本内信贷利率...)
非常感谢!
发布于 2009-11-03 11:17:35
在为金融衍生品编程时,我绝对喜欢Bernt Arneädegaard在这里的资源:
http://finance.bi.no/~bernt/gcc_prog/recipes/recipes/node1.html
它可能有你想要的东西,甚至更多。如果不是这样,我不得不同意詹姆斯·布莱克的观点。
发布于 2012-01-02 03:11:57
尝试:
http://www.metasystems.no/downloads/index.html
下载Meta Financial Functions Library Beta 0.0.4
还可以看看我的应用程序,它使用C++中的Financial Recipes和Meta Financial Functions Library为120个模型生成选项链。
一般网址:http://opensourcefinancialmodels.com
GPL3源代码:http://opensourcefinancialmodels.com/optionmatrix.tar.gz
Windows安装程序:http://opensourcefinancialmodels.com/installoptionmatrix.exe
https://stackoverflow.com/questions/1664197
复制相似问题