Numerical Methods in Finance with C++
Driven by concrete computational problems in quantitative finance, this book provides aspiring quant developers with the numerical techniques and programming skills they need. The authors start from scratch, so the reader does not need any previous experience of C++. Beginning with straightforward option pricing on binomial trees, the book gradually progresses towards more advanced topics, including nonlinear solvers, Monte Carlo techniques for path-dependent derivative securities, finite difference methods for partial differential equations, and American option pricing by solving a linear complementarity problem. Further material, including solutions to all exercises and C++ code, is available online. The book is ideal preparation for work as an entry-level quant programmer and it gives readers the confidence to progress to more advanced skill sets involving C++ design patterns as applied in finance.
- Written specifically at the Master's level by experienced lecturers, so readers can dive in directly
- The mathematics is rigorous but also motivated, so readers see how to apply what they learn
- Online material includes solutions to exercises and C++ code
Product details
July 2012Adobe eBook Reader
9781139533980
0 pages
0kg
15 b/w illus. 45 exercises
This ISBN is for an eBook version which is distributed on our behalf by a third party.
Table of Contents
- Preface
- 1. Binomial pricer
- 2. Binomial pricer revisited
- 3. American options
- 4. Nonlinear solvers
- 5. Monte Carlo methods
- 6. Finite difference methods
- Index.