Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Mathematical Finance: Theory, Modeling, Implementation
 
 

Mathematical Finance: Theory, Modeling, Implementation [Hardcover]

Christian Fries
5.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 164.99
Price: CDN$ 126.57 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 38.42 (23%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.ca. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Monday, May 28? Choose One-Day Shipping at checkout.

Formats

Amazon Price New from Used from
Turtleback CDN $114.39  
Hardcover, Aug 23 2007 CDN $126.57  

Product Details


Product Description

Review

"…very useful to practitioners and students…" (MAA Reviews, December 26, 2007)

"An excellent textbook for students in mathematical finance, computational finance, and derivative pricing courses at the upper undergraduate or beginning graduate level." (Mathematical Reviews 2007)

Product Description

A balanced introduction to the theoretical foundations and real-world applications of mathematical finance

The ever-growing use of derivative products makes it essential for financial industry practitioners to have a solid understanding of derivative pricing. To cope with the growing complexity, narrowing margins, and shortening life-cycle of the individual derivative product, an efficient, yet modular, implementation of the pricing algorithms is necessary. Mathematical Finance is the first book to harmonize the theory, modeling, and implementation of today's most prevalent pricing models under one convenient cover. Building a bridge from academia to practice, this self-contained text applies theoretical concepts to real-world examples and introduces state-of-the-art, object-oriented programming techniques that equip the reader with the conceptual and illustrative tools needed to understand and develop successful derivative pricing models.

Utilizing almost twenty years of academic and industry experience, the author discusses the mathematical concepts that are the foundation of commonly used derivative pricing models, and insightful Motivation and Interpretation sections for each concept are presented to further illustrate the relationship between theory and practice. In-depth coverage of the common characteristics found amongst successful pricing models are provided in addition to key techniques and tips for the construction of these models. The opportunity to interactively explore the book's principal ideas and methodologies is made possible via a related Web site that features interactive Java experiments and exercises.

While a high standard of mathematical precision is retained, Mathematical Finance emphasizes practical motivations, interpretations, and results and is an excellent textbook for students in mathematical finance, computational finance, and derivative pricing courses at the upper undergraduate or beginning graduate level. It also serves as a valuable reference for professionals in the banking, insurance, and asset management industries.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

1 Review
5 star:
 (1)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

5.0 out of 5 stars About this Book, Feb 22 2008
By 
Christian Fries "cpfx" (Frankfurt am Main) - See all my reviews
(REAL NAME)   
This review is from: Mathematical Finance: Theory, Modeling, Implementation (Hardcover)
Disclaimer: As you can see from Amazon RealName (TM), I am the author of the book. The editorial review provided on the back of the book and reproduced on amazon was written by the publisher. However, that editorial review does not provide as much information about the book as I think is necessary. This review hopefully provides you with a more detailed description of the contents and objectives of the book, to help you finding the right book for your needs. In addition you should check the sample chapters available via the books homepage at www.christian-fries.de/finmath/book

The book's main objective is to provide an intuition for the theoretical concepts relevant for derivative pricing and to bridge from the more academic concepts (filtration, random variable, stochastic process) to their application in industry, most notably modeling, calibration and object oriented implementation. It comes with extensive additional material to further explore the key concepts. See the book's home page at christian-fries.de/finmath/book

The book starts like a textbook giving an introduction to probability theory and stochastic processes. However, instead of repeating "Definition-Theorem-Proof" the book often leaves out the proof and adds two special sections: "Motivation" and "Interpretation" (before and after a definition or theorem). The first part makes you acquainted with the mathematical theory and provides the intuition for the fundamental building blocks like random variable, brownian motion, drift and volatility, Ito process, measures, change of measure and numéraire, etc.

In the second part, first applications are, of course, the Black-Scholes model for a single asset. As an excursion important concepts like implied volatility, hedging and the greeks are presented. The results and graphs of these applications may be explored interactively in Java applets on associated web pages.

The third part introduces interest rates, interest rate products and further analytical pricing models. At first, this might come as an arbitrary choice of a specific asset class, namely to focus on interest rates in contrast then equity, foreign exchange (fx), or credit derivatives. However, there is a motivation on why interest rates are a natural choice if one wants to move to more complex derivatives like they have become popular recently: Derivatives feature payments or cash-flows (settlements) at different times, and interest rates are one way to describe the value of future payouts. Mathematically speaking, interest rate products (like bonds or money market accounts) are a natural choice for a numéraire. So interest rates are part of any model (e.g. the black-scholes model for equity and foreign exchange) and considering stochastic interest rates will make these models into hybrid interest rate models.

Before discussing interest rates models (part V) or hybrid models (part VI), the part IV of the book gives a treatment of the numerical implementation of such models. It focuses on Monte-Carlo simulations and their object oriented implementation. Monte-Carlo simulation is one of the most powerful tools in (numerical) derivative pricing. It is also a straight forward approach to implement models, making as few assumption as possible (for example: finite differences, like PDEs and trees are limited to low(er) dimensions). Despite its ubiquitous application, Monte-Carlo simulation brings several disadvantages: a) It is sometimes slower. Given the performance of todays computers, this disadvantage is becoming less important. b) Bermudan options are hard to price. This is solved in Chapter 15. Path-dependent bermudan options are even harder. This is solved in Chapter 16. c) Sensitivities are unstable. This is solved in Chapter 17 and 18.

