rust-options 0.1.3

Rust library for options pricing and strategy modeling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# rust-options

🦀 A Rust library for options pricing, Greeks calculation, and strategy simulation.

## ✨ Features

- 📈 Black-Scholes pricing (calls and puts)
- 📊 Delta calculation for options
- ⚙️ Payoff functions for common strategies (spreads, straddles, etc.)

## 📦 Installation

Add to your `Cargo.toml`:
```toml
[dependencies]
rust-options = { git = "https://github.com/npastori21/rust-options" }