Books
Computers Electronics Home & Garden Jewelry Movies Music Toys
Search for: in
Modeling Derivatives in C++ (+CD) (Wiley Finance)
by John Wiley & Sons
Modeling Derivatives in C++ (+CD) (Wiley Finance) - Click to Enlarge
Avg. Rating: 5 of 5 stars (based on 5 reviews)
$41.87 to $95.00 from 4 stores
This book is the definitive and most comprehensive guide to modeling derivatives in C++ today. Providing reade… Read more
Similar ItemsNEW!
Financial Instrument Pricing Using C++ (The Wiley Finance Series)
$44.30 to $164.99 from 2 stores
Monte Carlo Methods in Financial Engineering (Applications of Mathematics)
$44.17 to $93.50 from 7 stores

See more below
Information Below:  Store Prices  |  Customer Reviews  |  Similar Items


Compare Prices From 4 Stores
View: All  |  New  |  Used
Sort By
Store Name
Sort By
Store Rating
Sort By
Price
Sort By
Shipping
 
Description
 
Buy
Buy.com
Store Info
Be the first to write a review See site Modeling Derivatives in C++ (+Cd)
In stock!
See it at at
Buy.com
Amazon.com Marketplace
Store Info
Be the first to write a review
Used
Free Shipping! Modeling Derivatives in C++ (+CD) (Wiley Finance)
In stock!
See it at at
Amazon.com Marketplace
Bunches of Books
Store Info
Be the first to write a review
Used
See site Modeling Derivatives in C++ (Wiley Finance) See it at at
Bunches of Books
Store Info Be the first to write a review See site Modeling Derivatives In C++ (+cd) See it at at
Indigo Books & Music
* Prices and availability are subject to change without notice. Please check the merchant store for details.
List Your Products -
Customers Who Viewed This Item Also Viewed

Financial Instrument Pricing Using C++ (The Wiley Finance Series)
$44.30 to $164.99 from 2 stores

Monte Carlo Methods in Financial Engineering (Applications of Mathematics)
$44.17 to $93.50 from 7 stores

Excel Add-in Development in C/C++ : Applications in Finance (The Wiley Finance Series)
$47.34 to $60.27 from 4 stores

Heard on the Street: Quantitative Questions from Wall Street Job Interviews
$29.00 to $77.83 from 3 stores

C++ Design Patterns and Derivatives Pricing (Mathematics, Finance and Risk)
$29.98 to $58.81 from 4 stores

Stochastic Calculus for Finance II: Continuous-Time Models (Springer Finance)
$9.00 to $93.50 from 2 stores

My Life as a Quant : Reflections on Physics and Finance
$14.98 to $37.99 from 5 stores

Stochastic Calculus for Finance I: The Binomial Asset Pricing Model
$32.00 to $56.18 from 2 stores

Interest Rate Models
$54.88 to $125.84 from 3 stores

Options, Futures, and Other Derivatives (5th Edition)
$45.00 to $156.00 from 5 stores

The Concepts and Practice of Mathematical Finance (Mathematics, Finance and Risk)
$33.98 to $60.00 from 4 stores

Product Description
Modeling Derivatives in C++ (+CD) (Wiley Finance)
Book Description
This book is the definitive and most comprehensive guide to modeling derivatives in C++ today. Providing readers with not only the theory and math behind the models, as well as the fundamental concepts of financial engineering, but also actual robust object-oriented C++ code, this is a practical introduction to the most important derivative models used in practice today, including equity (standard and exotics including barrier, lookback, and Asian) and fixed income (bonds, caps, swaptions, swaps, credit) derivatives. The book provides complete C++ implementations for many of the most important derivatives and interest rate pricing models used on Wall Street including Hull-White, BDT, CIR, HJM, and LIBOR Market Model. London illustrates the practical and efficient implementations of these models in real-world situations and discusses the mathematical underpinnings and derivation of the models in a detailed yet accessible manner illustrated by many examples with numerical data as well as real market data. A companion CD contains quantitative libraries, tools, applications, and resources that will be of value to those doing quantitative programming and analysis in C++. Filled with practical advice and helpful tools, Modeling Derivatives in C++ will help readers succeed in understanding and implementing C++ when modeling all types of derivatives.
Customer Reviews
2 out of 7 people found the following review helpful:
5 of 5 stars  A Masterpiece Resource for Derivatives Students and Traders
Sunday, April 24, 2005
As both a professor of finance and a practitioner in the field, I've used several books for teaching, but find this book to be one of the most useful and resourceful. This book is also being used in many other universities and trading desks given its depth and coverage.

The author does a phenomenal job in his coverage and discussion of equity and fixed-income models. Details and code for complex interest rate models like the HJM andLibor Market Models is given and the code is well-written and commented. Application of these models is shown for pricing exotic and structured products like synthetic swaps, Bermudan swaptions, index-amortizing swaps, and range notes.

In some sense, this book could be a substitute for Hull's book given that it is covers all the material in Hull's book plus much more, as well as provides all of the code in C++ -- something I've haven't seen in any other book. The author gives many C++ libraries and routines that can easily be adapted by readers into their own code and libraries.

One of the unique aspects of this book is that the author provides various implementations and not just one approach for an any given model. For instance, the model shows how the Hull-White model can be coded three different ways with each implementation more robust than the previous one.

What clearly distinguishes this book from any other in the field is the application of the models to real-world data and the detailed discussions for how to implement derivative models in C++. For instance, the discussion on implied modeling volatility surfaces and GARCH models includes details of the various techniques used by traders and developers to calibrate and estimate parameters using actual marketdata.

This book is important reading for those who want to master concepts and programming in financial engineering.

I strongly recommend this book.


2 out of 7 people found the following review helpful:
5 of 5 stars  A Masterpiece Resource for Derivatives Students and Traders
Tuesday, April 05, 2005
As both a professor of finance and a practitioner in the field, I've used several books for teaching, but find this book to be one of the most useful and resourceful. This book is also being used in many other universities and trading desks given its depth and coverage.

The author does a phenomenal job in his coverage and discussion of equity and fixed-income models. Details and code for complex interest rate models like the HJM andLibor Market Models is given and the code is well-written and commented. Application of these models is shown for pricing exotic and structured products like synthetic swaps, Bermudan swaptions, index-amortizing swaps, and range notes.

In some sense, this book could be a substitute for Hull's book given that it is covers all the material in Hull's book plus much more, as well as provides all of the code in C++ -- something I've haven't seen in any other book. The author gives many C++ libraries and routines that can easily be adapted by readers into their own code and libraries.

One of the unique aspects of this book is that the author provides various implementations and not just one approach for an any given model. For instance, the model shows how the Hull-White model can be coded three different ways with each implementation more robust than the previous one.

What clearly distinguishes this book from any other in the field is the application of the models to real-world data and the detailed discussions for how to implement derivative models in C++. For instance, the discussion on implied modeling volatility surfaces and GARCH models includes details of the various techniques used by traders and developers to calibrate and estimate parameters using actual marketdata.

This book is important reading for those who want to master concepts and programming in financial engineering.

I strongly recommend this book.

0 out of 5 people found the following review helpful:
5 of 5 stars  Clear, concise - one of the best books on pricing algorithms
Saturday, April 02, 2005
This is a brilliant book - It is encyclopedic when it comes to pricing algorthms and very clear in its presentation. A point to note is that even though it covers a lot of background material, to understand the code, I would recomend that you need to understand the underlying mathematics to some degree before launching into this book. Also this is not a C++ tutorial book. Nevertheless this is a fantastic reference and I have used a lot of its examples to help with my work - a must for people interested or working in the field of quant finance

1 out of 6 people found the following review helpful:
5 of 5 stars  Best Derivatives Book
Friday, April 01, 2005
This book is required reading if you work as a quant, financial engineer, trader, or developer. It is the only book written that contains the details for how to correctly implement all the complex models.

This book helped me both in school and in getting a financial engineering job on Wall Street after I graduated. The real-world examples with actual market data shows exactly how these models work in practice.

The CD ROM contains tons of reusable C++ code and routines that can help anyone with their work.

5 out of 11 people found the following review helpful:
5 of 5 stars  Great book!
Monday, February 07, 2005
Modeling Derivatives in C++ is a great book.

If you do work in the fin services area, Modeling Derivatives in C++ is a required book.

See all customer reviews...
Home  |  About Priceflo  |  Tell a Friend  |  List Your Products  |  Merchant Login  |  Site Map  |  Help

© 2008, Priceflo, Inc. All rights reserved. Privacy Policy  |  Terms of Service