Options and Derivatives Programming in C++23
eBook - ePub

Options and Derivatives Programming in C++23

Algorithms and Programming Techniques for the Financial Industry

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Options and Derivatives Programming in C++23

Algorithms and Programming Techniques for the Financial Industry

Book details
Table of contents
Citations

About This Book

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. 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 coveringbacktesting option strategies and processing financial data.. It introduces thetopics 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.

What You Will Learn

  • 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-Scholesmodel, and use binomial and differential equations methods

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.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Options and Derivatives Programming in C++23 by Carlos Oliveira in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Languages. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2023
ISBN
9781484298275
Edition
3

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Options Concepts
  4. 2. Financial Derivatives
  5. 3. Basic C++ Algorithms
  6. 4. Object-Oriented Techniques
  7. 5. Design Patterns for Options Processing
  8. 6. Template-Based Techniques
  9. 7. STL for Derivatives Programming
  10. 8. Functional Programming Techniques
  11. 9. Linear Algebra Algorithms
  12. 10. Algorithms for Numerical Analysis
  13. 11. Models Based on Differential Equations
  14. 12. Basic Models for Options Pricing
  15. 13. Monte Carlo Methods
  16. 14. Backtesting Trading Strategies in C++
  17. 15. Using C++ Libraries for Finance
  18. 16. Credit Derivatives
  19. 17. Processing Financial Data
  20. Back Matter