Metadata-Version: 2.4
Name: pm-model
Version: 0.1.15
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Scientific/Engineering :: Mathematics
Summary: Options pricing and volatility model library
Keywords: options,pricing,volatility,finance,derivatives
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# pm-model

Options pricing and volatility model library written in Rust with Python bindings.

## Features

- Black-76 option pricing
- Binary option pricing
- Implied volatility calibration
- Volatility surface modeling
- Forward model
- Calendar utilities

## Installation

```bash
pip install pm-model
```

## Usage

```python
import pm_model
```

