Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 726 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 726 Bytes

greeks

Build Status Crates.io Status License: MIT

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
  • Lambda
  • Rho
  • Theta
  • Vega

Second Order

  • Gamma

Pricing

  • European call option
  • European put option

Valution

  • Call option at expiry
  • Put option at expiry