finquant

Crates.iofinquant
lib.rsfinquant
version0.0.50
sourcesrc
created_at2023-10-06 09:17:26.495908
updated_at2024-10-30 00:00:44.987372
descriptionExperimental Rust Quant Library
homepage
repositoryhttps://github.com/quantransform/finquant
max_upload_size
id994932
size529,004
Jeremy Wang (thejerwang)

documentation

README

FinQuant

Open-source (experimental) rust library for quantitative financial market modelling.

CI crates-badge codecov docs-badge Crates.io


Warning

FinQuant is an experimental project, currently incomplete and not fit for production.

Roadmap (no set agenda yet)

  1. Basic settings
    • Calendar inline with QuantLib v1.36
    • Day counts
    • Schedule generator
  2. Markets / Quotes
    • Forex - forward points
    • Forex - volatility
    • Interest Rate - curves (cash rates, futures, swaps)
    • Interest Rate - volatility
  3. Forex markets
    • Pricer - we want more than just Black Scholes model. For example volatility should not be the key input; the surface should.
      • Forward
        • forward points generator
        • pricing + greeks
      • Option
        • implied vol generator
        • pricing + greeks
    • Simulator
      • Monte Carlo
  4. Interest rate markets
    • Pricer
      • Swap
      • Cap/Floor
    • Simulator
      • Monte Carlo

Commit count: 207

cargo fmt