quantmath 0.1.0

A library of quantitative maths and a framework for quantitative valuation and risk
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod bump;
pub mod bumpdivs;
pub mod bumpspot;
pub mod bumpspotdate;
pub mod bumpvol;
pub mod bumpyield;
pub mod curves;
pub mod divstream;
pub mod fixings;
pub mod forward;
pub mod voldecorators;
pub mod volsmile;
pub mod volsurface;