Pinned Repositories
awesome-quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
calenda-rs
A Rust library for global calendars.
every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
FastAmericanOptionPricing
Fast American option pricing using spectral collocation method based on integral form. An independent Crank Nicolson method is included for comparison.
FinancePy
A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives.
QuantMath
Financial maths library for risk-neutral pricing and risk
RustQuant
Rust library for quantitative finance.
simple
Complex number implementation in Rust.
TheAlgorithms-Rust
All Algorithms implemented in Rust
yahoo_finance_api
Simple wrapper to yahoo! finance API to retrieve latest quotes and end-of-day quote histories
avhz's Repositories
avhz/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
avhz/QuantMath
Financial maths library for risk-neutral pricing and risk
avhz/TheAlgorithms-Rust
All Algorithms implemented in Rust
avhz/yahoo_finance_api
Simple wrapper to yahoo! finance API to retrieve latest quotes and end-of-day quote histories
avhz/.gitignore
.gitignore templates.
avhz/barter-rs
Open-source Rust framework for building event-driven live-trading & backtesting systems
avhz/how-to-exit-vim
Below are some simple methods for exiting vim.
avhz/i-love-rust-examples
Mostly a convoluted bunch of threads and skeleton code, but hopefully it helps people understand tokio, rayon, websocket, database pooling and async design
avhz/micrograd
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
avhz/QuantLib
The QuantLib C++ library
avhz/rough_bergomi
A Python implementation of the rough Bergomi model.
avhz/TheAlgorithms-R
Collection of various algorithms implemented in R.
avhz/this-week-in-rust
Data for this-week-in-rust.org
avhz/tui-rs
Build terminal user interfaces and dashboards using Rust