quantsupport 0.1.6

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
/// FX forward instruments.
pub mod fxforward;
/// FX option instruments.
pub mod fxoption;
/// FX forward builder.
pub mod makefxforward;
/// FX option builder.
pub mod makefxoption;