qfl

Crates.ioqfl
lib.rsqfl
version0.1.1
created_at2025-06-02 04:42:25.284449+00
updated_at2025-06-03 03:42:16.068129+00
descriptionA Rust library of various functions and tools for Statistics, Quant Finance, Stochastic Modelling, and other needs.
homepage
repository
max_upload_size
id1697685
size16,631
Christian Haller (Delotrium)

documentation

README

Quantitative Finance Library (QFLib)

NOTE: This is a new Work-In-Progress, will be updated frequently. This repo is superseding and being ported from my C++ library

Example data generated by QFLib random_walks

What is this project?

This repository contains a native Rust library QFLib, with a GUI application, QFEngine. These programs are the foundation for quantitative finance and statistical analysis, providing tools to work with financial data, analyse market trends, and develop complex financial models. The library can also be used in non-financial contexts, providing various mathematical functions not found in native libraries.

QFLib – A Library for Quantitative Finance Functions

QFLib is a comprehensive library written in Rust designed to provide statistical and financial functions to support the analysis of financial markets. It includes implementations for various quantitative finance models, ranging from simple statistical functions to other analysis tools and functions.

Key Features:

Statistical Functions: Includes various statistical tools, which can be applied to both financial and non-financial programs

Mathematical Functions: Provides various mathematical functions not included in the native Rust libraries, using optimised and efficient algorithms.

Financial Models: Will soon Implement standard quantitative finance models, such as Black-Scholes, Monte Carlo simulations, and interest rate modelling.

Pricing Tools: Tools for the pricing of derivatives, bonds, options, and other financial instruments.

Optimised for Performance: Written in Rust for high-performance computation, especially for large data sets and complex financial models.

Commit count: 0

cargo fmt