APPENDIX 2Computing Implied Volatility

… the source of all great mathematics is the special case, the concrete example. It is frequent in mathematics that every instance of a concept of generality is, in essence, the same as a small and concrete special case.

Paul Halmos

A2.1 Introduction and Objectives

This appendix serves a number of purposes. First, it elaborates on the topics in Chapter 19 by focusing on a specific problem (computing implied volatility) using the various methods discussed in that chapter. Second, it uses some of the concepts, models and methods that we discussed in various chapters of this book, for example:

  • Computing implied volatility.
  • Numerical methods for root finding and univariate optimisation.
  • Homotopy methods and the solution of nonlinear equations.
  • Creating a software framework for function optimisation based on the design principles that we introduced in Chapter 9 (see also Figure 19.1).
  • Doing mathematics in C++; higher-order functions. This is a small research topic.
  • Unconstrained multivariate optimisation.

Finally, we shall discuss a number of new topics (such as higher-order mathematical functions, Differential Evolution and multivariate optimisation) in more detail in a later work.

A2.2 Implied Volatility by Least-Squares Optimisation

In the Black–Scholes model, the theoretical value of a vanilla option is a monotonic increasing function of the volatility of the underlying asset. This means that it is usually possible to compute a unique ...

Get Financial Instrument Pricing Using C++, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.