Financial
Financial
is a Rust crate that contains collection of finance calculations memicking some of Excel Financial Functions interface.
What is different than other financial Rust cargos?
It supports both periodic and scheduled computation for IRR and NPV.
Supported Functions
- FV(Rate, Nper, Pmt, Pv, Pmtisdue)
- PV(Rate, Nper, Pmt, Fv, Pmtisdue)
- NPV(Rate, values)
- XNPV(Rate), values, dates)
- IRR(values)
- XIRR(values, dates)
Future Work
- Add More Functions
- Add bench tests