Numerical Methods in Finance with C++
✍ Scribed by Maciej J. Capiński, Tomasz Zastawniak
- Publisher
- Cambridge University Press
- Year
- 2012
- Tongue
- English
- Leaves
- 177
- Series
- Mastering Mathematical Finance
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
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.
✦ Subjects
Финансово-экономические дисциплины;Математические методы и моделирование в экономике;
📜 SIMILAR VOLUMES
This book describes computational finance tools. It covers fundamental numerical analysis and computational techniques, such as option pricing, and gives special attention to simulation and optimization. Many chapters are organized as case studies around portfolio insurance and risk estimation probl
<p><p>Presenting state-of-the-art methods in the area, the book begins with a presentation of weak discrete time approximations of jump-diffusion stochastic differential equations for derivatives pricing and risk measurement. Using a moving least squares reconstruction, a numerical approach is then
Computationally-intensive tools play an increasingly important role in financial decisions. Many financial problems-ranging from asset allocation to risk management and from option pricing to model calibration-can be efficiently handled using modern computational techniques.<i>Numerical Methods and