optionstratlib 0.16.2

OptionStratLib is a comprehensive Rust library for options trading and strategy development across multiple asset classes.
Documentation
1
2
3
4
5
6
7
//! Property-based tests for OptionStratLib
//!
//! This module contains property-based tests using proptest to verify
//! mathematical invariants and bounds across a wide range of inputs.

mod greeks_bounds_test;
mod put_call_parity_test;