yonch / blackscholes-rust

A Black-Scholes pricing model built in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Black-Scholes pricing model built in Rust

License:MIT License


Languages

Language:C++ 59.8%Language:Rust 33.2%Language:C 5.8%Language:Python 0.6%Language:CMake 0.6%