Skip to content

andreas-koukorinis/PyData-London2015

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyData-London2015

Repo for the talk: Financial Risk Management: Analytics and Aggregation with the PyData stack

Setup environment

I've create a conda environment. If you go to the repository's root directory.

conda env create
source activate pyldn
pip install -r requirements.txt

#if you want to use PostgreSQL
conda install -c https://conda.binstar.org/anaconda psycopg2

#For the Spark stuff you need to install it. I am on a Mac, using Homebrew and install Spark 1.4.0
brew install apache-spark

Notebooks

[Backtesting with Bokeh](https://github.com/mvaz/PyData-London2015/blob/master/notebooks/Backtesting%20with%20Bokeh.ipynb)
[Spark Scenario Aggregation](https://github.com/mvaz/PyData-London2015/blob/master/notebooks/SparkScenarioAggregation.ipynb)
[Value at Risk notebook](http://nbviewer.ipython.org/github/mvaz/financial-notebooks/blob/master/Value%20at%20Risk.ipynb)

References

  1. for VaR Filtered Historical Simulation
Giovani Barone-Adesi, Frederick Bourgoin and Kostas Giannopoulos (1998) “Don’t look back”, Risk, 11, August, pp100-104

John Hull and Alan White, “Incorporate Volatility Updating into the Historical Simulation Method for Value-at-Risk”, Journal of Risk, 1998
  1. for Apache Spark
[Estimating Financial Risk with Spark Sandy Ryza (Cloudera)](https://spark-summit.org/east-2015/talk/estimating-financial-risk-with-spark)

[Embracing Spark as the Scalable Data Analytics Platform - Matthew Glickman - Goldman Sachs - Video](https://www.youtube.com/watch?v=9yiwhfmEfi0)

[Fast Data Analytics with Spark and Python](http://www.slideshare.net/BenjaminBengfort/fast-data-analytics-with-spark-and-python)

[Introducing DataFrames in Spark for Large Scale Data Science](http://www.slideshare.net/databricks/introducing-dataframes-in-spark-for-large-scale-data-science)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%