Paul Wilmott On Quantitative Finance

Size: px
Start display at page:

Download "Paul Wilmott On Quantitative Finance"

Transcription

1

2

3 Paul Wilmott On Quantitative Finance

4

5 Paul Wilmott On Quantitative Finance Second Edition

6 Copyright 2006 Paul Wilmott Published by John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England Telephone (+44) (for orders and customer service enquiries): Visit our Home Page on All Rights Reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except under the terms of the Copyright, Designs and Patents Act 1988 or under the terms of a licence issued by the Copyright Licensing Agency Ltd, 90 Tottenham Court Road, London W1T 4LP, UK, without the permission in writing of the Publisher. Requests to the Publisher should be addressed to the Permissions Department, John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England, or ed to permreq@wiley.co.uk, or faxed to (+44) Designations used by companies to distinguish their products are often claimed as trademarks. All brand names and product names used in this book are trade names, service marks, trademarks or registered trademarks of their respective owners. The Publisher is not associated with any product or vendor mentioned in this book. This publication is designed to provide accurate and authoritative information in regard to the subject matter covered. It is sold on the understanding that the Publisher is not engaged in rendering professional services. If professional advice or other expert assistance is required, the services of a competent professional should be sought. Other Wiley Editorial Offices John Wiley & Sons Inc., 111 River Street, Hoboken, NJ 07030, USA Jossey-Bass, 989 Market Street, San Francisco, CA , USA Wiley-VCH Verlag GmbH, Boschstr. 12, D Weinheim, Germany John Wiley & Sons Australia Ltd, 42 McDougall Street, Milton, Queensland 4064, Australia John Wiley & Sons (Asia) Pte Ltd, 2 Clementi Loop #02-01, Jin Xing Distripark, Singapore John Wiley & Sons Canada Ltd, 22 Worcester Road, Etobicoke, Ontario, Canada M9W 1L1 Wiley also publishes its books in a variety of electronic formats. Some content that appears in print may not be available in electronic books. Library of Congress Cataloging-in-Publication Data Wilmott, Paul. Paul Wilmott on quantitative finance. 2nd ed. p. cm. Includes bibliographical references and index. ISBN (cloth/cd : alk. paper) ISBN (cloth/cd : alk. paper) 1. Derivative securities Mathematical models. 2. Options (Finance) Mathematical models. 3. Options (Finance) Prices Mathematical models. I. Title. HG6024.A3W dc British Library Cataloguing in Publication Data A catalogue record for this book is available from the British Library ISBN-13: (HB) ISBN-10: (HB) Typeset in 10/12pt Times by Laserwords Private Limited, Chennai, India Printed and bound in Great Britain by Antony Rowe Ltd, Chippenham, Wiltshire This book is printed on acid-free paper responsibly manufactured from sustainable forestry in which at least two trees are planted for each one used for paper production.

7 In memory of Detlev Vogel

8

9 contents of volume one Visual Basic Code Prolog to the Second Edition xxv xxvii PART ONE MATHEMATICAL AND FINANCIAL FOUNDATIONS; BASIC THEORY OF DERIVATIVES; RISK AND RETURN 1 1 Products and Markets 5 2 Derivatives 25 3 The Random Behavior of Assets 55 4 Elementary Stochastic Calculus 71 5 The Black Scholes Model 91 6 Partial Differential Equations The Black Scholes Formulae and the Greeks Simple Generalizations of the Black Scholes World Early Exercise and American Options Probability Density Functions and First-exit Times Multi-asset Options How to Delta Hedge Fixed-income Products and Analysis: Yield, Duration and Convexity Swaps 251

10 viii contents 15 The Binomial Model How Accurate is the Normal Approximation? Investment Lessons from Blackjack and Gambling Portfolio Management Value at Risk Forecasting the Markets? A Trading Game 359

11 contents ix contents of volume two PART TWO EXOTIC CONTRACTS AND PATH DEPENDENCY An Introduction to Exotic and Path-dependent Derivatives Barrier Options Strongly Path-dependent Derivatives Asian Options Lookback Options Derivatives and Stochastic Control Miscellaneous Exotics Equity and FX Term Sheets 481 PART THREE FIXED-INCOME MODELING AND DERIVATIVES One-factor Interest Rate Modeling Yield Curve Fitting Interest Rate Derivatives Convertible Bonds Mortgage-backed Securities Multi-factor Interest Rate Modeling Empirical Behavior of the Spot Interest Rate The Heath, Jarrow & Morton and Brace, Gatarek & Musiela Models Fixed-income Term Sheets 627 PART FOUR CREDIT RISK Value of the Firm and the Risk of Default Credit Risk 649

12 x contents 41 Credit Derivatives RiskMetrics and CreditMetrics CrashMetrics Derivatives **** Ups 731

13 contents xix contents of volume three PART FIVE ADVANCED TOPICS Financial Modeling Defects in the Black Scholes Model Discrete Hedging Transaction Costs Overview of Volatility Modeling Deterministic Volatility Surfaces Stochastic Volatility Uncertain Parameters Empirical Analysis of Volatility Stochastic Volatility and Mean-variance Analysis Asymptotic Analysis of Volatility Volatility Case Study: The Cliquet Option Jump Diffusion Crash Modeling Speculating with Options Static Hedging The Feedback Effect of Hedging in Illiquid Markets Utility Theory More About American Options and Related Matters Advanced Dividend Modeling Serial Autocorrelation in Returns Asset Allocation in Continuous Time 1051

