I'm looking for an open source C# .NET Financial Functions library. Something that does IRR (Internal Rate of Return) and other common functions that are available in applications like Excel.
Suggestions?
I'm looking for an open source C# .NET Financial Functions library. Something that does IRR (Internal Rate of Return) and other common functions that are available in applications like Excel.
Suggestions?
This proved to be quite useful: http://code.google.com/p/irr-newtonraphson-calculator/downloads/list
Check out this C# Implementation of financial functions I've made it a few years ago and it's still up and running.