FOR PYTHON QUANTS

An exclusive conference brought to you by CQF Institute and The Python Quants

TicketsGet in Touch

LONDON TUE 24. to FRI 27. NOVEMBER 2015

The Conference and Workshop Series for those working in Finance and using Python.

UNIQUE COMBINATION

This conference and workshop series is the only one in the world to focus exclusively on Python for Quantitative Finance. Do not miss it if you work in finance and use Python.

GAIN INSIGHTS

Keep up with the latest developments in Python for Finance, see the experts in action, meet people active in your field, experience practical case studies.

BUILD YOUR NETWORK

In addition to the main conference program, there is lots of room for networking, chatting, making connections and building your network in the industry.


Stay informed about the latest of Python for Quant Finance.

THE CONFERENCE IN NUMBERS

Some numbers about the FOR PYTHON QUANTS conference.

For those quants believing more in numbers than just words.

560

NYC + LONDON

The first conference held in NYC was attended by 225 people. At the second one, held in London, the total attendance was 165. The third one held in NYC had over 170 attendees.

5

LONDON

This time, we bring you not only 1 conference but also 3 intensive workshops. In addition, we plan a Meetup on Monday 23.11.2015.

10+

TALKS

Expect a fast-paced conference schedule with more than 10 talks over the day. All from experts in their fields.

2

STRONG PARTNERS

The CQF Institute is amongst the world's most renowned education bodies for Quantitative Finance. The Python Quants Group focuses on
Python for Quant Finance.

CONFERENCE TICKETS

Attractive ticket prices for live and online attendance.

PROFESSIONAL
(LIVE)

GBP 445
  • For professionals working
  • in Banking, Finance or
  • Consulting and attending live.

PROFESSIONAL
(ONLINE)

GBP 345
  • For professionals working
  • in Banking, Finance or
  • Consulting and watching online.

PYTHON WORKSHOPS

Intensive Python workshops about Python for Finance for professionals and academics who want to make their next step in their career.

The introductory workshop introduces Python as a programming language and gets you up to speed with the most popular tools used in the Python ecosystem.

The technical workshop shows you the basic and advanced approaches of typical Python paradigms and libraries, like IPython, NumPy or pandas. This workshop covers those basic libraries and tools that you need every day.

Topics covered in the financial workshop include advanced time series management, analysis and visualization, real-time data streaming, backtesting approaches and the implementation of automated trading strategies. This workshop applies the basic Python tools and libraries presented in the technical workshop to real-world quantitative finance examples.

The workshops take place at Fitch Learning, 4 Chiswell Street, ECY1 4UP London.

INTRODUCTORY WORKSHOP

GBP 445 (live)
GBP 345 (online)

  • Tuesday, 24. November 2015,
  • one-day, intensive workshop,
  • covering introductory Python & tools,
  • with Dr. Yves J. Hilpisch.
  • Read the Outline.
