Metadata-Version: 2.4
Name: qox
Version: 0.0.1b0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Mathematics
Summary: Quantitative finance library for Rust (Beta)
Keywords: quant,finance,trading,mathematics
Author: Bruce Boutelje
License: MIT OR Apache-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# 📈 qox – High-Performance Quant Library (Rust-powered, Python API)

`qox` is a high-performance quantitative finance library written in Rust with a clean and expressive Python interface. It is designed for fast, flexible derivatives pricing with support for multiple numerical methods, including analytic and finite difference approaches.

---

## 🚀 Features

- ⚡ **Rust-powered performance** with Python usability  
- 📊 **Option pricing engine** (European & American)  
- 🧠 **Automatic method selection**
  - Analytic methods where available  
  - Finite Difference Method (FDM) for American puts by default  
- ⚙️ **Configurable numerical methods**
- 📉 **Greeks calculation**
  - Delta, Gamma, Theta
  - Vega and Rho (when applicable)  

---

## 📦 Installation

```bash
pip install qox
```

---

## 📄 License

MIT License

