1.

Record Nr.

UNINA9910464801403321

Autore

Schlogl Erik

Titolo

Quantitative Finance : An Object-Oriented Approach in C++ / / by Erik Schlogl

Pubbl/distr/stampa

Boca Raton, FL : , : Chapman and Hall/CRC, , [2018]

©2013

ISBN

1-315-36199-X

1-315-36543-X

1-4987-8554-9

1-58488-479-7

Edizione

[1st edition]

Descrizione fisica

1 online resource (350 p.)

Collana

Chapman and Hall/CRC Financial Mathematics Series

Disciplina

332.0285/5133

Soggetti

Finance - Mathematical models

Investments - Mathematical models

C++ (Computer program language)

Electronic books.

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Description based upon print version of record.

Nota di bibliografia

Includes bibliographical references.

Nota di contenuto

Front Cover; Dedication; Contents; Preface; Acknowledgements; 1. A brief review of the C++ programming language; 2. Basic building blocks; 3. Lattice models for option pricing; 4. The Black/ Scholes world; 5. Finite difference methods; 6. Implied volatility and volatility smiles; 7. Monte Carlo simulation; 8. The Heath/ Jarrow/ Morton model; A. Interfacing between C++ and Microsoft Excel; B. Automatic generation of documentation using Doxygen; References

Sommario/riassunto

Quantitative Finance: An Object-Oriented Approach in C++ provides readers with a foundation in the key methods and models of quantitative finance. Keeping the material as self-contained as possible, the author introduces computational finance with a focus on practical implementation in C++. Through an approach based on C++ classes and templates, the text highlights the basic principles common to various methods and models while the algorithmic implementation guides readers to a more thorough, hands-on understanding. By moving beyond a purely theoretical treatment to the actual



implementation of the models using C++, readers greatly enhance their career opportunities in the field. The book also helps readers implement models in a trading or research environment. It presents recipes and extensible code building blocks for some of the most widespread methods in risk management and option pricing. Web ResourceThe author’s website provides fully functional C++ code, including additional C++ source files and examples. Although the code is used to illustrate concepts (not as a finished software product), it nevertheless compiles, runs, and deals with full, rather than toy, problems. The website also includes a suite of practical exercises for each chapter covering a range of difficulty levels and problem complexity.