blackscholes

Crates.ioblackscholes
lib.rsblackscholes
version0.24.0
sourcesrc
created_at2022-11-21 01:21:39.077703
updated_at2023-09-23 19:08:05.637524
descriptionBlack-Scholes option pricing model calculator
homepage
repositoryhttps://github.com/hayden4r4/blackscholes-rust
max_upload_size
id719567
size1,449,840
Hayden Rose (hayden4r4)

documentation

https://docs.rs/blackscholes

README

blackscholes

This library provides an simple, lightweight, and efficient (though not heavily optimized) implementation of the Black-Scholes-Merton model for pricing European options.

Includes all first, second, and third order Greeks.

Implements both:

Usage

View the docs for usage and examples.

Other packages available:
Python: Pypi
WASM: npm

Commit count: 110

cargo fmt