14 xx contents 67 Asset Allocation Under Threat of a Crash Interest-rate Modeling Without Probabilities Pricing and Optimal Hedging of Derivatives, the Non-probabilistic Model Cont d Extensions to the Non-probabilistic Interest-rate Model Modeling Inflation Energy Derivatives Real Options Life Settlements and Viaticals Bonus Time 1175 PART SIX NUMERICAL METHODS AND PROGRAMS Overview of Numerical Methods Finite-difference Methods for One-factor Models Further Finite-difference Methods for One-factor Models Finite-difference Methods for Two-factor Models Monte Carlo Simulation Numerical Integration Finite-difference Programs Monte Carlo Programs 1311 Appendix A All the Math You Need... and No More (An Executive Summary) 1317 Bibliography 1329 Index 1351

15 visual basic code Implied volatility, Newton Raphson 130 Cumulative distribution for Normal variable 131 The binomial method, European option 286 The binomial method, American option 290 Double knock-out barrier option, finite difference 490 Instalment knock-out barrier option, finite difference 493 Range Note, finite difference 497 Lookback, finite difference 501 Index Amortizing Rate Swap, finite difference 634 Cliquet option, uncertain volatility, finite difference 923 Optimization subroutine 983 Setting up final condition, finite difference 1212 Finite difference time loop, first example 1213 European option, finite difference, three dimensions 1215 American option, finite difference, three dimensions 1219 European or American option, finite difference, two dimensions 1221 Upwind differencing, interest rate 1225 LU decomposition 1234 Matrix solution 1235 Successive over relaxation 1238 Successive over relaxation, early exercise 1246 Jump condition for discrete dividends 1248 Jump condition for path-dependent quantities 1249 Two-factor explicit finite difference 1257 Convertible bond constraint 1257 Box Muller 1269 Cholesky factorization 1276 Numerical integration, Monte Carlo 1287 Halton number generation 1290 Kolmogorov equation, explicit finite difference 1295 Convertible bond time stepping fragment, explicit finite difference 1297 American option, implicit finite difference 1298 Parisian option, explicit finite difference 1299 Passport option, explicit finite difference 1300

Discounted Cash Flow. A Theory of the Valuation of Firms. Lutz Kruschwitz and Andreas Löffler

Discounted Cash Flow. A Theory of the Valuation of Firms. Lutz Kruschwitz and Andreas Löffler Discounted Cash Flow A Theory of the Valuation of Firms Lutz Kruschwitz and Andreas Löffler Discounted Cash Flow For other titles in the Wiley Finance Series please see www.wiley.com/finance Discounted

More information

Handbook of Asset and Liability Management

Handbook of Asset and Liability Management Handbook of Asset and Liability Management From models to optimal return strategies Alexandre Adam Handbook of Asset and Liability Management For other titles in the Wiley Finance series please see www.wiley.com/finance

More information

A Foreign Exchange Primer

A Foreign Exchange Primer A Foreign Exchange Primer For other titles in the Wiley Trading series please see www.wiley.com/finance A FOREIGN EXCHANGE PRIMER Second Edition Shani Shamah A John Wiley and Sons, Ltd., Publication Copyright

More information

The Enlargement of the European Union

The Enlargement of the European Union The Enlargement of the European Union A Guide for the Entrepreneur Ine Lejeune and Walter Van Denberghe PricewaterhouseCoopers The Enlargement of the European Union The Enlargement of the European Union

More information

Risk Analysis. Assessing Uncertainties beyond Expected Values and Probabilities. Terje Aven. University of Stavanger, Norway

Risk Analysis. Assessing Uncertainties beyond Expected Values and Probabilities. Terje Aven. University of Stavanger, Norway Risk Analysis Risk Analysis Assessing Uncertainties beyond Expected Values and Probabilities Terje Aven University of Stavanger, Norway Copyright 2008 John Wiley & Sons Ltd, The Atrium, Southern Gate,

More information

Alternative Beta Strategies and Hedge Fund Replication

Alternative Beta Strategies and Hedge Fund Replication Alternative Beta Strategies and Hedge Fund Replication Lars Jaeger with Jeffrey Pease Alternative Beta Strategies and Hedge Fund Replication Alternative Beta Strategies and Hedge Fund Replication Lars

More information

Fundamentals of Actuarial Mathematics

Fundamentals of Actuarial Mathematics Fundamentals of Actuarial Mathematics Third Edition S. David Promislow Fundamentals of Actuarial Mathematics Fundamentals of Actuarial Mathematics Third Edition S. David Promislow York University, Toronto,

More information

Currency Strategy. Callum Henderson. The Practitioner s Guide to Currency Investing, Hedging and Forecasting. Second Edition

Currency Strategy. Callum Henderson. The Practitioner s Guide to Currency Investing, Hedging and Forecasting. Second Edition Currency Strategy The Practitioner s Guide to Currency Investing, Hedging and Forecasting Second Edition Callum Henderson Currency Strategy For other titles in the Wiley Finance Series please see www.wiley.com/finance

