quantsupport 0.1.0

Rust library for fixed-income, derivative pricing and risk analytics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/// Cash Flows Module
pub mod cashflow;
/// Cash Flow Type Module
pub mod cashflowtype;
/// Coupon Module
pub mod coupons;
/// Fixed Rate Coupon Module
pub mod fixedratecoupon;
/// Floating Rate Coupon Module
pub mod floatingratecoupon;
/// Leg Module
pub mod leg;
/// Make Leg Module
pub mod makeleg;
/// Option Embedded Coupon Module
pub mod optionembeddedcoupon;