Author: Thomas Wake Epps
Publisher: World Scientific Publishing Company
ISBN: 9814365432
Category : Business & Economics
Languages : en
Pages : 644
Book Description
This book presents techniques for valuing derivative securities at a level suitable for practitioners, students in doctoral programs in economics and finance, and those in masters-level programs in financial mathematics and computational finance. It provides the necessary mathematical tools from analysis, probability theory, the theory of stochastic processes, and stochastic calculus, making extensive use of examples. It also covers pricing theory, with emphasis on martingale methods. The chapters are organized around the assumptions made about the dynamics of underlying price processes. Readers begin with simple, discrete-time models that require little mathematical sophistication, proceed to the basic Black-Scholes theory, and then advance to continuous-time models with multiple risk sources. The second edition takes account of the major developments in the field since 2000. New topics include the use of simulation to price American-style derivatives, a new one-step approach to pricing options by inverting characteristic functions, and models that allow jumps in volatility and Markov-driven changes in regime. The new chapter on interest-rate derivatives includes extensive coverage of the LIBOR market model and an introduction to the modeling of credit risk. As a supplement to the text, the book contains an accompanying CD-ROM with user-friendly FORTRAN, C++, and VBA program components.
Pricing Derivative Securities (2nd Edition)
Author: Thomas Wake Epps
Publisher: World Scientific Publishing Company
ISBN: 9814365432
Category : Business & Economics
Languages : en
Pages : 644
Book Description
This book presents techniques for valuing derivative securities at a level suitable for practitioners, students in doctoral programs in economics and finance, and those in masters-level programs in financial mathematics and computational finance. It provides the necessary mathematical tools from analysis, probability theory, the theory of stochastic processes, and stochastic calculus, making extensive use of examples. It also covers pricing theory, with emphasis on martingale methods. The chapters are organized around the assumptions made about the dynamics of underlying price processes. Readers begin with simple, discrete-time models that require little mathematical sophistication, proceed to the basic Black-Scholes theory, and then advance to continuous-time models with multiple risk sources. The second edition takes account of the major developments in the field since 2000. New topics include the use of simulation to price American-style derivatives, a new one-step approach to pricing options by inverting characteristic functions, and models that allow jumps in volatility and Markov-driven changes in regime. The new chapter on interest-rate derivatives includes extensive coverage of the LIBOR market model and an introduction to the modeling of credit risk. As a supplement to the text, the book contains an accompanying CD-ROM with user-friendly FORTRAN, C++, and VBA program components.
Publisher: World Scientific Publishing Company
ISBN: 9814365432
Category : Business & Economics
Languages : en
Pages : 644
Book Description
This book presents techniques for valuing derivative securities at a level suitable for practitioners, students in doctoral programs in economics and finance, and those in masters-level programs in financial mathematics and computational finance. It provides the necessary mathematical tools from analysis, probability theory, the theory of stochastic processes, and stochastic calculus, making extensive use of examples. It also covers pricing theory, with emphasis on martingale methods. The chapters are organized around the assumptions made about the dynamics of underlying price processes. Readers begin with simple, discrete-time models that require little mathematical sophistication, proceed to the basic Black-Scholes theory, and then advance to continuous-time models with multiple risk sources. The second edition takes account of the major developments in the field since 2000. New topics include the use of simulation to price American-style derivatives, a new one-step approach to pricing options by inverting characteristic functions, and models that allow jumps in volatility and Markov-driven changes in regime. The new chapter on interest-rate derivatives includes extensive coverage of the LIBOR market model and an introduction to the modeling of credit risk. As a supplement to the text, the book contains an accompanying CD-ROM with user-friendly FORTRAN, C++, and VBA program components.
Introduction To Derivative Securities, Financial Markets, And Risk Management, An (Third Edition)
Author: Robert A Jarrow
Publisher: World Scientific
ISBN: 9811291691
Category : Business & Economics
Languages : en
Pages : 763
Book Description
The third edition updates the text in two significant ways. First, it updates the presentation to reflect changes that have occurred in financial markets since the publication of the 2nd edition. One such change is with respect to the over-the-counter interest rate derivatives markets and the abolishment of LIBOR as a reference rate. Second, it updates the theory to reflect new research related to asset price bubbles and the valuation of options. Asset price bubbles are a reality in financial markets and their impact on derivative pricing is essential to understand. This is the only introductory textbook that contains these insights on asset price bubbles and options.
Publisher: World Scientific
ISBN: 9811291691
Category : Business & Economics
Languages : en
Pages : 763
Book Description
The third edition updates the text in two significant ways. First, it updates the presentation to reflect changes that have occurred in financial markets since the publication of the 2nd edition. One such change is with respect to the over-the-counter interest rate derivatives markets and the abolishment of LIBOR as a reference rate. Second, it updates the theory to reflect new research related to asset price bubbles and the valuation of options. Asset price bubbles are a reality in financial markets and their impact on derivative pricing is essential to understand. This is the only introductory textbook that contains these insights on asset price bubbles and options.
Derivative Securities
Author: Robert A. Jarrow
Publisher: South Western Educational Publishing
ISBN:
Category : Business & Economics
Languages : en
Pages : 738
Book Description
Accessible and intuitive, Derivative Securities offers advanced undergraduates, MBA students, and executives the theory and practical tools needed to price and hedge derivatives in the professional marketplace. Written by two of the foremost derivative pricing experts in the world, this text makes the theory and practice of pricing and hedging derivative securities accessible without watering down the material. Presentation is complete yet avoids advanced mathematics. Equal coverage is given to options pricing theory and futures pricing theory, and cutting-edge derivatives research is incorporated throughout. Derivatives pricing software is bound with each text.
Publisher: South Western Educational Publishing
ISBN:
Category : Business & Economics
Languages : en
Pages : 738
Book Description
Accessible and intuitive, Derivative Securities offers advanced undergraduates, MBA students, and executives the theory and practical tools needed to price and hedge derivatives in the professional marketplace. Written by two of the foremost derivative pricing experts in the world, this text makes the theory and practice of pricing and hedging derivative securities accessible without watering down the material. Presentation is complete yet avoids advanced mathematics. Equal coverage is given to options pricing theory and futures pricing theory, and cutting-edge derivatives research is incorporated throughout. Derivatives pricing software is bound with each text.
C++ Design Patterns and Derivatives Pricing
Author: Mark Suresh Joshi
Publisher: Cambridge University Press
ISBN: 9780521832359
Category : Business & Economics
Languages : en
Pages : 220
Book Description
Design patterns are the cutting-edge paradigm for programming in object-oriented languages. Here they are discussed, for the first time in a book, in the context of implementing financial models in C++. Assuming only a basic knowledge of C++ and mathematical finance, the reader is taught how to produce well-designed, structured, re-usable code via concrete examples. Each example is treated in depth, with the whys and wherefores of the chosen method of solution critically examined. Part of the book is devoted to designing re-usable components that are then put together to build a Monte Carlo pricer for path-dependent exotic options. Advanced topics treated include the factory pattern, the singleton pattern and the decorator pattern. Complete ANSI/ISO-compatible C++ source code is included on a CD for the reader to study and re-use and so develop the skills needed to implement financial models with object-oriented programs and become a working financial engineer. Please note the CD supplied with this book is platform-dependent and PC users will not be able to use the files without manual intervention in order to remove extraneous characters. Cambridge University Press apologises for this error. Machine readable files for all users can be obtained from www.markjoshi.com/design.
Publisher: Cambridge University Press
ISBN: 9780521832359
Category : Business & Economics
Languages : en
Pages : 220
Book Description
Design patterns are the cutting-edge paradigm for programming in object-oriented languages. Here they are discussed, for the first time in a book, in the context of implementing financial models in C++. Assuming only a basic knowledge of C++ and mathematical finance, the reader is taught how to produce well-designed, structured, re-usable code via concrete examples. Each example is treated in depth, with the whys and wherefores of the chosen method of solution critically examined. Part of the book is devoted to designing re-usable components that are then put together to build a Monte Carlo pricer for path-dependent exotic options. Advanced topics treated include the factory pattern, the singleton pattern and the decorator pattern. Complete ANSI/ISO-compatible C++ source code is included on a CD for the reader to study and re-use and so develop the skills needed to implement financial models with object-oriented programs and become a working financial engineer. Please note the CD supplied with this book is platform-dependent and PC users will not be able to use the files without manual intervention in order to remove extraneous characters. Cambridge University Press apologises for this error. Machine readable files for all users can be obtained from www.markjoshi.com/design.
Theory of Financial Risk and Derivative Pricing
Author: Jean-Philippe Bouchaud
Publisher: Cambridge University Press
ISBN: 1139440276
Category : Business & Economics
Languages : en
Pages : 410
Book Description
Risk control and derivative pricing have become of major concern to financial institutions, and there is a real need for adequate statistical tools to measure and anticipate the amplitude of the potential moves of the financial markets. Summarising theoretical developments in the field, this 2003 second edition has been substantially expanded. Additional chapters now cover stochastic processes, Monte-Carlo methods, Black-Scholes theory, the theory of the yield curve, and Minority Game. There are discussions on aspects of data analysis, financial products, non-linear correlations, and herding, feedback and agent based models. This book has become a classic reference for graduate students and researchers working in econophysics and mathematical finance, and for quantitative analysts working on risk management, derivative pricing and quantitative trading strategies.
Publisher: Cambridge University Press
ISBN: 1139440276
Category : Business & Economics
Languages : en
Pages : 410
Book Description
Risk control and derivative pricing have become of major concern to financial institutions, and there is a real need for adequate statistical tools to measure and anticipate the amplitude of the potential moves of the financial markets. Summarising theoretical developments in the field, this 2003 second edition has been substantially expanded. Additional chapters now cover stochastic processes, Monte-Carlo methods, Black-Scholes theory, the theory of the yield curve, and Minority Game. There are discussions on aspects of data analysis, financial products, non-linear correlations, and herding, feedback and agent based models. This book has become a classic reference for graduate students and researchers working in econophysics and mathematical finance, and for quantitative analysts working on risk management, derivative pricing and quantitative trading strategies.
Derivative Securities and Difference Methods
Author: You-lan Zhu
Publisher: Springer Science & Business Media
ISBN: 1461473063
Category : Mathematics
Languages : en
Pages : 663
Book Description
This book is mainly devoted to finite difference numerical methods for solving partial differential equations (PDEs) models of pricing a wide variety of financial derivative securities. With this objective, the book is divided into two main parts. In the first part, after an introduction concerning the basics on derivative securities, the authors explain how to establish the adequate PDE boundary value problems for different sets of derivative products (vanilla and exotic options, and interest rate derivatives). For many option problems, the analytic solutions are also derived with details. The second part is devoted to explaining and analyzing the application of finite differences techniques to the financial models stated in the first part of the book. For this, the authors recall some basics on finite difference methods, initial boundary value problems, and (having in view financial products with early exercise feature) linear complementarity and free boundary problems. In each chapter, the techniques related to these mathematical and numerical subjects are applied to a wide variety of financial products. This is a textbook for graduate students following a mathematical finance program as well as a valuable reference for those researchers working in numerical methods in financial derivatives. For this new edition, the book has been updated throughout with many new problems added. More details about numerical methods for some options, for example, Asian options with discrete sampling, are provided and the proof of solution-uniqueness of derivative security problems and the complete stability analysis of numerical methods for two-dimensional problems are added. Review of first edition: “...the book is highly well designed and structured as a textbook for graduate students following a mathematical finance program, which includes Black-Scholes dynamic hedging methodology to price financial derivatives. Also, it is a very valuable reference for those researchers working in numerical methods in financial derivatives, either with a more financial or mathematical background." -- MATHEMATICAL REVIEWS
Publisher: Springer Science & Business Media
ISBN: 1461473063
Category : Mathematics
Languages : en
Pages : 663
Book Description
This book is mainly devoted to finite difference numerical methods for solving partial differential equations (PDEs) models of pricing a wide variety of financial derivative securities. With this objective, the book is divided into two main parts. In the first part, after an introduction concerning the basics on derivative securities, the authors explain how to establish the adequate PDE boundary value problems for different sets of derivative products (vanilla and exotic options, and interest rate derivatives). For many option problems, the analytic solutions are also derived with details. The second part is devoted to explaining and analyzing the application of finite differences techniques to the financial models stated in the first part of the book. For this, the authors recall some basics on finite difference methods, initial boundary value problems, and (having in view financial products with early exercise feature) linear complementarity and free boundary problems. In each chapter, the techniques related to these mathematical and numerical subjects are applied to a wide variety of financial products. This is a textbook for graduate students following a mathematical finance program as well as a valuable reference for those researchers working in numerical methods in financial derivatives. For this new edition, the book has been updated throughout with many new problems added. More details about numerical methods for some options, for example, Asian options with discrete sampling, are provided and the proof of solution-uniqueness of derivative security problems and the complete stability analysis of numerical methods for two-dimensional problems are added. Review of first edition: “...the book is highly well designed and structured as a textbook for graduate students following a mathematical finance program, which includes Black-Scholes dynamic hedging methodology to price financial derivatives. Also, it is a very valuable reference for those researchers working in numerical methods in financial derivatives, either with a more financial or mathematical background." -- MATHEMATICAL REVIEWS
A Course in Derivative Securities
Author: Kerry Back
Publisher: Springer Science & Business Media
ISBN: 3540279008
Category : Business & Economics
Languages : en
Pages : 358
Book Description
"Deals with pricing and hedging financial derivatives.... Computational methods are introduced and the text contains the Excel VBA routines corresponding to the formulas and procedures described in the book. This is valuable since computer simulation can help readers understand the theory....The book...succeeds in presenting intuitively advanced derivative modelling... it provides a useful bridge between introductory books and the more advanced literature." --MATHEMATICAL REVIEWS
Publisher: Springer Science & Business Media
ISBN: 3540279008
Category : Business & Economics
Languages : en
Pages : 358
Book Description
"Deals with pricing and hedging financial derivatives.... Computational methods are introduced and the text contains the Excel VBA routines corresponding to the formulas and procedures described in the book. This is valuable since computer simulation can help readers understand the theory....The book...succeeds in presenting intuitively advanced derivative modelling... it provides a useful bridge between introductory books and the more advanced literature." --MATHEMATICAL REVIEWS
Risk-Neutral Valuation
Author: Nicholas H. Bingham
Publisher: Springer Science & Business Media
ISBN: 1447138562
Category : Mathematics
Languages : en
Pages : 447
Book Description
This second edition - completely up to date with new exercises - provides a comprehensive and self-contained treatment of the probabilistic theory behind the risk-neutral valuation principle and its application to the pricing and hedging of financial derivatives. On the probabilistic side, both discrete- and continuous-time stochastic processes are treated, with special emphasis on martingale theory, stochastic integration and change-of-measure techniques. Based on firm probabilistic foundations, general properties of discrete- and continuous-time financial market models are discussed.
Publisher: Springer Science & Business Media
ISBN: 1447138562
Category : Mathematics
Languages : en
Pages : 447
Book Description
This second edition - completely up to date with new exercises - provides a comprehensive and self-contained treatment of the probabilistic theory behind the risk-neutral valuation principle and its application to the pricing and hedging of financial derivatives. On the probabilistic side, both discrete- and continuous-time stochastic processes are treated, with special emphasis on martingale theory, stochastic integration and change-of-measure techniques. Based on firm probabilistic foundations, general properties of discrete- and continuous-time financial market models are discussed.
An Introduction to Derivative Securities, Financial Markets, and Risk Management
Author: Jarrow, Robert A
Publisher: W. W. Norton & Company
ISBN: 0393913074
Category : Business & Economics
Languages : en
Pages : 20
Book Description
Written by Robert Jarrow, one of the true titans of finance, and his former student Arkadev Chatterjea, Introduction to Derivatives is the first text developed from the ground up for students taking the introductory derivatives course. The math is presented at the right level and is always motivated by what 's happening in the financial markets. And, as one of the developers of the Heath-Jarrow-Morton Model, Robert Jarrow presents a novel, accessible way to understand this important topic.
Publisher: W. W. Norton & Company
ISBN: 0393913074
Category : Business & Economics
Languages : en
Pages : 20
Book Description
Written by Robert Jarrow, one of the true titans of finance, and his former student Arkadev Chatterjea, Introduction to Derivatives is the first text developed from the ground up for students taking the introductory derivatives course. The math is presented at the right level and is always motivated by what 's happening in the financial markets. And, as one of the developers of the Heath-Jarrow-Morton Model, Robert Jarrow presents a novel, accessible way to understand this important topic.
Trading and Pricing Financial Derivatives
Author: Patrick Boyle
Publisher: Walter de Gruyter GmbH & Co KG
ISBN: 1547401214
Category : Business & Economics
Languages : en
Pages : 273
Book Description
Trading and Pricing Financial Derivatives is an introduction to the world of futures, options, and swaps. Investors who are interested in deepening their knowledge of derivatives of all kinds will find this book to be an invaluable resource. The book is also useful in a very applied course on derivative trading. The authors delve into the history of options pricing; simple strategies of options trading; binomial tree valuation; Black-Scholes option valuation; option sensitivities; risk management and interest rate swaps in this immensely informative yet easy to comprehend work. Using their vast working experience in the financial markets at international investment banks and hedge funds since the late 1990s and teaching derivatives and investment courses at the Master's level, Patrick Boyle and Jesse McDougall put forth their knowledge and expertise in clearly explained concepts. This book does not presuppose advanced mathematical knowledge, though it is presented for completeness for those that may benefit from it, and is designed for a general audience, suitable for beginners through to those with intermediate knowledge of the subject.
Publisher: Walter de Gruyter GmbH & Co KG
ISBN: 1547401214
Category : Business & Economics
Languages : en
Pages : 273
Book Description
Trading and Pricing Financial Derivatives is an introduction to the world of futures, options, and swaps. Investors who are interested in deepening their knowledge of derivatives of all kinds will find this book to be an invaluable resource. The book is also useful in a very applied course on derivative trading. The authors delve into the history of options pricing; simple strategies of options trading; binomial tree valuation; Black-Scholes option valuation; option sensitivities; risk management and interest rate swaps in this immensely informative yet easy to comprehend work. Using their vast working experience in the financial markets at international investment banks and hedge funds since the late 1990s and teaching derivatives and investment courses at the Master's level, Patrick Boyle and Jesse McDougall put forth their knowledge and expertise in clearly explained concepts. This book does not presuppose advanced mathematical knowledge, though it is presented for completeness for those that may benefit from it, and is designed for a general audience, suitable for beginners through to those with intermediate knowledge of the subject.