ABSTRACT

A key goal of this book is to show how to use C++ to price a portfolio containing a variety of different options. We will achieve that goal in this chapter.

Without object orientation, this would be very difficult to achieve. But since all our option classes have a price function that takes a BlackScholesModel as a parameter it will actually be extremely easy.