• Stars
    star
    113
  • Rank 310,115 (Top 7 %)
  • Language
    C++
  • Created over 10 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My codes and notes for Joshi's book: c++ design patterns and derivatives pricing

C++ Design Patterns and Derivatives Pricing

####Introduction

This is the first book on implementing financial models using object-oriented C++. Assuming only a basic knowledge of C++ and mathematical finance, the reader learns how to produce well-designed, structured, reusable code via carefully-chosen examples. This new edition includes several new chapters covering topics of increasing robustness in the presence of exceptions, designing a generic factory, interfacing C++ with EXCEL, and improving code design using the idea of decoupling. Complete ANSI/ISO compatible C++ source code is hosted on an accompanying website for the reader to study in detail, and reuse as they see fit. Whether you are a student of financial mathematics, a working quantitative analyst or financial mathematician, you need this book. Offering practical steps for implementing pricing models for complex financial products, it will transform your understanding of how to use C++

####For you reference

Offical website for this book: http://www.markjoshi.com/design/

Amazon page: http://www.amazon.com/Patterns-Derivatives-Pricing-Mathematics-Finance/dp/0521721628

Forum: http://www.markjoshi.com/books/phpBB3/viewforum.php?f=3

Notice

  • all projects all written in Xcode