Expand description
RustQuant: A Rust library for quantitative finance tools.
Copyright (C) 2022-2024 https://github.com/avhz
Dual licensed under Apache 2.0 and MIT.
See:
Contact me at: RustQuantContact@gmail.com
Any contributions are greatly appreciated. Make a PR or open an issue !
I’m particularly interested in hearing from people with strong experience in implementing quantitative software in a professional setting.
§Installation
In your Rust project’s root directory, simply run:
cargo add RustQuant
This will add the latest version to your project.
If you require a specific version, add the following to your Cargo.toml file:
[dependencies]
RustQuant = "*"
replacing "*"
with the version number you require, such as "0.0.17"
.
Modules§
- The
autodiff
module. - The
cashflows
module. - The
data
module. - The
error
module. - The
instruments
module. - The
iso
module. - The
math
module. - The
ml
module. - The
portfolios
module. - The RustQuant prelude.
- The
stochastics
module. - The
time
module. - The
trading
module. - The
utils
module.