quantsupport 0.1.5

Rust library for derivative pricing and risk analytics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Brazil calendar implementation.
pub mod brazil;
/// Chile calendar implementation.
pub mod chile;
/// Null calendar implementation.
pub mod nullcalendar;
/// Target calendar implementation.
pub mod target;
/// Calendar traits and interfaces.
pub mod traits;
/// United States calendar implementation.
pub mod unitedstates;
/// Weekends only calendar implementation.
pub mod weekendsonly;