quantsupport 0.1.7

Rust quantitative finance library for derivatives pricing, yield-curve bootstrapping, AAD risk, Monte Carlo exposure, and XVA.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Yield curve composed from multiple term structures.
pub mod compositetermstructure;
/// Discount-factor term structure.
pub mod discounttermstructure;
/// Flat-forward term structure.
pub mod flatforwardtermstructure;
/// Common interest-rate term-structure interface.
pub mod interestratestermstructure;
/// Spreaded term structure.
pub mod spreadtermstructure;
/// Tenor-based zero-rate term structure.
pub mod tenorbasedzeroratetermstructure;
/// Zero-rate term structure.
pub mod zeroratetermstructure;