This workshop covers basic Python programming with a focus on:
  • Introducing the Quant Platform (http://pqp.io)
  • Fundamentals of data types and structures in Python
  • Selected Python idioms and control structures for numerical algorithms
  • Fundamentals of NumPy arrays for numerical computations
  • Basic concepts and approaches with pandas and SciPy
  • Selected performance issues and approaches for financial analytics
  • Some basic visualization approaches


Close

TECHNICAL WORKSHOP

GBP 445 (live)
GBP 345 (online)

  • Wednesday, 25. November 2015,
  • one-day, intensive workshop,
  • covering technical Python for Finance,
  • with Dr. Yves J. Hilpisch.
  • Read the Outline.
This workshop covers basic concepts, topics and idioms of importance for financial analytics and/or application development projects. The following is an outline of what you can expect:
  • Introducing the Quant Platform (http://pqp.io)
  • Advanced concepts and approaches with NumPy and pandas
  • Time series management with pandas and basic operations
  • Advanced operations on pandas DataFrame objects
  • Performant IO operations with Numpy and pandas
  • Selected performance issues and approaches for financial analytics
  • Static and interactive data visualization of numerical and time series data


Close

FINANCIAL WORKSHOP

GBP 445 (live)
GBP 345 (online)

  • Thursday, 26. November 2015,
  • one-day, intensive workshop,
  • covering applied Python for Finance,
  • with Dr. Yves J. Hilpisch.
  • Read the Outline.
This workshop covers some topics of importance for nearly every financial analytics and/or application project. The following is an outline of what you can expect:
  • Introducing the Quant Platform (http://pqp.io)
  • Fundamentals of pandas and plotly for financial analytics
  • Retrieving, processing and storing financial data
  • Implementing basic backtests for automated trading strategies
  • Optimizing trading strategies, doing in- vs out-of-sample testing
  • Capturing live financial data streams and plotting them in real-time
  • Implementing a simple Web app to visualize financial data (using Flask & plotly)
  • Implementing automated trading strategies with real-time data streaming and buy/sell orders


Close

Academics & Students


Group Bookings

Package Bookings

A 40% discount applies to students and academics, for both the conference and the workshops. To claim your discount, email us at events@cqfinstitute.org.

For group bookings, email us at events@cqfinstitute.org and receive a 10% discount when registering 3+ delegates.

Receive a 15% discount when booking at least two workshops or the conference and at least one workshop.

Book a Package

Academics & Students

A 40% discount applies to students and academics, for both the conference and the workshops. To claim your discount, email us at events@cqfinstitute.org.

Group Bookings

For group bookings, email us at events@cqfinstitute.org and receive a 10% discount when registering 3+ delegates.

Package Bookings

Receive a 15% discount when booking at least two workshops or the conference and at least one workshop.

Book a Package

IMPRESSIONS FROM LONDON 2014

Get a feel for the energy and flow at the For Python Quants conference.





TALKS

Conference Schedule

Expert know-how you can immediately apply.

In this talk I will share my experience of building an energy trading business from scratch. We will go step by step through the problems that had to be solved, the design decisions that were made and will see an example of the full quant platform solution built entirely in Python.


Close

Julia is a relatively new language built for numerical and scientific computing that combines the flexibility and productivity of dynamic languages with a performance close to C. Its features make it ideal for use as a single language across prototyping, modelling, and production in the the financial domain.

In this talk, we will discuss some of the innovative features of the language that make it particularly suited for high performance computing in finance. We will see how the key design feature of multiple dispatch makes mathematical programming easier as well as high performance computing; how Julia's inbuilt distributed computing facilities allow quick parallel programming; and how Julia's awesome foreign function interfaces allows easy reuse of code from C, Python, Java, etc.


Close

Open source languages, like Python, R, Julia, play an important role these days not only in data science but in Quant Finance as well. However, it is seldom the case that quants can get by with only a single language. Every language has its major strenghts and the real power of open source only materializes when using a blend of such technologies.

Deploying multiple such technologies, however, easily can cause sleepless nights for IT departments. The talk illustrates how Quant Platform solves that issue elegantly. The platform makes use of a modern, Web-and browser-based deployment concept based on, among others, cloud infrastructure and Docker containers.


Close

AHL is a quantitative investment manager and an early adopter of systematic trading, committed to technology to provide a productive environment for its quants to research, construct and deploy new trading models. AHL has a large amount of experience running automated quant strategies. In 2011, we started taking Python seriously and took our best practices over to it whilst also learning some more.

In this talk, James Munro will take a research idea and turn it into an autonomous trading strategy that can be used in production. He will explore techniques for writing code that works across research and trading environments, from the structural pattern that it implies to the tests and alerting systems that you need. You’ll also hear about some techniques for dealing with missing and dirty data and the importance of understanding the differences between a back-test and a real-world trading strategy.


Close

We introduce Lua, a relatively unknown language in the financial industry, which has been used in many industrial applications (Adobe's Lightroom, Blizzard's World of Warcraft, Cloudflare and more).

Following a quick overview of its main features and a cursory glance to its syntax, we focus on scientific computing with Lua with financial applications as motivating examples. Comparisons are made with other languages used in the field: C++, R, MATLAB, Julia, Python.


Close

We shall discuss how to create CTA style strategies. In particular, we shall develop a trading strategy which mimics the benchmark for trend following funds, discussing the impact of ideas such as volatility targeting to P&L.

Later, we shall discuss the open source PyThalesians Python library, explaining the benefits of open sourcing software. We shall go through example code for a trend following strategy in FX and also discuss other features of the library like visualisation.


Close

R/Rmetrics is a premier open source software solution for teaching and training quantitative finance. With more than 40 R packages for computational finance and financial engineering developed by 22 programmers worldwide Rmetrics offers state-of-the-art algorithms for applications in Finance and Insurance. Our R packages that manage chronological objects in R are listed in the Top 100 of the contributed R packages.

In this talk we give a brief overview about the statistical environment R and Rmetrics applications in finance. A show case concerned with stability concepts for investment decisions using Bayesian statistics and Wavelet analysis will show the power of R/Rmetrics. We also present the openess of R and discuss communication links to C++ and Python.


Close

AHL is a systematic hedge fund where data is central to the business. Challenged by performance and scalability problems when storing and retrieving time series data using traditional data stores, we built our own.

Arctic is the result of that work. It’s a high performance time series column store built with Python on MongoDB. With compression and chunking arctic gives query performance orders of magnitude better than commercial (and open source) dedicated time series databases. We ingest 1.4 billion ticks per day, and read data at millions of rows per second (in pure Python). Our aim is to efficiently ship data to cheap compute, rather than run all computation on expensive (in software/hardware terms) dedicated database servers.

The talk explores the solution space of existing time series data stores, and the route we’ve taken to build a simple library with a beautiful API for numeric data storage.


Close
8:00 Registration and Morning Coffee
WELCOME & OPENING REMARKS
9:00 Dr. Randeep Gug
CQF Institute
Welcome and Opening Remarks
9:10 Dr. Yves Hilpisch
The Python Quants
Quant Tech — Where Do We Stand?
LESSONS FROM INDUSTRY
9:30 Dr. James Munro
AHL
Quant Strategies: From Idea to Execution (Abstract)
10:05 Dr. Teodora Baeva
BTGPactual
Lessons Learnt from Building an Energy Trading Business from Scratch with Python (Abstract)
10:40 MORNING BREAK
PYTHON QUANT TECHNOLOGIES
11:10 James Blackburn
AHL
Arctic — A Python Library for Fast Time Series Storage (Abstract)
11:45 Saeed Amen
Thalesians
How to build a CTA with PyThalesians (Abstract)
12:20 LUNCH BREAK & HIGH FREQUENCY NETWORKING
13:40 Dr. Yves Hilpisch
The Python Quants
Quant Platform — Bundling the Best of Open Source for Quant Tech (Abstract)
LEARNING FROM OTHERS
14:15 Avik Sengupta
Algocircle
HPC with Julia in Finance (Abstract)
14:50 AFTERNOON BREAK
15:15 Dr. Stefano Peluchetti
HSBC
LuaJIT Numerical Computing for Quants — Minimalist Efficiency (Abstract)
15:50 Prof. Dr. Diethelm Wuertz
ETH Zurich
R/Rmetrics in Finance for Python Users (Abstract)
PANEL DISCUSSION, RAFFLE, CLOSING REMARKS
16:30 Expert Group Is QuantTech the Next FinTech?
17:00 Book Raffle and Closing Remarks
17:30 Conference Closing, Get Together


Venue

Fitch Ratings Building 30 North Colonnade, London, E14 5GN in Canary Wharf.

Fitch Venue

Come to Canary Wharf – a financial heart of the world.

See it on Google Maps.

MEET THE TEAM

DON'T MISS THIS UNIQUE OPPORTUNITY.

EXPECT 100%
PYTHON
& FINANCE

GET IN TOUCH TODAY!

CONFERENCE SPONSORS

These are the conference sponsors.

Visit their Web sites for more information.

Fitch Fitch Learning is a global leader in financial education with over 25 years of experience in delivering specialized, technical training to the finance community.

O'Reilly O'Reilly Media spreads the knowledge of innovators through its books, online services, magazines, research, and conferences.

Wiley Wiley is a global provider of content and content-enabled workflow solutions in areas of scientific, technical, medical, and scholarly research; professional development; and education.
Automated Trader Our Media Partner: Automated Trader
The gateway to automated and algorithmic trading.