Part V introduces bigger models, like the LIBOR Market Model, the classical Short Rate Models, Heath-Jarrow-Morton Framework, Cheyette Model and Markov Functional Models. This part focuses a bit on the LIBOR Market Model as it is our workhorse. The calibration of the LIBOR Market Model is discussed (e.g. the calibration to swaption volatility and swap rate covariance) and hints for fast, object oriented implementations are given. Object oriented designs are given in UML diagrams. In "Excursions" concepts like mean-reversion, instantaneous and terminal correlation, multi-factor model, etc. are discussed and illustrated. This part will both endow you with a solid intuition of important model aspects as well as the ability to actually implement such model.

Part VI builds upon the models presented in part V to introduce model extensions like credit spread (credit default) or hybrid models. Examples for hybrid-models are equity-interest rate hybrid model, fx-interest rate hybrid model, multi-currency model. The equity-interest rate hybrid model is essentially a Black-Scholes model (as it was discussed in the second part of the book) with stochastic interest rate modeled by a LIBOR market model (as it was discussed in the fifth part of the book). Since the numéraire is an interest rate product, a Black-Scholes model with stochastic interest rates becomes an interest rate model with an extension.

Part VII gives a short introduction to object oriented implementation.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.0 out of 5 stars (7 customer reviews)

18 of 20 people found the following review helpful
5.0 out of 5 stars About this Book, Jan 15 2008
By Christian Fries "cpfx" - Published on Amazon.com
This review is from: Mathematical Finance: Theory, Modeling, Implementation (Hardcover)
Disclaimer: As you can see from Amazon RealName (TM), I am the author of the book. The editorial review provided on the back of the book and reproduced on amazon was written by the publisher. However, that editorial review does not provide as much information about the book as I think is necessary. This review hopefully provides you with a more detailed description of the contents and objectives of the book, to help you finding the right book for your needs. [...]

The book's main objective is to provide an intuition for the theoretical concepts relevant for derivative pricing and to bridge from the more academic concepts (filtration, random variable, stochastic process) to their application in industry, most notably modeling, calibration and object oriented implementation. It comes with extensive additional material to further explore the key concepts. See the book's home page at christian-fries.de/finmath/book

The book starts like a textbook giving an introduction to probability theory and stochastic processes. However, instead of repeating "Definition-Theorem-Proof" the book often leaves out the proof and adds two special sections: "Motivation" and "Interpretation" (before and after a definition or theorem). The first part makes you acquainted with the mathematical theory and provides the intuition for the fundamental building blocks like random variable, brownian motion, drift and volatility, Ito process, measures, change of measure and numéraire, etc.

In the second part, first applications are, of course, the Black-Scholes model for a single asset. As an excursion important concepts like implied volatility, hedging and the greeks are presented. The results and graphs of these applications may be explored interactively in Java applets on associated web pages.

The third part introduces interest rates, interest rate products and further analytical pricing models. At first, this might come as an arbitrary choice of a specific asset class, namely to focus on interest rates in contrast then equity, foreign exchange (fx), or credit derivatives. However, there is a motivation on why interest rates are a natural choice if one wants to move to more complex derivatives like they have become popular recently: Derivatives feature payments or cash-flows (settlements) at different times, and interest rates are one way to describe the value of future payouts. Mathematically speaking, interest rate products (like bonds or money market accounts) are a natural choice for a numéraire. So interest rates are part of any model (e.g. the black-scholes model for equity and foreign exchange) and considering stochastic interest rates will make these models into hybrid interest rate models.

