Practical C++ Financial Programming
โ Scribed by Carlos Oliveira (auth.)
- Publisher
- Apress
- Year
- 2015
- Tongue
- English
- Leaves
- 382
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Practical C++ Financial Programming is a hands-on book for programmers wanting to apply C++ to programming problems in the financial industry. The book explains those aspects of the language that are more frequently used in writing financial software, including the STL, templates, and various numerical libraries. The book also describes many of the important problems in financial engineering that are part of the day-to-day work of financial programmers in large investment banks and hedge funds. The author has extensive experience in the New York City financial industry that is now distilled into this handy guide.
Focus is on providing working solutions for common programming problems. Examples are plentiful and provide value in the form of ready-to-use solutions that you can immediately apply in your day-to-day work. Youll learn to design efficient, numerical classes for use in finance, as well as to use those classes provided by Boost and other libraries. Youll see examples of matrix manipulations, curve fitting, histogram generation, numerical integration, and differential equation analysis, and youll learn how all these techniques can be applied to some of the most common areas of financial software development. These areas include performance price forecasting, optimizing investment portfolios, and more. The book style is quick and to-the-point, delivering a refreshing view of what one needs to master in order to thrive as a C++ programmer in the financial industry.
- Covers aspects of C++ especially relevant to financial programming.
- Provides working solutions to commonly-encountered problems in finance.
- Delivers in a refreshing and easy style with a strong focus on the practical.
โฆ Table of Contents
Front Matter....Pages i-xxviii
The Fixed Income Market....Pages 1-24
The Equities Market....Pages 25-53
C++ Programming Techniques in Finance....Pages 55-82
Common Libraries for Financial Applications....Pages 83-110
Designing Numerical Classes....Pages 111-135
Plotting Financial Data....Pages 137-153
Linear Algebra....Pages 155-170
Interpolation....Pages 171-181
Calculating Roots of Equations....Pages 183-201
Numerical Integration....Pages 203-219
Solving ODEs and PDEs....Pages 221-236
Optimization....Pages 237-254
Asset and Portfolio Optimization....Pages 255-272
Monte Carlo Methods....Pages 273-290
Extending Financial Libraries....Pages 291-311
Using C++ with R and Maxima....Pages 313-324
Multithreading....Pages 325-342
C++11/14 Features....Pages 343-357
Back Matter....Pages 359-365
โฆ Subjects
Computer Science, general
๐ SIMILAR VOLUMES
Practical C++ Financial Programming is a hands-on book for programmers wanting to apply C++ to programming problems in the financial industry. The book explains those aspects of the language that are more frequently used in writing financial software, including the STL, templates, and various numeri
There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooksยฎ famous. C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and a