sanos 0.2.1

SANOS: Smooth strictly Arbitrage-free Non-parametric Option Surfaces (Rust implementation)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![doc = include_str!("../README.md")]

pub mod error;
pub mod market;
pub mod prelude;
pub mod backbone;
pub mod term;
pub mod density;
pub mod interp;
pub mod surface;
pub mod grid;
pub mod fit;
pub mod calibration;