Book description
Quantitative Finance: An Object-Oriented Approach in C++ provides readers with a foundation in the key methods and models of quantitative finance. Keeping the material as self-contained as possible, the author introduces computational finance with a focus on practical implementation in C++.
Through an approach based on C++ classes and templates, the text highlights the basic principles common to various methods and models while the algorithmic implementation guides readers to a more thorough, hands-on understanding. By moving beyond a purely theoretical treatment to the actual implementation of the models using C++, readers greatly enhance their career opportunities in the field.
The book also helps readers implement models in a trading or research environment. It presents recipes and extensible code building blocks for some of the most widespread methods in risk management and option pricing.
Web Resource
The author’s website provides fully functional C++ code, including additional C++ source files and examples. Although the code is used to illustrate concepts (not as a finished software product), it nevertheless compiles, runs, and deals with full, rather than toy, problems. The website also includes a suite of practical exercises for each chapter covering a range of difficulty levels and problem complexity.
Table of contents
- Preliminaries
- Dedication
- Preface
- Acknowledgements
- Chapter 1 A brief review of the C++ programming language
- Chapter 2 Basic building blocks
- Chapter 3 Lattice models for option pricing
- Chapter 4 The Black/Scholes world
- Chapter 5 Finite difference methods for partial differential equations
- Chapter 6 Implied volatility and volatility smiles
-
Chapter 7 Monte Carlo simulation
- 7.1 Background
- 7.2 The generic Monte Carlo algorithm
- 7.3 Simulating asset price processes following geometric Brownian motion
- 7.4 Discretising stochastic differential equations
- 7.5 Predictor–Corrector methods
- 7.6 Variance reduction techniques
- 7.7 Pricing instruments with early exercise features
- 7.8 Quasi-random Monte Carlo
-
- Listing 7.1
- Listing 7.2
- Listing 7.3
- Listing 7.4
- Listing 7.5
- Listing 7.6
- Listing 7.7
- Listing 7.8
- Listing 7.9
- Listing 7.10
- Listing 7.11
- Listing 7.12
- Listing 7.13
- Listing 7.14
- Listing 7.15
- Listing 7.16
- Listing 7.17
- Listing 7.18
- Listing 7.19
- Listing 7.20
- Listing 7.21
- Listing 7.22
- Listing 7.23
- Listing 7.24
- Listing 7.25
- Listing 7.26
- Listing 7.27
- Chapter 8 The Heath/Jarrow/Morton model
- Appendix A Interfacing between C++ and Microsoft Excel
- Appendix B Automatic generation of documentation using Doxygen
- References
Product information
- Title: Quantitative Finance
- Author(s):
- Release date: November 2013
- Publisher(s): CRC Press
- ISBN: 9781439897959
You might also like
video
CCNA 200-301
More Than 16 Hours of Video Instruction Overview CCNA 200-301 Complete Video Course is a comprehensive …
video
AWS Certified Solutions Architect Associate (SAA-C03)
8+ Hours of Video Instruction Get intensive, hands-on AWS training with Chad Smith in this 2 …
book
The Circuit Designer's Companion, 4th Edition
The fourth edition of this classic work on circuit design gives you the understanding and practical …
book
Modern Computational Finance
Arguably the strongest addition to numerical finance of the past decade, Algorithmic Adjoint Differentiation (AAD) is …