Buch, Englisch, 410 Seiten, Format (B × H): 156 mm x 234 mm, Gewicht: 623 g
Buch, Englisch, 410 Seiten, Format (B × H): 156 mm x 234 mm, Gewicht: 623 g
Reihe: Chapman and Hall/CRC Financial Mathematics Series
ISBN: 978-1-032-09721-3
Verlag: Chapman and Hall/CRC
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.
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Introduction. Getting Started. Basic Data Types and Operators. Functions. Flow of Control. Working with Multiple Files. Unit Testing. Using C++ Classes. User-Defined Types. Monte Carlo Pricing in C++. Interfaces. Arrays, Strings, and Pointers. More Sophisticated Classes. The Portfolio Class. Delta Hedging. Debugging and Development ToolsA Matrix Class. An Overview of Templates. The Standard Template Library. Function Objects and Lambda Functions. Threads. Next Steps. Appendix: Risk-Neutral Pricing