More information

Discounted Cash Flow. A Theory of the Valuation of Firms. Lutz Kruschwitz and Andreas Löffler

Discounted Cash Flow. A Theory of the Valuation of Firms. Lutz Kruschwitz and Andreas Löffler Discounted Cash Flow A Theory of the Valuation of Firms Lutz Kruschwitz and Andreas Löffler Discounted Cash Flow For other titles in the Wiley Finance Series please see www.wiley.com/finance Discounted

More information

INTERMARKET TRADING STRATEGIES

INTERMARKET TRADING STRATEGIES INTERMARKET TRADING STRATEGIES Markos Katsanos A John Wiley and Sons, Ltd., Publication Intermarket Trading Strategies For other titles in the Wiley Trading Series please see www.wiley.com/finance INTERMARKET

More information

The Liquidity Theory of Asset Prices. Gordon Pepper with Michael J. Oliver

The Liquidity Theory of Asset Prices. Gordon Pepper with Michael J. Oliver The Liquidity Theory of Asset Prices Gordon Pepper with Michael J. Oliver The following are quotes about the course The Monetary Theory of Asset Prices, Module 3, Practical History of Financial Markets,

More information

European Financial Systems in the Global Economy. Beate Reszat

European Financial Systems in the Global Economy. Beate Reszat European Financial Systems in the Global Economy Beate Reszat European Financial Systems in the Global Economy European Financial Systems in the Global Economy Beate Reszat Copyright 2005 John Wiley

More information

How to Implement Market Models Using VBA

How to Implement Market Models Using VBA How to Implement Market Models Using VBA How to Implement Market Models Using VBA FRANÇOIS GOOSSENS This edition first published 2015 2015 François Goossens Registered office John Wiley & Sons Ltd, The

More information

Corporate Actions. A Guide to Securities Event Management. Michael Simmons and Elaine Dalgleish

Corporate Actions. A Guide to Securities Event Management. Michael Simmons and Elaine Dalgleish Corporate Actions A Guide to Securities Event Management Michael Simmons and Elaine Dalgleish Corporate Actions For other titles in the Wiley Finance Series please see www.wiley.com/finance Corporate

More information

Co p y r i g h t e d Ma t e r i a l

Co p y r i g h t e d Ma t e r i a l i JWBK850-fm JWBK850-Hilpisch October 13, 2016 14:56 Printer Name: Trim: 244mm 170mm Listed Volatility and Variance Derivatives ii JWBK850-fm JWBK850-Hilpisch October 13, 2016 14:56 Printer Name: Trim:

More information

The SABR/LIBOR Market Model Pricing, Calibration and Hedging for Complex Interest-Rate Derivatives

The SABR/LIBOR Market Model Pricing, Calibration and Hedging for Complex Interest-Rate Derivatives The SABR/LIBOR Market Model Pricing, Calibration and Hedging for Complex Interest-Rate Derivatives Riccardo Rebonato Kenneth McKay and Richard White A John Wiley and Sons, Ltd., Publication The SABR/LIBOR

More information

Interpretation and Application of. IFRS Standards

Interpretation and Application of. IFRS Standards Interpretation and 2017 Application of IFRS Standards BECOME A SUBSCRIBER! Did you purchase this product from a bookstore? If you did, it s important for you to become a subscriber. John Wiley & Sons,

More information

Practical Portfolio Performance Measurement and Attribution

Practical Portfolio Performance Measurement and Attribution Practical Portfolio Performance Measurement and Attribution Carl R. Bacon Practical Portfolio Performance Measurement and Attribution Wiley Finance Series Hedge Funds: Quantitative Insights Franc ois-serge

More information

Financial Forecasting, Analysis, and Modelling

Financial Forecasting, Analysis, and Modelling Financial Forecasting, Analysis, and Modelling Financial Forecasting, Analysis, and Modelling A Framework for Long-Term Forecasting MICHAEL SAMONAS This edition first published 2015 2015 Michael Samonas

More information

Project Finance in Construction

Project Finance in Construction Project Finance in Construction A Structured Guide to Assessment Anthony Merna Oriel Group Practice Manchester, UK Yang Chu Postdoctoral Research Associate Manchester Business School The University of

More information

Mathematical Modeling and Methods of Option Pricing

Mathematical Modeling and Methods of Option Pricing Mathematical Modeling and Methods of Option Pricing This page is intentionally left blank Mathematical Modeling and Methods of Option Pricing Lishang Jiang Tongji University, China Translated by Canguo

More information

Advanced Modelling in Finance using Excel and VBA

Advanced Modelling in Finance using Excel and VBA Advanced Modelling in Finance using Excel and VBA Wiley Finance Series Operational Risk: Measurement and Modelling Jack King Advance Credit Risk Analysis: Financial Approaches and Mathematical Models to

More information

THE GLOBAL REPO MARKETS: Instruments & Applications

THE GLOBAL REPO MARKETS: Instruments & Applications THE GLOBAL REPO MARKETS: Instruments & Applications THE GLOBAL REPO MARKETS: Instruments & Applications Moorad Choudhry John Wiley & Sons (Asia) Pte Ltd Copyright 2004 Moorad Choudhry Published in 2004

