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.)
- ๐ Ready for API integrations
- ๐งช Unit test-ready and modular
๐ฆ Installation
Add to your Cargo.toml
:
[]
= { = "https://github.com/npastori21/rust-options" }