greeks

Crates.iogreeks
lib.rsgreeks
version0.5.0
sourcesrc
created_at2017-03-16 01:24:53.250206
updated_at2017-03-24 01:29:46.811768
descriptionImplementation of library to calculate options greeks
homepage
repositoryhttps://github.com/wateryan/greeks
max_upload_size
id8993
size24,115
Ryan (wateryan)

documentation

README

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

Second Order

  • Gamma

Pricing

  • European call option
  • European put option

Valution

  • Call option at expiry
  • Put option at expiry
Commit count: 26

cargo fmt