finlib (0.0.6)
Installation
[registry]
default = "gitea"
[registries.gitea]
index = "sparse+https://git.sarsoo.xyz/api/packages/sarsoo/cargo/ " # Sparse index
# index = "https://git.sarsoo.xyz/sarsoo/_cargo-index.git " # Git
[net]
git-fetch-with-cli = true
cargo add finlib@0.0.6
About this package
Quant finance functions implemented in Rust
finlib
Some quantitative finance functionality written in Rust and consumable from many higher-level languages.
Derivatives Pricing
- Options
- Black-Scholes
- Prices
- Greeks
- Black-Scholes
Risk
- Value-at-Risk
- Historical
- Variance-Covariance (Parametric)
- Single Asset
- Portfolio
FFI
- C++
- FFI header files for C++ are generated automatically during build by cbindgen.
- .NET
- FFI wrapper code for C# tareting .NET Standard 2.0 is generated automatically using csbindgen.
- Python
- An adapter library for Python is generated usign PyO3
- WASM (Js)
- A Javascript library is generated using wasm-bindgen
.NET
cargo build
cd FinLib.NET
dotnet build
Python
cd pyfinlib
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
maturin develop
WASM
cd finlib-wasm
wasm-pack build
Dependencies
ID | Version |
---|---|
getrandom | ~0 |
log | ^0.4.25 |
nalgebra | ^0.33.2 |
ndarray | ^0.16.1 |
ndarray-stats | ^0.6.0 |
pyo3 | ^0.23.4 |
rand | ^0.8.5 |
rayon | ^1.10.0 |
statrs | ^0.18.0 |
wasm-bindgen | ^0.2.100 |
criterion | ^0.5.1 |
Details
2025-02-18 18:47:43 +00:00
Assets (1)
Versions (6)
View all
Cargo
5
sarsoo <andy@sarsoo.xyz>
MIT
17 KiB
finlib-0.0.6.crate
17 KiB