Details

Financial Modelling in Python


Financial Modelling in Python


The Wiley Finance Series, Band 536 1. Aufl.

von: Shayne Fletcher, Christopher Gardner

78,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 28.10.2010
ISBN/EAN: 9780470747896
Sprache: englisch
Anzahl Seiten: 248

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<i>"Fletcher and Gardner have created a comprehensive resource that will be of interest not only to those working in the field of finance, but also to those using numerical methods in other fields such as engineering, physics, and actuarial mathematics. By showing how to combine the high-level elegance, accessibility, and flexibility of Python, with the low-level computational efficiency of C++, in the context of interesting financial modeling problems, they have provided an implementation template which will be useful to others seeking to jointly optimize the use of computational and human resources. They document all the necessary technical details required in order to make external numerical libraries available from within Python, and they contribute a useful library of their own, which will significantly reduce the start-up costs involved in building financial models. This book is a must read for all those with a need to apply numerical methods in the valuation of financial claims."</i><br /> –<b>David Louton, Professor of Finance, Bryant University</b> <p>This book is directed at both industry practitioners and students interested in designing a pricing and risk management framework for financial derivatives using the Python programming language.</p> <p>It is a practical book complete with working, tested code that guides the reader through the process of building a flexible, extensible pricing framework in Python. The pricing frameworks' loosely coupled fundamental components have been designed to facilitate the quick development of new models. Concrete applications to real-world pricing problems are also provided.</p> <p>Topics are introduced gradually, each building on the last. They include basic mathematical algorithms, common algorithms from numerical analysis, trade, market and event data model representations, lattice and simulation based pricing, and model development. The mathematics presented is kept simple and to the point.</p> <p>The book also provides a host of information on practical technical topics such as C++/Python hybrid development (embedding and extending) and techniques for integrating Python based programs with Microsoft Excel.</p>
<b>1 Welcome to Python.</b> <p>1.1 Why Python?</p> <p>1.2 Common misconceptions about Python.</p> <p>1.3 Roadmap for this book.</p> <p><b>2 The PPF Package.</b></p> <p>2.1 PPF topology.</p> <p>2.2 Unit testing.</p> <p>2.3 Building and installing PPF.</p> <p><b>3 Extending Python from C++.</b></p> <p>3.1 Boost.Date Time types.</p> <p>3.2 Boost.MultiArray and special functions.</p> <p>3.3 NumPy arrays.</p> <p><b>4 Basic Mathematical Tools.</b></p> <p>4.1 Random number generation.</p> <p>4.2 <i>N</i>(.)</p> <p>4.3 Interpolation.</p> <p>4.4 Root finding.</p> <p>4.5 Linear algebra.</p> <p>4.6 Generalised linear least squares.</p> <p>4.7 Quadratic and cubic roots.</p> <p>4.8 Integration.</p> <p><b>5 Market: Curves and Surfaces.</b></p> <p>5.1 Curves.</p> <p>5.2 Surfaces.</p> <p>5.3 Environment.</p> <p><b>6 Data Model.</b></p> <p>6.1 Observables.</p> <p>6.2 Flows.</p> <p>6.3 Adjuvants.</p> <p>6.4 Legs.</p> <p>6.5 Exercises.</p> <p>6.6 Trades.</p> <p>6.7 Trade utilities.</p> <p><b>7 Timeline: Events and Controller.</b></p> <p>7.1 Events.</p> <p>7.2 Timeline.</p> <p>7.3 Controller.</p> <p><b>8 The Hull–White Model.</b></p> <p>8.1 A component-based design.</p> <p>8.2 The model and model factories.</p> <p>8.3 Concluding remarks.</p> <p><b>9 Pricing using Numerical Methods.</b></p> <p>9.1 A lattice pricing framework.</p> <p>9.2 A Monte-Carlo pricing framework.</p> <p>9.3 Concluding remarks.</p> <p><b>10 Pricing Financial Structures in Hull–White.</b></p> <p>10.1 Pricing a Bermudan.</p> <p>10.2 Pricing a TARN.</p> <p>10.3 Concluding remarks.</p> <p><b>11 Hybrid Python/C++ Pricing Systems.</b></p> <p>11.1 nth imm of year revisited.</p> <p>11.2 Exercising nth imm of year from C++.</p> <p><b>12 Python Excel Integration.</b></p> <p>12.1 Black–scholes COM server.</p> <p>12.2 Numerical pricing with PPF in Excel.</p> <p><b>Appendices.</b></p> <p><b>A Python.</b></p> <p>A.1 Python interpreter modes.</p> <p>A.2 Basic Python.</p> <p>A.3 Conclusion.</p> <p><b>B Boost.Python.</b></p> <p>B.1 Hello world.</p> <p>B.2 Classes, constructors and methods.</p> <p>B.3 Inheritance.</p> <p>B.4 Python operators.</p> <p>B.5 Functions.</p> <p>B.6 Enums.</p> <p>B.7 Embedding.</p> <p>B.8 Conclusion.</p> <p><b>C Hull–White Model Mathematics.</b></p> <p><b>D Pickup Value Regression.</b></p> <p><b>Bibliography.</b></p> <p><b>Index.</b></p>
<b>SHAYNE FLETCHER</b> has a BSc. from the University of Sydney, Australia. He has had more than 10 years experience working for major investment banks in London, The Netherlands and Japan. In 2009 he founded QuantSoft <b>(<a href="http://www.quantsoft.co.jp/">http://www.quantsoft.co.jp</a>)</b> providing technical consulting services to meet the financial engineering programming needs of its clients. <p><b>CHRISTOPHER GARDNER</b> has a PhD in Applied Mathematics from King's College, London. He began his career working for UKAEA Fusion at Culham Laboratory before moving to the City of London. He has 10 years experience working as a Quantitative analyst. He is currently working on the pricing of Life derivatives for the Asset Management Pricing Desk at Swiss Re.</p>
<i>"Fletcher and Gardner have created a comprehensive resource that will be of interest not only to those working in the field of finance, but also to those using numerical methods in other fields such as engineering, physics, and actuarial mathematics. By showing how to combine the high-level elegance, accessibility, and flexibility of Python, with the low-level computational efficiency of C++, in the context of interesting financial modeling problems, they have provided an implementation template which will be useful to others seeking to jointly optimize the use of computational and human resources. They document all the necessary technical details required in order to make external numerical libraries available from within Python, and they contribute a useful library of their own, which will significantly reduce the start-up costs involved in building financial models. This book is a must read for all those with a need to apply numerical methods in the valuation of financial claims."</i><br /> –<b>David Louton, Professor of Finance, Bryant University</b> <p>This book is directed at both industry practitioners and students interested in designing a pricing and risk management framework for financial derivatives using the Python programming language.</p> <p>It is a practical book complete with working, tested code that guides the reader through the process of building a flexible, extensible pricing framework in Python. The pricing frameworks' loosely coupled fundamental components have been designed to facilitate the quick development of new models. Concrete applications to real-world pricing problems are also provided.</p> <p>Topics are introduced gradually, each building on the last. They include basic mathematical algorithms, common algorithms from numerical analysis, trade, market and event data model representations, lattice and simulation based pricing, and model development. The mathematics presented is kept simple and to the point.</p> <p>The book also provides a host of information on practical technical topics such as C++/Python hybrid development (embedding and extending) and techniques for integrating Python based programs with Microsoft Excel.</p>

Diese Produkte könnten Sie auch interessieren:

Mindfulness
Mindfulness
von: Gill Hasson
PDF ebook
12,99 €
Counterparty Credit Risk, Collateral and Funding
Counterparty Credit Risk, Collateral and Funding
von: Damiano Brigo, Massimo Morini, Andrea Pallavicini
EPUB ebook
69,99 €