finquant 0.0.14

Experimental Rust Quant Library
Documentation

FinQuant

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

CI crates-badge 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 - supports Australia, Japan, JointCalendar, Taiwan, Target, UnitedKingdom, UnitedStates, WeekendsOnly.
    • Day counts - supports Actual360, Actual365Fixed, ActualActual.
    • Schedule generator
  2. 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
        • discount + other pricing
      • Option
    • Simulator
  3. Interest rate markets
    • Pricer
      • Swap
      • Cap/Floor
    • Simulator