Giter VIP home page Giter VIP logo

dx's Introduction

DX Analytics

DX Analytics is a Python-based financial analytics library (in its early stages) which allows the modeling of rather complex derivatives instruments and portfolios. Make sure to fully understand what you are using this library for and how to apply it. Please also read the license text and disclaimer.

This version is an early bird version for PyData NYC in November 2014.

Basic Philosophy

DX Analytics is a Python-based financial analytics library that mainly implements what is sometimes called the global valuation of (complex portfolios of) derivatives instruments (cf. http://www.riskcare.com/files/7314/0360/6145/LowResRiskcare_Risk_0510_2.pdf). The major characteristic of this approach is the non-redundant modeling of all components needed for the valuation (e.g. risk factors) and the consistent simulation and valuation of all relevant portfolio components (e.g. correlated risk factors, multi-risk derivatives and portfolios themselves).

With DX Analytics you can, for instance, model and risk manage multi-risk derivatives instruments (e.g. American maximum call option) and generate 3-dimensional present value surfaces like this one:

alt text

You can also generate vega surfaces for single risk factors like this one:

alt text

In addition, DX Analytics provides a number of other classes and functions useful for financial analytics, like a class for mean-variance portfolio analysis or a class to model interest-rate swaps. However, the focus lies on the modeling and valuation of complex derivatives instruments and portfolio composed thereof by Monte Carlo simulation.

In a sense, DX Analytics brings back office risk management modeling and valuation practice (e.g. used for Value-at-Risk or Credit-Value Adjustment calculations based on large scale Monte Carlo simulation effort) to front office derivatives analytics.

Books with Background Information

This documentation cannot explain all technical details, it rather explains the API of the library and the single classes. There are two books available by the author of this library which are perfect companions for those who seriously consider to use the DX Analytics library. Both books together cover all major aspects important for an understanding and application of DX Analytics:

Python for Finance---Analyze Big Financial Data

This book, published by O'Reilly in 2014 (cf. http://shop.oreilly.com/product/0636920032441.do), is a general introduction to Python for finance. It shows in the first part how to set up the infrastructure needed to do finance with Python. The second part of the book covers many topics of particular importance when doing finance with Python, like:

  • data structures,
  • data visualization,
  • time series analysis,
  • I/O operations,
  • performance issues,
  • Web technologies or
  • Python-Excel integration.

The third part of the book explains and implements a sub-set of the classes and functions of DX Analytics as a larger case studies (about 100 pages).

This books provides you with the basic and advanced Python knowledge needed to do Python in finance and to apply (and maybe integrate, enhance, improve) DX Analytics.

Derivatives Analytics with Python

This book---published by Wiley Finance (cf. http://eu.wiley.com/WileyCDA/WileyTitle/productCd-1119037999.html) with the sub-title "Data Analysis, Models, Simulation, Calibration, Hedging"---introduces into the market-based valuation of financial derivatives and explains what models can be used (e.g. stochastic volatiltiy jump diffusions), how to discretize them and how to simulate paths for such models. It also shows how to calibrate those models parametrically to market observed options quotes and implied volatilities. The book also introduces basic numerical hedging schemes for non-vanilla instruments based on advanced financial models. The approach is a practical one in that all topics are illustrated by a self-contained set of Python scripts.

This book equips you with the quantitative finance knowledge needed to understand the general valuation approach and to apply the financial models provided by DX Analytics. For example, the book intensively discusses the discretization and simulation of such models like the square-root diffusion of Cox-Ingersoll-Ross (1985) or the stochastic volatility model of Heston (1993) as well as their calibration to market data.

Installation & Usage

The most simple and efficient way to start using DX Analytics is by registering for the Python Quant Platform under http://trial.quant-platform.com (cf. the overview document http://quant-platform.com/Python_Quant_Platform.html).

After registration, you will find a folder in your home directory called dx-analytics. In this folder, you find 12 IPython Notebooks which you can open by clicking on one of them and which are the sources for this documentation. You can interactively execute and easily adjust the code and the examples provided there.

Other installation options (Github, pip install, etc.) will follow soon. At this stage, the library is provided to allow insterested users an early preview of DX Analytics.

DX Analytics has no dependencies apart from a few standard libraries (e.g. NumPy, pandas, matplotlib). It can be used generally with any of the popular scientific Python distributions, like Anaconda (cf. http://continuum.io/downloads).

You find a zip file called dx.zip in the dx-analytics folder with all files of the library (by browsing with the File Manager to that directory). By using the File Manager you can then download and use the library locally---for instance, after putting the dx directory from the zip file into the site-packages directory of your Python distribution.

What is missing?

Although the focus of DX Analytics lies on the simulation and valuation of derivatives instruments and portfolios composed thereof, there is still "so much" missing alone in this particular area (given the broadness of the field) that a comprehensive list of missing pieces is impossible to compile. Some major features missing are, for example:

  • support for multi-currency derivatives and portfolios
  • several features to model more exotic payoffs (e.g. barriers)
  • standardized model calibration classes/funtions
  • more sophisticated models for the pricing of rate-sensitive instruments

To put it the other way round, the strengths of DX Analytics at the moment are the modeling, pricing and risk management of single-currency equity-based derivatives and portfolios thereof. In this regard, the library has some features to offer that are hard to find in other libraries (also commercial ones).

In that sense, the current version of DX Analytics is the beginning only of a larger project for developing a full-fledged derivatives analytics suite---hopefully with the support of the Python Quant Finance community. If you find something missing that you think would be of benefit for all users, just let us know.

Words of Caution

Technically speaking, a comprehensive test suite (and general approach) for DX Analytics is also missing. This is partly due to the fact that there are infinite possibilities to model derivatives instruments and portfolios with DX Analytics. The ultimate test would be to have a means to judge for any kind of model and valuation run whether the results are correct or not. However, with DX Analytics you can model and value "things" for which no benchmark values (from the market, from other models, from other libraries, etc.) exist.

You can think of DX Analytics a bit like of a spreadsheet application. Such tools allow you to implement rather complex financial models, e.g. for the valuation of a company. However, there is no "guarantee" that your results are in any (economic) way correct---although they might be mathematically sound. The ultimate test for the soundness of a valuation result will always be what an "informed" market player is willing to pay for the instrument under consideration (or a complete company to this end). In that sense, the market is always right. Models, numerical methods and their results might be wrong for quite a large number of reasons.

And when you think of DX Analytics, potential or real implementation errors might of course also play a role, especially since the whole approach to modeling and valuation followed by DX Analytics is far away from being mainstream.

Fortunately, there are at least some ways to implement sanity checks. This is, for example, done by benchmarking valuation results for European call and put options from Monte Carlo simulation against valuation results from another numerical method, in particular the Fourier-based pricing approach. This alternative approach provides numerical values for benchmark instruments at least for the most important models used by DX Analytics (e.g. Heston (1993) stochastic volatility model).

Questions and Support

Yves Hilpisch, the author of DX Analytics, is managing partner of The Python Quants GmbH (Germany) and co-founder of The Python Quants LLC (New York City). The group provides professional support for the DX Analytics library. For inquiries in this regard contact [email protected].

The Python Quants also provide the Python Quant Platform as a solution for browser-based, interactive, collaborative financial analytics (cf. http://quant-platform.com). On this platform (for which free trials are available) you can also immediately use DX Analytics.

Documentation

You find the documentation under http://dx-analytics.com.

Copyright, License & Disclaimer

© Dr. Yves J. Hilpisch | The Python Quants GmbH

DX Analytics (the "dx library") is licensed under the GNU Affero General Public License version 3 or later (see http://www.gnu.org/licenses/).

DX Analytics comes with no representations or warranties, to the extent permitted by applicable law.

http://www.pythonquants.com | [email protected] | http://twitter.com/dyjh

Python Quant Platform | http://quant-platform.com

Derivatives Analytics with Python (Wiley Finance) | http://derivatives-analytics-with-python.com

Python for Finance (O'Reilly) | http://shop.oreilly.com/product/0636920032441.do

dx's People

Contributors

yhilpisch avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.