Options and derivatives programming in C++23 algorithms and programming techniques for the financial industry

This book is a hands-on guide for programmers who want to learn how C++ is used to develop solutions for options and derivatives trading in the financial industry. It explores the main algorithms and programming techniques used in implementing systems and solutions for trading options and derivative...

Full description

Bibliographic Details
Main Author: Oliveira, Carlos
Format: eBook
Language:English
Published: Berkeley, CA Apress 2023
Edition:Third edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04562nmm a2200493 u 4500
001 EB002189738
003 EBX01000000000000001327203
005 00000000000000.0
007 cr|||||||||||||||||||||
008 240103 ||| eng
020 |a 9781484298275 
050 4 |a QA76.73.C153 
100 1 |a Oliveira, Carlos 
245 0 0 |a Options and derivatives programming in C++23  |b algorithms and programming techniques for the financial industry  |c Carlos Oliveira 
250 |a Third edition 
260 |a Berkeley, CA  |b Apress  |c 2023 
300 |a xxiv, 299 pages  |b illustrations 
505 0 |a Chapter 1: Options Concept -- Chapter 2: Financial Derivatives -- Chapter 3: Basic Algorithms -- Chapter 4: Object-Oriented Techniques -- Chapter 5: Design Patterns for Options Processing -- Chapter 6: C++ Template-Based Techniques -- Chapter 7: STL for Derivative Programming -- Chapter 8: Functional Programming Techniques -- Chapter 9: Linear Algebra Algorithms -- Chapter 10: Numerical Analysis Algorithms in C++ -- Chapter 11: Solving Models Based on Differential Equations -- Chapter 12: Basic Models for Options Pricing -- Chapter 13: Monte-Carlo Techniques for Options Pricing -- Chapter 14: Back Testing Option Strategies -- Chapter 15: Using C++ libraries for Finance -- Chapter 16: Credit Derivatives -- Chapter 17: Processing Financial Data 
653 |a Programming languages (Electronic computers) / fast 
653 |a software / aat 
653 |a Logiciels 
653 |a Programming languages (Electronic computers) / http://id.loc.gov/authorities/subjects/sh85107313 
653 |a Computer software / fast 
653 |a Business enterprises / Finance / fast 
653 |a Computer software / http://id.loc.gov/authorities/subjects/sh85029534 
653 |a C++ (Langage de programmation) 
653 |a C++ (Computer program language) / http://id.loc.gov/authorities/subjects/sh87007505 
653 |a C++ (Computer program language) / fast 
653 |a Business enterprises / Finance / http://id.loc.gov/authorities/subjects/sh85018286 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
028 5 0 |a 10.1007/978-1-4842-9827-5 
776 |z 9781484298275 
776 |z 9781484298268 
776 |z 1484298276 
776 |z 1484298268 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484298275/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.13/3 
082 0 |a 332 
082 0 |a 338 
082 0 |a 330 
520 |a This book is a hands-on guide for programmers who want to learn how C++ is used to develop solutions for options and derivatives trading in the financial industry. It explores the main algorithms and programming techniques used in implementing systems and solutions for trading options and derivatives. This updated edition will bring forward new advances in C++ software language and libraries, with a particular focus on the new C++23 standard. The book starts by covering C++ language features that are frequently used to write financial software for options and derivatives. These features include the STL (standard template library), generic templates, functional programming, and support for numerical code. Examples include additional support for lambda functions with simplified syntax, improvements in automatic type detection for templates, custom literals, modules, constant expressions, and improved initialization strategies for C++ objects.  
520 |a This book also provides how-to examples that cover all the major tools and concepts used to build working solutions for quantitative finance. It discusses how to create bug-free and efficient applications, leveraging the knowledge of object-oriented and template-based programming. It has two new chapters covering backtesting option strategies and processing financial data.. It introduces the topics covered in the book in a logical and structured way, with lots of examples that will bring them to life. Options and Derivatives Programming in C++23 has been written with the goal of reaching readers who are looking for a concise, algorithms-based book that provides basic information through well-targeted examples and ready to use solutions.  
520 |a You will: Gain insight into the fundamental challenges of the options and derivatives market Master the features of the C++ language used in quantitative financial programming Understand quantitative finance algorithms for options and derivatives Build pricing algorithms around the Black-Scholes model, and use binomial and differential equations methods