quantsupport 0.1.0

Rust library for fixed-income, derivative pricing and risk analytics.
Documentation
1
2
3
4
5
6
7
8
/// Derived element request module.
pub mod constructedelementrequest;
/// Derived element store module.
pub mod constructedelementstore;
/// Fixing request module.
pub mod fixingrequest;
/// Market data provider module.
pub mod marketdata;