More information

Risk Management and Financial Institutions

Risk Management and Financial Institutions Risk Management and Financial Institutions Founded in 1807, John Wiley & Sons is the oldest independent publishing company in the United States. With offices in North America, Europe, Australia and Asia,

More information

MFIN 7003 Module 2. Mathematical Techniques in Finance. Sessions B&C: Oct 12, 2015 Nov 28, 2015

MFIN 7003 Module 2. Mathematical Techniques in Finance. Sessions B&C: Oct 12, 2015 Nov 28, 2015 MFIN 7003 Module 2 Mathematical Techniques in Finance Sessions B&C: Oct 12, 2015 Nov 28, 2015 Instructor: Dr. Rujing Meng Room 922, K. K. Leung Building School of Economics and Finance The University of

More information

Fundamentals of Futures and Options Markets

Fundamentals of Futures and Options Markets GLOBAL EDITION Fundamentals of Futures and Markets EIGHTH EDITION John C. Hull Editor in Chief: Donna Battista Acquisitions Editor: Katie Rowland Editorial Project Manager: Emily Biberger Editorial Assistant:

More information

Asset and Risk Management

Asset and Risk Management Asset and Risk Management Risk Oriented Finance Louis Esch, Robert Kieffer and Thierry Lopez C. Berbé, P. Damel, M. Debay, J.-F. Hannosset Asset and Risk Management For other titles in the Wiley Finance

More information

Institute of Actuaries of India. Subject. ST6 Finance and Investment B. For 2018 Examinationspecialist Technical B. Syllabus

Institute of Actuaries of India. Subject. ST6 Finance and Investment B. For 2018 Examinationspecialist Technical B. Syllabus Institute of Actuaries of India Subject ST6 Finance and Investment B For 2018 Examinationspecialist Technical B Syllabus Aim The aim of the second finance and investment technical subject is to instil

More information

European Fixed Income Markets

European Fixed Income Markets European Fixed Income Markets Money, Bond, and Interest Rate Derivatives Jonathan A. Batten Thomas A. Fetherston and Peter G. Szilagyi European Fixed Income Markets Wiley Finance Series Inflation-Indexed

More information

Financial Statistics and Mathematical Finance Methods, Models and Applications. Ansgar Steland

Financial Statistics and Mathematical Finance Methods, Models and Applications. Ansgar Steland Financial Statistics and Mathematical Finance Methods, Models and Applications Ansgar Steland Financial Statistics and Mathematical Finance Financial Statistics and Mathematical Finance Methods, Models

More information

INTRODUCTION TO THE ECONOMICS AND MATHEMATICS OF FINANCIAL MARKETS. Jakša Cvitanić and Fernando Zapatero

INTRODUCTION TO THE ECONOMICS AND MATHEMATICS OF FINANCIAL MARKETS. Jakša Cvitanić and Fernando Zapatero INTRODUCTION TO THE ECONOMICS AND MATHEMATICS OF FINANCIAL MARKETS Jakša Cvitanić and Fernando Zapatero INTRODUCTION TO THE ECONOMICS AND MATHEMATICS OF FINANCIAL MARKETS Table of Contents PREFACE...1

More information

Global Property Investment

Global Property Investment Global Property Investment To our wives and children The book s companion website at www.wiley.com/go/baumglobalpropertyinvestment offers freely downloadable material for practitioners, lecturers and students,

More information

Asset and Liability Management for Banks and Insurance Companies

Asset and Liability Management for Banks and Insurance Companies Asset and Liability Management for Banks and Insurance Companies Series Editor Jacques Janssen Asset and Liability Management for Banks and Insurance Companies Marine Corlosquet-Habart William Gehin Jacques

More information

QUANTITATIVE INVESTMENT ANALYSIS WORKBOOK

QUANTITATIVE INVESTMENT ANALYSIS WORKBOOK QUANTITATIVE INVESTMENT ANALYSIS WORKBOOK Second Edition Richard A. DeFusco, CFA Dennis W. McLeavey, CFA Jerald E. Pinto, CFA David E. Runkle, CFA John Wiley & Sons, Inc. QUANTITATIVE INVESTMENT ANALYSIS

More information

Market Risk Analysis Volume I

Market Risk Analysis Volume I Market Risk Analysis Volume I Quantitative Methods in Finance Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume I xiii xvi xvii xix xxiii

More information

Risk-Neutral Valuation

Risk-Neutral Valuation N.H. Bingham and Rüdiger Kiesel Risk-Neutral Valuation Pricing and Hedging of Financial Derivatives W) Springer Contents 1. Derivative Background 1 1.1 Financial Markets and Instruments 2 1.1.1 Derivative

More information

Takaful Investment Portfolios

Takaful Investment Portfolios Takaful Investment Portfolios Founded in 1807, John Wiley & Sons is the oldest independent publishing company in the United States. With offices in North America, Europe, Australia and Asia, Wiley is globally

More information

FX Barrien Options. A Comprehensive Guide for Industry Quants. Zareer Dadachanji Director, Model Quant Solutions, Bremen, Germany

