
Options and Derivatives Programming in C++20
Algorithms and Programming Techniques for the Financial Industry
Carlos Oliveira(Author)
Apress
2nd Edition
Published on 28. October 2020
Book
Paperback/Softback
XXIV, 393 pages
978-1-4842-6314-3 (ISBN)
Article exhausted; check for reprint
Description
Master the features of C++ that are frequently used to write financial software for options and derivatives, including the STL, templates, functional programming, and numerical libraries. This book also covers new features introduced in C++20 and other recent standard releases: modules, concepts, spaceship operators, and smart pointers.
You will explore how-to examples covering all the major tools and concepts used to build working solutions for quantitative finance. These include advanced C++ concepts as well as the basic building libraries used by modern C++ developers, such as the STL and Boost, while also leveraging knowledge of object-oriented and template-based programming. Options and Derivatives Programming in C++ provides a great value for readers who are trying to use their current programming knowledge in order to become proficient in the style of programming used in large banks, hedge funds, and other investment institutions. The topics covered in the book are introduced in a logical and structured way and even novice programmers will be able to absorb the most important topics and competencies.
This book is written with the goal of reaching readers who need a concise, algorithms-based book, providing basic information through well-targeted examples and ready-to-use solutions. You will be able to directly apply the concepts and sample code to some of the most common problems faced in the analysis of options and derivative contracts.
What You Will Learn
Discover how C++ is used in the development of solutions for options and derivatives trading in the financial industry Grasp the fundamental problems in options and derivatives trading Converse intelligently about credit default swaps, Forex derivatives, and more Implement valuation models and trading strategies Build pricing algorithms around the Black-Sholes model, and also using the binomial and differential equations methods Run quantitative finance algorithms using linear algebra techniques Recognize and apply the most common design patterns used in options trading Who This Book Is For
Professional developers who have some experience with the C++ language and would like to leverage that knowledge into financial software development.
You will explore how-to examples covering all the major tools and concepts used to build working solutions for quantitative finance. These include advanced C++ concepts as well as the basic building libraries used by modern C++ developers, such as the STL and Boost, while also leveraging knowledge of object-oriented and template-based programming. Options and Derivatives Programming in C++ provides a great value for readers who are trying to use their current programming knowledge in order to become proficient in the style of programming used in large banks, hedge funds, and other investment institutions. The topics covered in the book are introduced in a logical and structured way and even novice programmers will be able to absorb the most important topics and competencies.
This book is written with the goal of reaching readers who need a concise, algorithms-based book, providing basic information through well-targeted examples and ready-to-use solutions. You will be able to directly apply the concepts and sample code to some of the most common problems faced in the analysis of options and derivative contracts.
What You Will Learn
Discover how C++ is used in the development of solutions for options and derivatives trading in the financial industry Grasp the fundamental problems in options and derivatives trading Converse intelligently about credit default swaps, Forex derivatives, and more Implement valuation models and trading strategies Build pricing algorithms around the Black-Sholes model, and also using the binomial and differential equations methods Run quantitative finance algorithms using linear algebra techniques Recognize and apply the most common design patterns used in options trading Who This Book Is For
Professional developers who have some experience with the C++ language and would like to leverage that knowledge into financial software development.
More details
Edition
2nd ed.
Language
English
Place of publication
CA
United States
Target group
Professional and scholarly
Edition type
Revised edition
Illustrations
27
27 s/w Abbildungen
XXIV, 393 p. 27 illus.
Dimensions
Height: 25.4 cm
Width: 17.8 cm
Weight
795 gr
ISBN-13
978-1-4842-6314-3 (9781484263143)
DOI
10.1007/978-1-4842-6315-0
Schweitzer Classification
Other editions
New editions

Carlos Oliveira
Options and Derivatives Programming in C++23
Algorithms and Programming Techniques for the Financial Industry
Book
11/2023
3rd Edition
APress
€58.84
Shipment within 15-20 days
Additional editions

Carlos Oliveira
Options and Derivatives Programming in C++20
Algorithms and Programming Techniques for the Financial Industry
E-Book
10/2020
2nd Edition
APress
€62.99
Available for download
Previous edition

Carlos Oliveira
Options and Derivatives Programming in C++
Algorithms and Programming Techniques for the Financial Industry
Book
09/2016
APress
€40.65
Article exhausted; check for reprint
Person
Carlos Oliveira
works in the area of quantitative finance, with more than ten years of experience in creating scientific and financial models in C++. During his career, Carlos has developed several large-scale applications for financial companies such as Bloomberg LP and F-Squared Investments. Carlos Oliveira obtained a PhD in operations research and systems engineering from the University of Florida, an MSc in computer science from UFC (Brazil), and a BSc in computer science from UECE (Brazil). He has also performed academic research in the field of combinatorial optimization, with applications in diverse areas such as finance, telecommunications, computational biology, and logistics. Carlos has written more than 30 academic papers on optimization, and authored three books, including
Practical C++ Financial Programming
(Apress, 2015).
For more, visit see@olivecarl on Twitter.
For more, visit see@olivecarl on Twitter.
Content
1: Options Concepts2: Financial Derivatives3: Basic C++ Algorithms4: Object-Oriented Techniques5: Design Patterns for Options Processing6: Template-Based Techniques7: STL for Derivatives Programming8: Functional Programming Techniques9: Linear Algebra Algorithms10: Algorithms for Numerical Analysis11: Models Based on Differential Equations12: Basic Models for Options Pricing13: Monte Carlo Methods14: Using C++ Libraries for FinanceAppendix A: Features of C++20