Before discussing interest rates models (part V) or hybrid models (part VI), the part IV of the book gives a treatment of the numerical implementation of such models. It focuses on Monte-Carlo simulations and their object oriented implementation. Monte-Carlo simulation is one of the most powerful tools in (numerical) derivative pricing. It is also a straight forward approach to implement models, making as few assumption as possible (for example: finite differences, like PDEs and trees are limited to low(er) dimensions). Despite its ubiquitous application, Monte-Carlo simulation brings several disadvantages: a) It is sometimes slower. Given the performance of todays computers, this disadvantage is becoming less important. b) Bermudan options are hard to price. This is solved in Chapter 15. Path-dependent bermudan options are even harder. This is solved in Chapter 16. c) Sensitivities are unstable. This is solved in Chapter 17 and 18.

Part V introduces bigger models, like the LIBOR Market Model, the classical Short Rate Models, Heath-Jarrow-Morton Framework, Cheyette Model and Markov Functional Models. This part focuses a bit on the LIBOR Market Model as it is our workhorse. The calibration of the LIBOR Market Model is discussed (e.g. the calibration to swaption volatility and swap rate covariance) and hints for fast, object oriented implementations are given. Object oriented designs are given in UML diagrams. In "Excursions" concepts like mean-reversion, instantaneous and terminal correlation, multi-factor model, etc. are discussed and illustrated. This part will both endow you with a solid intuition of important model aspects as well as the ability to actually implement such model.

Part VI builds upon the models presented in part V to introduce model extensions like credit spread (credit default) or hybrid models. Examples for hybrid-models are equity-interest rate hybrid model, fx-interest rate hybrid model, multi-currency model. The equity-interest rate hybrid model is essentially a Black-Scholes model (as it was discussed in the second part of the book) with stochastic interest rate modeled by a LIBOR market model (as it was discussed in the fifth part of the book). Since the numéraire is an interest rate product, a Black-Scholes model with stochastic interest rates becomes an interest rate model with an extension.

Part VII gives a short introduction to object oriented implementation.

9 of 11 people found the following review helpful
5.0 out of 5 stars An excellent quant book, Feb 6 2008
By The Wizard - Published on Amazon.com
This review is from: Mathematical Finance: Theory, Modeling, Implementation (Hardcover)
The book starts with discussing basic mathematical finance such as Ito's lemma and Black-Scholes theory. This is a rather compact summary without proofs and I therefore believe a novice reader first should read an introductory book such as the one by Baxter & Rennie. The main part of the books is then devoted to various issues that one encounters in the implementation of financial models. I found this part very useful and I guess most quants have encountered the interesting problems that the author discusses such as: calculation of greeks in Monte-Carlo implementations, backward pricing of path-dependent products, implementation of Markov models, etc.

7 of 9 people found the following review helpful
5.0 out of 5 stars This book is unbelievable precious, Jun 5 2008
By Igor Cakulev "Igor C." - Published on Amazon.com
This review is from: Mathematical Finance: Theory, Modeling, Implementation (Hardcover)
The book has so many nuggets of wisdom is hard to mention them all. I know I struggled with some concepts before and somehow they were explained in a remarkable way. So now I am just asking myself, was I so stupid before?

Perfect for practitioners, but not in the sense of generic cookbook like the Hull's book where the math is dangerously simplified.
The theory is explained with flawless clarity. Numerous tricks are given for free. For example, I always looked at interpolation as something trivial, however Fries explains arbitrage violations using different interpolation, i.e. negative probability density for smoothing interpolations, discrete for linear. This book is especially useful for somebody that is interested in Libor Market Model. There is also extension of it like the cross-currency version of it; I haven't seen it anywhere else (at least not in books).
From the negative side, I only wished more code posted, but that is just me being greedy. Given the amount spent on implementation issues, I would also like to see little bit more on calibration.
 Go to Amazon.com to see all 7 reviews  4.0 out of 5 stars 
 
 
Only search this product's reviews



Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges