Atnaujinkite slapukų nuostatas

El. knyga: Financial Instrument Pricing Using C++

2.40/5 (10 ratings by Goodreads)
(Datasim Education BV)
  • Formatas: EPUB+DRM
  • Serija: The Wiley Finance Series
  • Išleidimo metai: 23-Oct-2013
  • Leidėjas: John Wiley & Sons Inc
  • Kalba: eng
  • ISBN-13: 9781118856475
  • Formatas: EPUB+DRM
  • Serija: The Wiley Finance Series
  • Išleidimo metai: 23-Oct-2013
  • Leidėjas: John Wiley & Sons Inc
  • Kalba: eng
  • ISBN-13: 9781118856475

DRM apribojimai

  • Kopijuoti:

    neleidžiama

  • Spausdinti:

    neleidžiama

  • El. knygos naudojimas:

    Skaitmeninių teisių valdymas (DRM)
    Leidykla pateikė šią knygą šifruota forma, o tai reiškia, kad norint ją atrakinti ir perskaityti reikia įdiegti nemokamą programinę įrangą. Norint skaityti šią el. knygą, turite susikurti Adobe ID . Daugiau informacijos  čia. El. knygą galima atsisiųsti į 6 įrenginius (vienas vartotojas su tuo pačiu Adobe ID).

    Reikalinga programinė įranga
    Norint skaityti šią el. knygą mobiliajame įrenginyje (telefone ar planšetiniame kompiuteryje), turite įdiegti šią nemokamą programėlę: PocketBook Reader (iOS / Android)

    Norint skaityti šią el. knygą asmeniniame arba „Mac“ kompiuteryje, Jums reikalinga  Adobe Digital Editions “ (tai nemokama programa, specialiai sukurta el. knygoms. Tai nėra tas pats, kas „Adobe Reader“, kurią tikriausiai jau turite savo kompiuteryje.)

    Negalite skaityti šios el. knygos naudodami „Amazon Kindle“.

One of the best languages for the development of financial engineering and instrument pricing applications is C++. This book has several features that allow developers to write robust, flexible and extensible software systems. The book is an ANSI/ISO standard, fully object-oriented and interfaces with many third-party applications. It has support for templates and generic programming, massive reusability using templates (write once) and support for legacy C applications.

In this book, author Daniel J. Duffy brings C++ to the next level by applying it to the design and implementation of classes, libraries and applications for option and derivative pricing models. He employs modern software engineering techniques to produce industrial-strength applications:

  • Using the Standard Template Library (STL) in finance
  • Creating your own template classes and functions
  • Reusable data structures for vectors, matrices and tensors
  • Classes for numerical analysis (numerical linear algebra )
  • Solving the Black Scholes equations, exact and approximate solutions
  • Implementing the Finite Difference Method in C++
  • Integration with the Gang of Four Design Patterns
  • Interfacing with Excel (output and Add-Ins)
  • Financial engineering and XML
  • Cash flow and yield curves

Included with the book is a CD containing the source code in the Datasim Financial Toolkit. You can use this to get up to speed with your C++ applications by reusing existing classes and libraries.

'Unique... Let's all give a warm welcome to modern pricing tools.'
-- Paul Wilmott, mathematician, author and fund manager

PART I TEMPLATE PROGRAMMING IN C++.
1 Executive Overview of this Book.
2 A Gentle Introduction to Templates in C++.
3 An Introduction to the Standard Template Library (STL).
4 STL for Financial Engineering Applications.
5 The Property Pattern in Financial Engineering.
PART II BUILDING BLOCK CLASSES.
6 Array, Vectors and Matrices.
7 Arrays and Matrix Properties.
8 Numerical Linear Algebra.
9 Modelling Functions in C++.
10 C++ Classes for Statistical Distribution.
PART III ORDINARY AND STOCHASTIC DIFFERENTIAL EQUATIONS.
11 Numerical Solution of Initial Value Problems: Fundamentals.
12 Stochastic Processes and Stochastic Differential Equations (SDE).
13 Two-point Boundary Value Problems.
14 Matrix Iterative Methods. PART IV PROGRAMMING THE BLACK SCHOLES ENVIRONMENT.
15 An Overview of Computational Finance.
16 Introducing Finite Difference Schemes for Black Scholes: A Gentle Introduction.
17 Implicit Finite Difference Schemes for Black Scholes.
18 Special Schemes for Plain and Exotic Options.
19 My First Finite Difference Solver.
20 An Introduction to ADI and Splitting Schemes.
21 Numerical Approximation of Two-Factor Derivative Models.


Daniel Duffy works for Datasim, an Amsterdam-based trainer and software developer (www.datasim-component.com, www.datasim.nl). He has been working in IT since 1979 and with object-oriented technology since 1987. He received his MSc and PhD theses (in numerical analysis) from Trinity College, Dublin. His current interests are in the modelling of financial instruments using numerical methods (for example, finite difference method) and C++. He can be contacted at dduffy@datasim.nl