financial 1.1.5

A collection of finance calculations mimicking some of Excel Financial Functions interface
Documentation
1
2
3
4
5
pub mod checked_cashflow_schedule;
pub mod xirr;
pub mod xnpv;

pub use crate::scheduled_cashflow::checked_cashflow_schedule::CheckedCashflowSchedule;