Crates.io | blackscholes |
lib.rs | blackscholes |
version | 0.24.0 |
source | src |
created_at | 2022-11-21 01:21:39.077703 |
updated_at | 2023-09-23 19:08:05.637524 |
description | Black-Scholes option pricing model calculator |
homepage | |
repository | https://github.com/hayden4r4/blackscholes-rust |
max_upload_size | |
id | 719567 |
size | 1,449,840 |
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:
View the docs for usage and examples.