To view prices and purchase online, please login or create an account now.



Numerical Methods in Finance with C++

Hardback

Main Details

Title Numerical Methods in Finance with C++
Authors and Contributors      By (author) Maciej J. Capinski
By (author) Tomasz Zastawniak
SeriesMastering Mathematical Finance
Physical Properties
Format:Hardback
Pages:175
Dimensions(mm): Height 236,Width 156
Category/GenreFinance
Programming and scripting languages: general
ISBN/Barcode 9781107003712
ClassificationsDewey:332.02855133
Audience
Professional & Vocational
Tertiary Education (US: College)
Illustrations Worked examples or Exercises; 15 Line drawings, unspecified

Publishing Details

Publisher Cambridge University Press
Imprint Cambridge University Press
Publication Date 2 August 2012
Publication Country United Kingdom

Description

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.

Author Biography

Maciej J. Capinski is an Associate Professor in the Faculty of Applied Mathematics at AGH University of Science and Technology in Krakow, Poland. His interests include mathematical finance, financial modelling, computer assisted proofs in dynamical systems and celestial mechanics. He has authored eight research publications and supervised over thirty MSc dissertations, mostly in mathematical finance. Tomasz Zastawniak holds the Chair of Mathematical Finance at the University of York. He has authored about fifty research publications and four books. He has supervised four PhD dissertations and around eighty MSc dissertations in mathematical finance.

Reviews

"This book leads the reader directly into the heart of C++ programming technique without too much fuss. And in so doing, the reader also learns some very important and fundamental methods in options pricing. I highly recommend this little gem of a book." Professor Michael K. Ong, IIT Stuart School of Business "I find the monograph to be an excellent integration of the object-oriented concepts of C++ and the classical numerical techniques used in quantitative finance. Throughout the book, there is an introduction to the numerical technique to be used, along with the need for such a method from the prospective of financial mathematics. After this discussion, the C++ source code that implements the technique is not only given but also annotated to highlight or to clarify reasons for the use of certain object-oriented constructs. As the authors comment, there are some source files which are not listed but are available from the publisher's web site. The monograph is an exceptional book for demonstrating the implementation of the various aspects of C++ in a very concrete fashion. There is substance given to C++ concepts that are introduced in basic programming courses but seldom framed in a realistic setting. The reader, however, should have some familiarity with C++ and mathematical finance, prior to reading the monograph. The book is not intended to be an introduction to either object-oriented C++ or mathematical finance. With such a background, the style and the content of the book make for an informative experience." Professor Sherman Wong, City University of New York