Question

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.

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top