quant-opts 0.1.0

High-performance Rust library for option pricing and risk
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Python CLI sanity check

Minimal example that uses the Python bindings (`quant_opts` built via maturin) to print price, rational price, delta, and implied volatility.

## Run

```bash
# from repo root, after building the extension:
maturin develop --release -m bindings/python/pyproject.toml
python examples/python_cli/main.py
```

Expected output includes values for `price`, `rational_price`, `delta`, and `iv`.