This project is a simple implementation of options pricing and greeks for Rust.
Goals:
- Be fast
- Be accurrate
- Not have any external dependencies.
- Delta
- Lambda
- Rho
- Theta
- Vega
- Gamma
- European call option
- European put option
- Call option at expiry
- Put option at expiry