Expand description
RustQuant: A Rust library for quantitative finance.
Contact: rustquantcontact@gmail.com
This library is a work in progress. Any contributions are greatly appreciated.
Re-exports
Modules
- Reverse mode automatic differentation.
- RustQuant error module.
- Financial instrument types and modules (bonds, options, etc).
- Macros module.
- Mathematics related items.
- Machine learning algorithms. This module relies on the
nalgebracrate. - Module containing all money related items. This includes currencies, cashflows, exchange rates, and money types, among other things.
- Statistics related items.
- Monte Carlo engines to simulate stochastic processes.
- Time and date functionality.
- Trading related items.
Macros
- Helper macro for tests to test floating point approximate equality.
- Plot a vector of values.