Skip to content

Commit

Permalink
docs: moved references to separate .md file
Browse files Browse the repository at this point in the history
  • Loading branch information
avhz authored and avhz committed Feb 4, 2024
1 parent 0b23aeb commit bd1d017
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

A Rust library for quantitative finance.

:dart: I want to hit a stable `v0.1.0` by the end of 2023, so any feedback or contributions are strongly welcomed!
:dart: If you are an experienced quant developer in any language and would like to help out, feel free to contact me!

<div align="center">

Expand Down Expand Up @@ -66,17 +66,5 @@ See [/examples](./examples) for various uses of RustQuant. You can run them with
cargo run --example <example>
```

## :book: References

- John C. Hull - *Options, Futures, and Other Derivatives*
- Damiano Brigo & Fabio Mercurio - *Interest Rate Models - Theory and Practice (With Smile, Inflation and Credit)*
- Paul Glasserman - *Monte Carlo Methods in Financial Engineering*
- Andreas Griewank & Andrea Walther - *Evaluating Derivatives - Principles and Techniques of Algorithmic Differentiation*
- Steven E. Shreve - *Stochastic Calculus for Finance II: Continuous-Time Models*
- Espen Gaarder Haug - *Option Pricing Formulas*
- Antoine Savine - *Modern Computational Finance: AAD and Parallel Simulations*
- Uwe Naumann - *The Art of Differentiating Computer Programs: An Introduction to Algorithmic Differentiation*
- Jessica James & Nick Webber - *Interest Rate Modelling*

> [!NOTE]
> Disclaimer: This is currently a free-time project and not a professional financial software library. Nothing in this library should be taken as financial advice, and I do not recommend you to use it for trading or making financial decisions.
24 changes: 24 additions & 0 deletions REFERENCES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# :book: References

## Quantitative Finance

- John C. Hull - *Options, Futures, and Other Derivatives*
- Damiano Brigo & Fabio Mercurio - *Interest Rate Models - Theory and Practice (With Smile, Inflation and Credit)*
- Paul Glasserman - *Monte Carlo Methods in Financial Engineering*
- Steven E. Shreve - *Stochastic Calculus for Finance II: Continuous-Time Models*
- Espen Gaarder Haug - *Option Pricing Formulas*
- Antoine Savine - *Modern Computational Finance: AAD and Parallel Simulations*
- Jessica James & Nick Webber - *Interest Rate Modelling*
- Jim Gatheral - *The Volatility Surface*
- Lorenzo Bergomi - *Stochastic Volatility Modelling*

## Mathematics

- Andreas Griewank & Andrea Walther - *Evaluating Derivatives - Principles and Techniques of Algorithmic Differentiation*
- Uwe Naumann - *The Art of Differentiating Computer Programs: An Introduction to Algorithmic Differentiation*

## Rust

- S. Klabnik & C. Nichols - *The Rust Programming Language*
- J. Gjengset - *Rust for Rustaceans*
- J. Blandy - *Rust Programming*

0 comments on commit bd1d017

Please sign in to comment.