Crate RustQuant_cashflows

Source
Expand description

Module containing all money related items. This includes currencies, cashflows, exchange rates, and money types, among other things.

Re-exports§

pub use cashflow::*;
pub use legs::*;
pub use quotes::*;

Modules§

cashflow
Cashflow definitions. Cashflows module.
legs
Legs (sequence of cashflows). Submodule of cashflows for defining legs. A leg is a sequence of cashflows.
quotes
Quotes (price, yield, etc).