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. Available on iOS & Android
eBook - ePub

Options and Derivatives Programming in C++23

Algorithms and Programming Techniques for the Financial Industry

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 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.

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-Scholes model, 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

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
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.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
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 use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
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 & Corporate Finance. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2023
Print ISBN
9781484298268
eBook ISBN
9781484298275

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