quantsupport 0.1.5

Rust library for derivative pricing and risk analytics.
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;