C++ for Financial Mathematics
eBook - PDF

C++ for Financial Mathematics

  1. 388 pages
  2. English
  3. PDF
  4. Available on iOS & Android
eBook - PDF

C++ for Financial Mathematics

Book details
Table of contents
Citations

About This Book

If you know a little bit about financial mathematics but don't yet know a lot about programming, then C++ for Financial Mathematics is for you.

C++ is an essential skill for many jobs in quantitative finance, but learning it can be a daunting prospect. This book gathers together everything you need to know to price derivatives in C++ without unnecessary complexities or technicalities. It leads the reader step-by-step from programming novice to writing a sophisticated and flexible financial mathematics library. At every step, each new idea is motivated and illustrated with concrete financial examples.

As employers understand, there is more to programming than knowing a computer language. As well as covering the core language features of C++, this book teaches the skills needed to write truly high quality software. These include topics such as unit tests, debugging, design patterns and data structures.

The book teaches everything you need to know to solve realistic financial problems in C++. It can be used for self-study or as a textbook for an advanced undergraduate or master's level course.

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 C++ for Financial Mathematics by John Armstrong in PDF and/or ePUB format, as well as other popular books in Business & Finance. We have over one million books available in our catalogue for you to explore.

Information

Year
2017
ISBN
9781498750066
Edition
1
Subtopic
Finance

Table of contents

  1. Cover
  2. Half Title
  3. Title Page
  4. Copyright Page
  5. Contents
  6. Introduction
  7. 1 Getting Started
  8. 2 Basic Data Types and Operators
  9. 3 Functions
  10. 4 Flow of Control
  11. 5 Working with Multiple Files
  12. 6 Unit Testing
  13. 7 Using C++ Classes
  14. 8 User-Defined Types
  15. 9 Monte Carlo Pricing in C++
  16. 10 Interfaces
  17. 11 Arrays, Strings, and Pointers
  18. 12 More Sophisticated Classes
  19. 13 The Portfolio Class
  20. 14 Delta Hedging
  21. 15 Debugging and Development Tools
  22. 16 A Matrix Class
  23. 17 An Overview of Templates
  24. 18 The Standard Template Library
  25. 19 Function Objects and Lambda Functions
  26. 20 Threads
  27. 21 Next Steps
  28. A Risk-Neutral Pricing
  29. Bibliography
  30. Index