Financial Instrument Pricing Using C++

  • 6h 34m
  • Daniel J. Duffy
  • John Wiley & Sons (UK)
  • 2004

One of the best languages for the development of financial engineering and instrument pricing applications is C++. It has several features that allow developers to write robust, flexible and extensible software systems. It is an ANSI/ISO standard, fully object-oriented and interfaces with many third-party applications. It has support for templates and generic programming, massive reusability using templates (‘write once’) and support for legacy C applications.

In this book we bring C++ to the next level by applying it to the design and implementation of classes, libraries and applications for option and derivative pricing models. We employ modern software engineering techniques to produce industrial-strength applications:

  • using the Standard Template Library (STL) in finance
  • Creating your own template classes and functions
  • Reusable data structures for vectors, matrices and tensors
  • Classes for numerical analysis (numerical linear algebra)
  • Solving the Black-Scholes equations, exact and approximate solutions
  • Implementing the Finite Difference Method in C++
  • Integration with the ‘Gang of Four’ Design Patterns
  • Interfacing with Excel (output and add-ins)
  • Financial engineering and XML
  • Cash flow and yield curves

About the Author

Daniel J. Duffy works for Datasim, an Amsterdam-based trainer and software developer. He has been working in IT since 1979 and with object-oriented technology since 1987. He received his MSc and PhD (in numerical analysis) from Trinity College, Dublin. His current interests are in the modeling of financial instruments using numerical methods (for example, finite different method) and C++.

In this Book

  • Executive Overview of this Book
  • A Gentle Introduction to Templates in C++
  • An Introduction to the Standard Template Library
  • STL for Financial Engineering Applications
  • The Property Pattern in Financial Engineering
  • Arrays, Vectors and Matrices
  • Arrays and Matrix Properties
  • Numerical Linear Algebra
  • Modelling Functions in C++
  • C++ Classes for Statistical Distributions
  • Numerical Solution of Initial Value Problems: Fundamentals
  • Stochastic Processes and Stochastic Differential Equations
  • Two-Point Boundary Value Problems
  • Matrix Iterative Methods
  • An Overview of Computational Finance
  • Finite Difference Schemes for Black – Scholes
  • Implicit Finite Difference Schemes for Black – Scholes
  • Special Schemes for Plain and Exotic Options
  • My First Finite Difference Solver
  • An Introduction to ADI and Splitting Schemes
  • Numerical Approximation of Two-Factor Derivative Models
  • A C++ Application for Displaying Numeric Data
  • Object Creational Patterns
  • Object Structural Patterns
  • Object Behavioural Patterns
  • An Introduction to the Extensible Markup Language
  • Advanced XML and Programming Interface
  • Interfacing C++ and Excel
  • Advanced Excel Interfacing
  • An Extended Application: Option Strategies and Portfolios
  • References
SHOW MORE
FREE ACCESS