fang_oost_option 0.27.0

A library implementing Fang and Oosterlee's algorithm for option pricing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[macro_use]
#[cfg(test)]
extern crate approx;

#[macro_use]
extern crate serde_json;
#[macro_use]
extern crate serde_derive;
pub mod option_pricing;
pub mod monotone_spline;
pub mod option_calibration;