FX Barrien Options. A Comprehensive Guide for Industry Quants. Zareer Dadachanji Director, Model Quant Solutions, Bremen, Germany FX Barrien Options A Comprehensive Guide for Industry Quants Zareer Dadachanji Director, Model Quant Solutions, Bremen, Germany Contents List of Figures List of Tables Preface Acknowledgements Foreword

More information

Contents. Part I Introduction to Option Pricing

Contents. Part I Introduction to Option Pricing Part I Introduction to Option Pricing 1 Asset Pricing Basics... 3 1.1 Fundamental Concepts.................................. 3 1.2 State Prices in a One-Period Binomial Model.............. 11 1.3 Probabilities

More information

Interest Rate Modeling

Interest Rate Modeling Chapman & Hall/CRC FINANCIAL MATHEMATICS SERIES Interest Rate Modeling Theory and Practice Lixin Wu CRC Press Taylor & Francis Group Boca Raton London New York CRC Press is an imprint of the Taylor & Francis

More information

Books in the Getting Started In Series

Books in the Getting Started In Series Books in the Getting Started In Series Getting Started In Currency Trading, Third Edition by Michael D. Archer Getting Started In Forex Trading Strategies by Michael D. Archer Getting Started In Asset

More information

Martingale Methods in Financial Modelling

Martingale Methods in Financial Modelling Marek Musiela Marek Rutkowski Martingale Methods in Financial Modelling Second Edition Springer Table of Contents Preface to the First Edition Preface to the Second Edition V VII Part I. Spot and Futures

More information

AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO Academic Press is an Imprint of Elsevier

AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO Academic Press is an Imprint of Elsevier Computational Finance Using C and C# Derivatives and Valuation SECOND EDITION George Levy ELSEVIER AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO

More information

Preface Objectives and Audience

Preface Objectives and Audience Objectives and Audience In the past three decades, we have witnessed the phenomenal growth in the trading of financial derivatives and structured products in the financial markets around the globe and

More information

Martingale Methods in Financial Modelling

Martingale Methods in Financial Modelling Marek Musiela Marek Rutkowski Martingale Methods in Financial Modelling Second Edition \ 42 Springer - . Preface to the First Edition... V Preface to the Second Edition... VII I Part I. Spot and Futures

More information

Implementing Models in Quantitative Finance: Methods and Cases

Implementing Models in Quantitative Finance: Methods and Cases Gianluca Fusai Andrea Roncoroni Implementing Models in Quantitative Finance: Methods and Cases vl Springer Contents Introduction xv Parti Methods 1 Static Monte Carlo 3 1.1 Motivation and Issues 3 1.1.1

More information

Handbook of Financial Risk Management

Handbook of Financial Risk Management Handbook of Financial Risk Management Simulations and Case Studies N.H. Chan H.Y. Wong The Chinese University of Hong Kong WILEY Contents Preface xi 1 An Introduction to Excel VBA 1 1.1 How to Start Excel

More information

HIGH- FREQUENCY TRADING

HIGH- FREQUENCY TRADING A Practical Guide to Algorithmic Strategies and Trading Systems HIGH- FREQUENCY TRADING Irene Aldridge High-Frequency Trading A Practical Guide to Algorithmic Strategies and Trading Systems IRENE ALDRIDGE

More information

Principles of Group Accounting under IFRS

Principles of Group Accounting under IFRS Principles of Group Accounting under IFRS Principles of Group Accounting under IFRS by Andreas Krimpmann This edition first published 2015 2015 John Wiley & Sons, Ltd Registered office John Wiley & Sons

More information

Actuarial Theory for Dependent Risks

Actuarial Theory for Dependent Risks Actuarial Theory for Dependent Risks Actuarial Theory for Dependent Risks: Measures, Orders and Models M. Denuit, J. Dhaene, M. Goovaerts and R. Kaas 2005 John Wiley &Sons, Ltd. ISBN: 0-470-01492-X Actuarial

More information

Fixed Income Strategy

Fixed Income Strategy Fixed Income Strategy The Practitioner s Guide to Riding the Curve Tamara Mast Henderson Fixed Income Strategy Wiley Finance Series Fixed Income Strategy: The Practitioner s Guide to Riding the Curve

More information

Advanced Equity Derivatives

Advanced Equity Derivatives Advanced Equity Derivatives Founded in 1807, John Wiley & Sons is the oldest independent publishing company in the United States. With offices in North America, Europe, Australia and Asia, Wiley is globally

More information

Stochastic Interest Rates

Stochastic Interest Rates Stochastic Interest Rates This volume in the Mastering Mathematical Finance series strikes just the right balance between mathematical rigour and practical application. Existing books on the challenging

More information

MULTISCALE STOCHASTIC VOLATILITY FOR EQUITY, INTEREST RATE, AND CREDIT DERIVATIVES

MULTISCALE STOCHASTIC VOLATILITY FOR EQUITY, INTEREST RATE, AND CREDIT DERIVATIVES MULTISCALE STOCHASTIC VOLATILITY FOR EQUITY, INTEREST RATE, AND CREDIT DERIVATIVES Building upon the ideas introduced in their previous book, Derivatives in Financial Markets with Stochastic Volatility,

More information

Monte Carlo Methods in Finance

Monte Carlo Methods in Finance Monte Carlo Methods in Finance Peter Jackel JOHN WILEY & SONS, LTD Preface Acknowledgements Mathematical Notation xi xiii xv 1 Introduction 1 2 The Mathematics Behind Monte Carlo Methods 5 2.1 A Few Basic

