Open Source Financial Library Specifically Yield T

2019-04-16 12:28发布

Does anyone know of an open source financial library that implements Yield To Maturity and other fixed income calculations? The library needs to be callable from .Net.

2条回答
The star\"
2楼-- · 2019-04-16 12:40

Here is a .NET implementation of all of Excel's financial functions, including yield to maturity.

查看更多
我只想做你的唯一
3楼-- · 2019-04-16 12:55

Have you looked at Quantlib? Seems to offer a wide array of pricing tools and is callable from .Net, I believe. There's also a port to Java called JQuantLib as well, though I don't believe it implements everything in Quantlib quite yet.

查看更多
登录 后发表回答