raymon1 / financial

Financial is a Rust crate that contains collection of finance calculations memicking some of Excel Financial Functions interface.
https://docs.rs/crate/financial
14 stars 5 forks source link

add naive_date interface #8

Closed shrektan closed 2 years ago

shrektan commented 2 years ago

Closes #6

Add pub mod naive_date so that users can use financial::naive_date::xirr() or financial::naive_date::xnpv(), which supports NaiveDate as the date inputs.