libitofin 0.7.0

A ground-up Rust port of QuantLib: quantitative-finance primitives for pricing, risk, and numerical methods.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "libitofin"
version.workspace = true
edition.workspace = true
description = "A ground-up Rust port of QuantLib: quantitative-finance primitives for pricing, risk, and numerical methods."
license = "BSD-3-Clause"
repository = "https://github.com/benbenbang/libitofin"
readme = "README.md"
keywords = ["quantlib", "quantitative-finance", "pricing", "derivatives", "finance"]
categories = ["mathematics", "science"]

[lib]
name = "libitofin"

[dependencies]
num-complex = "0.4.6"
thiserror = "2.0.12"