More information

The Handbook of Variable Income Annuities

The Handbook of Variable Income Annuities The Handbook of Variable Income Annuities JEFFREY K. DELLINGER John Wiley & Sons, Inc. The Handbook of Variable Income Annuities Founded in 1807, John Wiley & Sons is the oldest independent publishing

More information

The NEC 3 Engineering and Construction Contract

The NEC 3 Engineering and Construction Contract The NEC 3 Engineering and Construction Contract The NEC 3 Engineering and Construction Contract A Commentary Second Edition Brian Eggleston CEng, FICE, FIStructE, FCIArb Blackwell Science 2006 Brian Eggleston

More information

Business Ratios and Formulas

Business Ratios and Formulas Business Ratios and Formulas A COMPREHENSIVE GUIDE SECOND EDITION Steven M. Bragg John Wiley & Sons, Inc. Business Ratios and Formulas SECOND EDITION Business Ratios and Formulas A COMPREHENSIVE GUIDE

More information

Contents Critique 26. portfolio optimization 32

Contents Critique 26. portfolio optimization 32 Contents Preface vii 1 Financial problems and numerical methods 3 1.1 MATLAB environment 4 1.1.1 Why MATLAB? 5 1.2 Fixed-income securities: analysis and portfolio immunization 6 1.2.1 Basic valuation of

More information

GAAP 2015 Interpretation and Application of GENERALLY ACCEPTED ACCOUNTING PRINCIPLES

GAAP 2015 Interpretation and Application of GENERALLY ACCEPTED ACCOUNTING PRINCIPLES GAAP 2015 Interpretation and Application of GENERALLY ACCEPTED ACCOUNTING PRINCIPLES BECOME A SUBSCRIBER! Did you purchase this product from a bookstore? If you did, it s important for you to become a

More information

FIXED INCOME SECURITIES

FIXED INCOME SECURITIES FIXED INCOME SECURITIES Valuation, Risk, and Risk Management Pietro Veronesi University of Chicago WILEY JOHN WILEY & SONS, INC. CONTENTS Preface Acknowledgments PART I BASICS xix xxxiii AN INTRODUCTION

More information

Discrete Choice Methods with Simulation

Discrete Choice Methods with Simulation Discrete Choice Methods with Simulation Kenneth E. Train University of California, Berkeley and National Economic Research Associates, Inc. iii To Daniel McFadden and in memory of Kenneth Train, Sr. ii

More information

FINANCIAL DERIVATIVE. INVESTMENTS An Introduction to Structured Products. Richard D. Bateson. Imperial College Press. University College London, UK

FINANCIAL DERIVATIVE. INVESTMENTS An Introduction to Structured Products. Richard D. Bateson. Imperial College Press. University College London, UK FINANCIAL DERIVATIVE INVESTMENTS An Introduction to Structured Products Richard D. Bateson University College London, UK Imperial College Press Contents Preface Guide to Acronyms Glossary of Notations

More information

Revenue from contracts with customers (IFRS 15)

Revenue from contracts with customers (IFRS 15) Revenue from contracts with customers (IFRS 15) This edition first published in 2015 by John Wiley & Sons Ltd. Cover, cover design and content copyright 2015 Ernst & Young LLP. The United Kingdom firm

More information

Hedge Fund. Course STUART A. MCCRARY. John Wiley & Sons, Inc.

Hedge Fund. Course STUART A. MCCRARY. John Wiley & Sons, Inc. Hedge Fund Course STUART A. MCCRARY John Wiley & Sons, Inc. Hedge Fund Course Founded in 1807, John Wiley & Sons is the oldest independent publishing company in the United States. With offices in North

More information

Structured Finance. The Object-Oriented Approach. Umberto Cherubini Giovanni Della Lunga

Structured Finance. The Object-Oriented Approach. Umberto Cherubini Giovanni Della Lunga Structured Finance The Object-Oriented Approach Umberto Cherubini Giovanni Della Lunga Structured Finance For other titles in the Wiley Finance Series please see www.wiley.com/finance Structured Finance

More information

FINN 422 Quantitative Finance Fall Semester 2016

FINN 422 Quantitative Finance Fall Semester 2016 FINN 422 Quantitative Finance Fall Semester 2016 Instructors Ferhana Ahmad Room No. 314 SDSB Office Hours TBD Email ferhana.ahmad@lums.edu.pk, ferhanaahmad@gmail.com Telephone +92 42 3560 8044 (Ferhana)

More information

The Budget-Building Book for Nonprofits

The Budget-Building Book for Nonprofits The Budget-Building Book for Nonprofits A Step-by-Step Guide for Managers and Boards Second Edition Murray Dropkin Jim Halpin Bill La Touche Praise for The Budget-Building Book for Nonprofits First Edition

More information

MFE Course Details. Financial Mathematics & Statistics

MFE Course Details. Financial Mathematics & Statistics MFE Course Details Financial Mathematics & Statistics FE8506 Calculus & Linear Algebra This course covers mathematical tools and concepts for solving problems in financial engineering. It will also help

More information

MSc Financial Mathematics

MSc Financial Mathematics MSc Financial Mathematics The following information is applicable for academic year 2018-19 Programme Structure Week Zero Induction Week MA9010 Fundamental Tools TERM 1 Weeks 1-1 0 ST9080 MA9070 IB9110

More information

ICEF, Higher School of Economics, Moscow Msc Programme Autumn Derivatives

ICEF, Higher School of Economics, Moscow Msc Programme Autumn Derivatives ICEF, Higher School of Economics, Moscow Msc Programme Autumn 2017 Derivatives The course consists of two parts. The first part examines fundamental topics and approaches in derivative pricing; it is taught

More information

Leveraged Exchange-Traded Funds

Leveraged Exchange-Traded Funds Leveraged Exchange-Traded Funds Leveraged Exchange- Traded Funds A Comprehensive Guide to Structure, Pricing, and Performance Narat Charupat and Peter Miu LEVERAGED EXCHANGE-TRADED FUNDS Copyright Narat

More information

Strategic Corporate Finance

Strategic Corporate Finance Strategic Corporate Finance Applications in Valuation and Capital Structure JUSTIN PETTIT John Wiley & Sons, Inc. Additional Praise for Strategic Corporate Finance Strategic Corporate Finance provides

More information

Assignment - Exotic options

Assignment - Exotic options Computational Finance, Fall 2014 1 (6) Institutionen för informationsteknologi Besöksadress: MIC, Polacksbacken Lägerhyddvägen 2 Postadress: Box 337 751 05 Uppsala Telefon: 018 471 0000 (växel) Telefax:

More information

FUNDAMENTALS OF FUTURES AND OPTIONS MARKETS

FUNDAMENTALS OF FUTURES AND OPTIONS MARKETS SEVENTH EDITION FUNDAMENTALS OF FUTURES AND OPTIONS MARKETS GLOBAL EDITION John C. Hull / Maple Financial Group Professor of Derivatives and Risk Management Joseph L. Rotman School of Management University

More information

Lahore University of Management Sciences. FINN 422 Quantitative Finance Fall Semester 2015

Lahore University of Management Sciences. FINN 422 Quantitative Finance Fall Semester 2015 FINN 422 Quantitative Finance Fall Semester 2015 Instructors Room No. Office Hours Email Telephone Secretary/TA TA Office Hours Course URL (if any) Ferhana Ahmad 314 SDSB TBD ferhana.ahmad@lums.edu.pk

More information

ADDITIONAL PRAISE FOR MIDDLE MARKET M&A

ADDITIONAL PRAISE FOR MIDDLE MARKET M&A ADDITIONAL PRAISE FOR MIDDLE MARKET M&A At last we have a comprehensive body of knowledge for the M&A middle market. This anthology of contemporary thinking is very timely considering how global this market

More information

Understanding the Mathematics of Personal Finance An Introduction to Financial Literacy Lawrence N. Dworsky A John Wiley & Sons, Inc., Publication Understanding the Mathematics of Personal Finance Understanding

More information

Risk Management in Emerging Markets

Risk Management in Emerging Markets Risk Management in Emerging Markets Centre for the Study of Emerging Markets Series Series Editor: Dr Sima Motamen-Samadian The Centre for the Study of Emerging Markets (CSEM) Series provides a forum for

More information

From Financial Engineering to Risk Management. Radu Tunaru University of Kent, UK

From Financial Engineering to Risk Management. Radu Tunaru University of Kent, UK Model Risk in Financial Markets From Financial Engineering to Risk Management Radu Tunaru University of Kent, UK \Yp World Scientific NEW JERSEY LONDON SINGAPORE BEIJING SHANGHAI HONG KONG TAIPEI CHENNAI

More information

THE STRATEGIC DRUCKER. Growth Strategies and Marketing Insights from The Works of Peter Drucker

THE STRATEGIC DRUCKER. Growth Strategies and Marketing Insights from The Works of Peter Drucker THE STRATEGIC DRUCKER Growth Strategies and Marketing Insights from The Works of Peter Drucker THE STRATEGIC DRUCKER Growth Strategies and Marketing Insights from The Works of Peter Drucker Robert W.

More information

MSc Financial Mathematics

MSc Financial Mathematics MSc Financial Mathematics Programme Structure Week Zero Induction Week MA9010 Fundamental Tools TERM 1 Weeks 1-1 0 ST9080 MA9070 IB9110 ST9570 Probability & Numerical Asset Pricing Financial Stoch. Processes

More information

A Marketplace Book THE OPTION TRADER S GUIDE TO PROBABILITY, VOLATILITY, AND TIMING Jay Kaeppel John Wiley & Sons, Inc. THE OPTION TRADER S GUIDE TO PROBABILITY, VOLATILITY, AND TIMING Founded in 1807,

More information

Advanced and Basic Strategies on Stocks, ETFs, Indexes, and Stock Index Futures

Advanced and Basic Strategies on Stocks, ETFs, Indexes, and Stock Index Futures $95.00 USA / $105.00 CAN ( c o n t i n u e d f r o m f r o n t f l a p ) Three Appendices illustrate many of the strategies covered throughout this book and present them according to whether the strategies

More information

The Option Trader Handbook

The Option Trader Handbook The Option Trader Handbook Strategies and Trade Adjustments GEORGE M. JABBOUR, PhD PHILIP H. BUDWICK, MsF John Wiley & Sons, Inc. The Option Trader Handbook Founded in 1807, John Wiley & Sons is the oldest

More information

Investment Philosophies

Investment Philosophies Investment Philosophies Founded in 1807, John Wiley & Sons is the oldest independent publishing company in the United States. With offices in North America, Europe, Australia, and Asia, Wiley is globally

More information

Praise for The Principles of Banking

Praise for The Principles of Banking Praise for The Principles of Banking Moorad Choudhry s The Principles of Banking opens up a portal into the world of sophisticated, dynamic, capital markets-based commercial banking. He gives us the big

More information

Table of Contents. Part I. Deterministic Models... 1

Table of Contents. Part I. Deterministic Models... 1 Preface...xvii Part I. Deterministic Models... 1 Chapter 1. Introductory Elements to Financial Mathematics.... 3 1.1. The object of traditional financial mathematics... 3 1.2. Financial supplies. Preference

More information

King s College London

King s College London King s College London University Of London This paper is part of an examination of the College counting towards the award of a degree. Examinations are governed by the College Regulations under the authority

More information

DAY TRADING AND SWING TRADING THE CURRENCY MARKET

DAY TRADING AND SWING TRADING THE CURRENCY MARKET DAY TRADING AND SWING TRADING THE CURRENCY MARKET The Wiley Trading series features books by traders who have survived the market s ever changing temperament and have prospered some by reinventing systems,

More information

Insights and Techniques for Successful Hedging

Insights and Techniques for Successful Hedging Convertible Arbitrage Insights and Techniques for Successful Hedging NICK P. CALAMOS John Wiley & Sons, Inc. Convertible Arbitrage Convertible Arbitrage Insights and Techniques for Successful Hedging

More information

DANIEL W. HALPIN, PURDUE UNIVERSITY BOLIVAR A. SENIOR, COLORADO STATE UNIVERSITY JOHN WILEY & SONS, INC.

DANIEL W. HALPIN, PURDUE UNIVERSITY BOLIVAR A. SENIOR, COLORADO STATE UNIVERSITY JOHN WILEY & SONS, INC. FINANCIAL MANAGEMENT AND ACCOUNTING FUNDAMENTALS FOR CONSTRUCTION DANIEL W. HALPIN, PURDUE UNIVERSITY BOLIVAR A. SENIOR, COLORADO STATE UNIVERSITY JOHN WILEY & SONS, INC. This book is printed on acid-free

More information

Asset and Risk Management

Asset and Risk Management Asset and Risk Management Risk Oriented Finance Louis Esch, Robert Kieffer and Thierry Lopez C. Berbé, P. Damel, M. Debay, J.-F. Hannosset Asset and Risk Management For other titles in the Wiley Finance

More information

Whole Life Appraisal for Construction

Whole Life Appraisal for Construction Whole Life Appraisal for Construction Roger Flanagan Carol Jewell with George Norman Blackwell Science ß 2005 by Blackwell Publishing Ltd Editorial offices: Blackwell Science Ltd, 9600 Garsington Road,

More information

Curriculum. Written by Administrator Sunday, 03 February :33 - Last Updated Friday, 28 June :10 1 / 10

Curriculum. Written by Administrator Sunday, 03 February :33 - Last Updated Friday, 28 June :10 1 / 10 1 / 10 Ph.D. in Applied Mathematics with Specialization in the Mathematical Finance and Actuarial Mathematics Professor Dr. Pairote Sattayatham School of Mathematics, Institute of Science, email: pairote@sut.ac.th

More information

NINTH EDITION FUNDAMENTALS OF. John C. Hüll

NINTH EDITION FUNDAMENTALS OF. John C. Hüll NINTH EDITION FUNDAMENTALS OF FUTURES AND OPTIONS MARKETS John C. Hüll Maple Financial Group Professor of Derivatives and Risk Management Joseph L. Rotman School of Management University of Toronto PEARSON

More information

Structured finance. finance. Structured. Structured. finance. The Object Orientated Approach Umberto Cherubini and Giovanni Della Lunga

Structured finance. finance. Structured. Structured. finance. The Object Orientated Approach Umberto Cherubini and Giovanni Della Lunga Red box rules are for proof stage only. Delete before final printing. About the authors UMBERTO CHERUBINI is Professor of Financial Mathematics at the University of Bologna. He is fellow of the Financial

More information

International Papers in Political Economy

International Papers in Political Economy International Papers in Political Economy International Papers in Political Economy Series Series Editors: Philip Arestis and Malcolm Sawyer Titles include: Philip Arestis and Malcolm Sawyer (editors)

More information

Week 1 Quantitative Analysis of Financial Markets Distributions B

Week 1 Quantitative Analysis of Financial Markets Distributions B Week 1 Quantitative Analysis of Financial Markets Distributions B Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October

More information

Global Stock Markets and Portfolio Management

Global Stock Markets and Portfolio Management Global Stock Markets and Portfolio Management Centre for the Study of Emerging Markets Series Series Editor: Dr Sima Motamen-Samadian The Centre for the Study of Emerging Markets (CSEM) Series provides

More information