forked from avhz/RustQuant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: moved references to separate .md file
- Loading branch information
avhz
authored and
avhz
committed
Feb 4, 2024
1 parent
0b23aeb
commit bd1d017
Showing
2 changed files
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |