4 releases (breaking)
Uses old Rust 2015
0.5.0 | Mar 24, 2017 |
---|---|
0.4.0 | Mar 18, 2017 |
0.3.0 | Mar 16, 2017 |
0.2.0 | Mar 16, 2017 |
#243 in Finance
20KB
372 lines
greeks
This project is a simple implementation of options pricing and greeks for Rust.
Goals:
- Be fast
- Be accurrate
- Not have any external dependencies.
Supported Calculations
Greeks
First Order
- Delta
- Rho
- Theta
- Vega
Second Order
- Gamma
Pricing
- European call option
- European put option
Valution
- Call option at expiry
- Put option at expiry