The Coming Big Data Tsunami in Energy Market Analytics. Jeff Fong, Co-Founder, F S DataScience October 2014

Size: px
Start display at page:

Download "The Coming Big Data Tsunami in Energy Market Analytics. Jeff Fong, Co-Founder, F S DataScience October 2014"

Transcription

1 The Coming Big Data Tsunami in Energy Market Analytics Jeff Fong, Co-Founder, F S DataScience October 2014

2 The views expressed in the following material are the author s and do not necessarily represent the views of the Global Association of Risk Professionals (GARP), its Membership or its Management. 1

3 Outline I. Why are Big Data & Analytic concepts important in Energy Markets? II. What is Big Data & Analytics? III. A small Big Data & Analytics example IV. Big Data, Analytics and Energy Markets V. Getting started if you haven t already

4 Why are Big Data & Analytic concepts important in Energy Markets?

5 Big Data & Analytics The Past: A competitive advantage was often obtained with an asset. Railroads, pipelines, refineries

6 Big Data & Analytics The Past: A competitive advantage was often obtained with an asset. Railroads, pipelines, refineries

7 Big Data & Analytics The Past: A competitive advantage was often obtained with an asset. Railroads, pipelines, refineries, Water utilities Power generation

8 Big Data & Analytics The Past: A competitive advantage was often obtained with an asset. Railroads, pipelines, refineries, Water utilities Power generation Asset based competitive advantage Monopolies

9 Big Data & Analytics What we see today is a trend where analytics revolutionize industries Lower capital intensive industries were first We have already seen many industries revolutionized by companies that specialize in data and analytics (Google, Amazon) Advertising and Sales Logistics Travel and Airlines

10 Big Data & Analytics What we see today is a trend where analytics revolutionize industries Lower capital intensive industries were first We have already seen many industries revolutionized by companies that specialize in data and analytics (Google, Amazon) Advertising and Sales Logistics Travel and Airlines Energy markets are next! I. The data is being stored II. Sufficient processing power is now available III. Markets are becoming integrated

11 Big Data & Analytics As energy markets continue to become more global, the competitive advantage from analytics will continue to grow increased integration of global energy markets new pipelines, transmission, energy technologies growing amounts of data increased competition and demand response integration with financial markets The future of strategic discussions will include include data analytics and algorithms as being competitive advantages

12 What is Big Data & Analytics?

13 What is Big Data & Analytics Big is relative data starts to become big when you can t make use of the raw data without summarizing it Three types of analytics 1. Descriptive 2. Predictive 3. Prescriptive

14 Analytics: Descriptive Most data in its raw form is not suitable for human consumption Data must be condensed into useful pieces of information The purpose of descriptive analytics is to summarize what has happened The focus is on learning about your data (data discovery) 80% of business analytics is descriptive (think about your BI reports)

15 Analytics: Descriptive Averages, variance, correlations, principle components, distributions and summary statistics are all descriptive They help you learn about your data, but are not in themselves, predictive or prescriptive Example: How do interest rates, spot prices and volatility move together?

16 Analytics: Predictive Predictive analytics do not tell you will happen; it tells you what might happen. (probabilistic) In other words, using data you do have; fill in data you don't have predict possible future data fill in possible values for missing data

17 Analytics: Predictive (=modeling) Predictive analytics do not tell you what will happen; it tells you what might happen. (probabilistic) In other words, using data you do have; fill in data you don't have predict possible future data fill in possible values for missing data Model building is a big part of predictive analytics Statistical models, data mining, machine learning, time-series, monte-carlo simulation, forecasting, neural nets are all predictive They tell you what might happen, but not what to do about it

18 Analytics: Predictive Example: Predict or model the value of an OTC call option We use data we have (interest rates, spot prices and volatility) to predict data we don t have (the call option value) VXX SPY TLT

19 Analytics: Predictive Example: Predict or model the value of an OTC call option We use data we have (interest rates, spot prices and volatility) to predict data we don t have Possible future interest rates, spot prices and volatility And possible future option values VXX SPY TLT CALL Option

20 Analytics: Prescriptive Using our data, descriptive analytics and predictive models We can prescribe an action that best achieves an objective Prescriptive analytics needs actionable data What actions can be taken that affect outcomes? What are the objectives? VXX SPY Minimize risk? Maximize reward? Maximize Sharpe ratio? TLT CALL Option

21 Analytics: Prescriptive Example: Actions to hedge a call option We have the data for interest rates, spot prices & volatility We have a predictive model for an option price Objective: Maximize return per unit of risk VXX Dynamic hedging is a prescriptive strategy delta / gamma hedge hedge greek exposures TLT SPY CALL Option

22 A small Big Data & Analytics example

23 A Portfolio Trading example 1. SPY - S&P500 index 2. TLT year Treasury bonds ETF 3. VXX S&P500 Volatility ETF VXX SPY TLT

24 A Portfolio Trading example Mini universe of 9 stocks and ETFs 1. SPY - S&P500 index 2. TLT year Treasury bonds ETF 3. VXX S&P500 Volatility ETF 4. JNK - High yield corporate bond ETF 5. UGA - Gasoline futures ETF 6. VLO - Valero Energy Corp (refinery) 7. USO - Oil (WTI) futures ETF 8. JO - Coffee ETF 9. SBUX - Starbucks VXX TLT SPY

25 A Portfolio Trading example Mini universe of 9 stocks and ETFs 1. SPY - S&P500 index 2. TLT year Treasury bonds ETF 3. VXX S&P500 Volatility ETF 4. JNK - High yield corporate bond ETF 5. UGA - Gasoline futures ETF 6. VLO - Valero Energy Corp (refinery) 7. USO - Oil (WTI) futures ETF 8. JO - Coffee ETF 9. SBUX - Starbucks Complex dynamics VXX TLT JNK SPY USO JO SBUX VLO UGA How can we methodically construct a trading strategy?

26 Descriptive Mini universe of 8 stocks and ETFs Calculate: o o o means, variances correlations, autocorrelations principle components Discover features about this dataset

27 Predictive This small example isn t really that small. There are 2^8=256 possible combinations of underliers to include, each with endless possibilities of share combinations With some data mining (We ll make the code available for you to try yourself), we can build a (predictive) model of a cointegrated portfolio from our mini universe of stocks and ETFs

28 Predictive This small example isn t really that small. There are 2^8=256 possible combinations of underliers to include, each with endless possibilities of share combinations With some data mining (We ll make the code available for you to try yourself), we can build a (predictive) model of a cointegrated portfolio from our mini universe of stocks and ETFs In otherwords, we can build a portfolio that mean reverts using predictive (modeling) analytics

29 Predictive Mini universe

30 Predictive Mini universe Data-Mined subset

31 Predictive Mini universe Data-Mined subset Cointegrated portfolio allocation 1. long shares of $40.31 = $ short shares of $48.87 = ($101.53) 3. short shares of $48.36 = ($58.08) 4. short shares of $30.64 = ($83.80)

32 Predictive 5 year history of the net value of the model cointegrated portfolio

33 Predictive Mean Reversion Level 5 year history of the net value of the model cointegrated portfolio Distribution of the net portfolio value over the 5 years

34 Predictive Mean Reversion Level Let s create a simple (prescriptive) strategy with the objective being to generate trading profits! This is not a recommendation! Do your own due diligence!

35 Prescriptive BUY the portfolio when it s at the 5 th percentile Let s create a simple (prescriptive) strategy with the objective being to generate trading profits! This is not a recommendation! Do your own due diligence!

36 Prescriptive BUY the portfolio when it s at the 5 th percentile SELL the portfolio when it s at the 95 th percentile Let s create a simple (prescriptive) strategy with the objective being to generate trading profits! This is not a recommendation! Do your own due diligence!

37 Prescriptive Cover at the Mean Reversion Level BUY the portfolio when it s at the 5 th percentile SELL the portfolio when it s at the 95 th percentile Let s create a simple (prescriptive) strategy with the objective being to generate trading profits! This is not a recommendation! Do your own due diligence!

38 Prescriptive Cover at the Mean Reversion Level Come back and ask me what happened in 6 months! BUY the portfolio when it s at the 5 th percentile SELL the portfolio when it s at the 95 th percentile Let s create a simple (prescriptive) strategy with the objective being to generate trading profits! This is not a recommendation! Do your own due diligence!

39 Big Data, Analytics and Energy Markets

40 Energy Market Big Data Analytics Modeling energy markets is a difficult and complex problem complex distributions large constrained optimization problems market feedback loops Problems in energy markets, get very big, very fast!

41 Energy Market Big Data Analytics Digging into the details is like opening pandora s box If we look at a power plant, at its surface it seems simple Power Power Plant Gas Basis

42 Energy Market Big Data Analytics Digging into the details is like opening pandora s box If we look at a power plant, at its surface it seems simple Load Temp EIA Power Power Plant WTI Gas Heating Oil Gas Basis Once we peel back the surface, it gets complicated very fast

43 Energy Market Big Data Analytics Digging into the details is like opening pandora s box If we look at a power plant, at its surface it seems simple EIA How sensitive is my portfolio to EIA numbers? What is the optimal hedge? Gas Power Gas Basis Load Power Plant Temp Heating Oil WTI What other assets complement my existing portfolio What s the impact of a transmission or pipeline disruption? Once we peel back the surface, it gets complicated very fast

44 The Real World

45 The Real World Hundreds of nodes and relationships Dozens of different asset types Many constraints and market rules to consider A lot of analytics and software/hardware are required to analyze such complex problems

46 Energy Market Big Data Analytics Even the largest problems can still be broken down Use an analytics based approach to simplify the problems Include top down quantitative methods with bottoms up fundamental based modeling Leverage Big Data technology once its needed Hadoop (reading / writing) Distributed and cloud computing (large scale computations) Hadoop and distributed / cloud technologies can be extremely powerful in helping you solve large problems

47 Getting started if you haven t already

48 Learn as much as you can! Learn to work with and analyze large data sets SQL (any will do) Any good programming or statistical language such as R

49 Learn more! Learn to work with and analyze large data sets SQL (any will do) Any good programming or statistical language such as R Start by solving small optimization problems to gain experience Free online universities and excellent courses udacity, coursera, etc Learn more about other fields where you have interests

50 Learn more! Learn to work with and analyze large data sets SQL (any will do) Any good programming or statistical language such as R Start by solving small optimization problems to gain experience Free online universities and excellent courses udacity, coursera, etc Learn more about other fields where you have interests Go write the ERP exam!

51 Gaining Adoption Gaining adoption can be difficult at first Start with small, easy to handle projects Try descriptive analytics first Focus on solving specific problems first to show ROI Share results often and invite feedback Incorporate feed back and use rapid prototyping Teach & collaborate!

52 Resources Free online courses coursera.org udacity.com Open source software options hadoop.apache.org Javascript libraries Commercial software options Matlab MS SQL / Oracle

53 QUESTIONS?

54 C r e a t i n g a c u l t u r e o f r i s k a w a r e n e s s Global Association of Risk Professionals 111 Town Square Place 14th Floor Jersey City, New Jersey U.S.A nd Floor Bengal Wing 9A Devonshire Square London, EC2M 4YN U.K (0) About GARP The Global Association of Risk Professionals (GARP) is a not-for-profit global membership organization dedicated to preparing professionals and organizations to make better informed risk decisions. Membership represents over 150,000 risk management practitioners and researchers from banks, investment management firms, government agencies, academic institutions, and corporations from more than 195 countries and territories. GARP administers the Financial Risk Manager (FRM ) and the Energy Risk Professional (ERP ) Exams; certifications recognized by risk professionals worldwide. GARP also helps advance the role of risk management via comprehensive professional education and training for professionals of all levels Global Association of Risk Professionals. All rights reserved.

Energy Risk Professional (ERP ) Examination. Practice Quiz 3: Financial Products

Energy Risk Professional (ERP ) Examination. Practice Quiz 3: Financial Products Energy Risk Professional (ERP ) Examination Practice Quiz 3: Financial Products TABLE OF CONTENTS Introduction...............................................................1 ERP Practice Quiz 3 Candidate

More information

Management. Model Risk. Nav Vaidhyanathan Director, Head of Model Risk Management Wintrust Financial Corporation

Management. Model Risk. Nav Vaidhyanathan Director, Head of Model Risk Management Wintrust Financial Corporation Model Risk Management Nav Vaidhyanathan Director, Head of Model Risk Management Wintrust Financial Corporation Global Association of Risk Professionals August 2014 These materials reflect the views and

More information

Practical Considerations and Risks - Portfolio Trading, Index Arbitrage, and Dispersion Trading

Practical Considerations and Risks - Portfolio Trading, Index Arbitrage, and Dispersion Trading Practical Considerations and Risks - Portfolio Trading, Index Arbitrage, and Dispersion Trading Ron Chiong Associate Director Risk & Strategy CEO s Office Securities and Futures Commission October 2014

More information

Risk Management. Trends for Insurance Companies. Jeffrey Lovern Genworth Financial VP, Enterprise Risk Management Global Mortgage Insurance

Risk Management. Trends for Insurance Companies. Jeffrey Lovern Genworth Financial VP, Enterprise Risk Management Global Mortgage Insurance Risk Management Trends for Insurance Companies Jeffrey Lovern Genworth Financial VP, Enterprise Risk Management Global Mortgage Insurance Global Association of Risk Professionals March, 2014 Agenda Global

More information

Business Continuity Planning

Business Continuity Planning Business Continuity Planning Presenter Carolyn Bell-Wisdom, CIA, FCCA, FCA, CISA, CFE, Director, Internal Audit Outsourcing, Risk & Business Continuity Services at Jamaica AGENDA Welcome and introduction

More information

Machine Learning Applications in Algorithmic Trading

Machine Learning Applications in Algorithmic Trading Machine Learning Applications in Algorithmic Trading Ryan Brosnahan, Ross Rothenstine Introduction: Computer controlled algorithmic trading is used by financial institutions around the world and accounted

More information

Knowledge, Skills and Abilities Needed for Effective Risk Management

Knowledge, Skills and Abilities Needed for Effective Risk Management Knowledge, Skills and Abilities Needed for Effective Risk Management William May Senior Vice President FRM Program Manager Global Association of Risk Professionals February 2012 Evolution of Risk Management

More information

Strategies for Trading Inverse Volatility

Strategies for Trading Inverse Volatility Strategies for Trading Inverse Volatility In this paper, I present five different strategies you can use to trade inverse volatility. Why trade inverse volatility you ask? Because since 2011, trading inverse

More information

Introduction to Equity Derivatives

Introduction to Equity Derivatives Introduction to Equity Derivatives Aaron Brask + 44 (0)20 7773 5487 Internal use only Equity derivatives overview Products Clients Client strategies Barclays Capital 2 Equity derivatives products Equity

More information

COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK DEPARTMENT OF INDUSTRIAL ENGINEERING AND OPERATIONS RESEARCH

COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK DEPARTMENT OF INDUSTRIAL ENGINEERING AND OPERATIONS RESEARCH Course: IEOR 4575 Business Analytics for Operations Research Lectures MW 2:40-3:55PM Instructor Prof. Guillermo Gallego Office Hours Tuesdays: 3-4pm Office: CEPSR 822 (8 th floor) Textbooks and Learning

More information

FTS Real Time System Project: Using Options to Manage Price Risk

FTS Real Time System Project: Using Options to Manage Price Risk FTS Real Time System Project: Using Options to Manage Price Risk Question: How can you manage price risk using options? Introduction The option Greeks provide measures of sensitivity to price and volatility

More information

State of the Art Virtual Portfolio Management: Building Skills that Matter

State of the Art Virtual Portfolio Management: Building Skills that Matter State of the Art Virtual Portfolio Management: Building Skills that Matter There are many ways for students to play stock market games or more generally, participate in a virtual portfolio simulation:

More information

Option Valuation. Chapter 21

Option Valuation. Chapter 21 Option Valuation Chapter 21 Intrinsic and Time Value intrinsic value of in-the-money options = the payoff that could be obtained from the immediate exercise of the option for a call option: stock price

More information

Predictive Analytics

Predictive Analytics Predictive Analytics How many of you used predictive today? 2015 SAP SE. All rights reserved. 2 2015 SAP SE. All rights reserved. 3 How can you apply predictive to your business? Predictive Analytics is

More information

Lean manufacturing in the age of the Industrial Internet

Lean manufacturing in the age of the Industrial Internet Lean manufacturing in the age of the Industrial Internet From Henry Ford s moving assembly line to Taiichi Ohno s Toyota production system, now known as lean production, manufacturers globally have constantly

More information

FTS Real Time System Project: Portfolio Diversification Note: this project requires use of Excel s Solver

FTS Real Time System Project: Portfolio Diversification Note: this project requires use of Excel s Solver FTS Real Time System Project: Portfolio Diversification Note: this project requires use of Excel s Solver Question: How do you create a diversified stock portfolio? Advice given by most financial advisors

More information

A Global Market Rotation Strategy with an annual performance of 41.4% since 2003

A Global Market Rotation Strategy with an annual performance of 41.4% since 2003 A Global Market Rotation Strategy with an annual performance of 41.4% since 2003 The following strategy is one of my favorite rotation strategies, which many of my friends, customers and I use now for

More information

Retailers Discover New Ways to Drive Consistent Margins on Fuel Sales

Retailers Discover New Ways to Drive Consistent Margins on Fuel Sales Retailers Discover New Ways to Drive Consistent Margins on Fuel Sales Improving gasoline margins and throughput volumes remain top-of-mind for convenience store operators, high-volume retailers and grocers

More information

Return to Risk Limited website: www.risklimited.com. Overview of Options An Introduction

Return to Risk Limited website: www.risklimited.com. Overview of Options An Introduction Return to Risk Limited website: www.risklimited.com Overview of Options An Introduction Options Definition The right, but not the obligation, to enter into a transaction [buy or sell] at a pre-agreed price,

More information

Presented by. Dr. Osvaldo A. Bascur, IP and OSIPress Initiative

Presented by. Dr. Osvaldo A. Bascur, IP and OSIPress Initiative Enabling Enterprise Operational Intelligence in the Process Industries: Improvements, Innovation and Reinvention Presented by Dr. Osvaldo A. Bascur, IP and OSIPress Initiative Abstract: Large industrial

More information

Predictive modelling around the world 28.11.13

Predictive modelling around the world 28.11.13 Predictive modelling around the world 28.11.13 Agenda Why this presentation is really interesting Introduction to predictive modelling Case studies Conclusions Why this presentation is really interesting

More information

Risk-Adjusted Return on Capital (RAROC)

Risk-Adjusted Return on Capital (RAROC) Risk-Adjusted Return on Capital (RAROC) Dr. Yousef Padganeh Head of Enterprise Risk Management Commercial Bank International Global Association of Risk Professionals December 2014 The views expressed in

More information

ATTITUDE TO RISK. In this module we take a look at risk management and its importance. MODULE 5 INTRODUCTION PROGRAMME NOVEMBER 2012, EDITION 18

ATTITUDE TO RISK. In this module we take a look at risk management and its importance. MODULE 5 INTRODUCTION PROGRAMME NOVEMBER 2012, EDITION 18 INTRODUCTION PROGRAMME MODULE 5 ATTITUDE TO RISK In this module we take a look at risk management and its importance. NOVEMBER 2012, EDITION 18 CONTENTS 3 6 RISK MANAGEMENT 2 In the previous module we

More information

A full spectrum of analytics you can get yourself

A full spectrum of analytics you can get yourself Industry area A full spectrum of analytics you can get yourself 5 reasons to choose IBM for self-service business intelligence Contents Self-service business intelligence that paints a full picture 3 Reason

More information

How To Trade An Exchange Traded Fund

How To Trade An Exchange Traded Fund How To Trade Market Sector ETFs, and Beat The Market by 17x! If you watched the first video, then you know In many ways, ETFs are more powerful than. Stocks Futures And even options! The most obvious reasons

More information

Certification In SAS Programming. Introduction to SAS Program

Certification In SAS Programming. Introduction to SAS Program Certification In SAS Programming Introduction to SAS Program What Lies Ahead In this session, you will gain answers to: Overview of Analytics Careers in Analytics Why Use SAS? Introduction to SAS System

More information

Business Analytics Syllabus

Business Analytics Syllabus B6101 Business Analytics Fall 2014 Business Analytics Syllabus Course Description Business analytics refers to the ways in which enterprises such as businesses, non-profits, and governments can use data

More information

ICAAP of SNS Bank. Arno van Eekelen Senior Consultant SNS Bank Global Association of Risk Professionals. June 2014

ICAAP of SNS Bank. Arno van Eekelen Senior Consultant SNS Bank Global Association of Risk Professionals. June 2014 ICAAP of SNS Bank Arno van Eekelen Senior Consultant SNS Bank Global Association of Risk Professionals June 2014 Table of contents 1. SNS REAAL 2. ICAAP a) Basic elements and environment b) ICAAP stages

More information

Commodities as an Asset Class

Commodities as an Asset Class September 2015 Commodities as an Asset Class The exchange of commodities represents one of the earliest forms of trade. Markets for goods such as rice, silk and spices for example have existed for centuries.

More information

ANALYTICS CENTER LEARNING PROGRAM

ANALYTICS CENTER LEARNING PROGRAM Overview of Curriculum ANALYTICS CENTER LEARNING PROGRAM The following courses are offered by Analytics Center as part of its learning program: Course Duration Prerequisites 1- Math and Theory 101 - Fundamentals

More information

Harness the Power of Partnership Everything is possible when you have the right partner.

Harness the Power of Partnership Everything is possible when you have the right partner. Technology Success Accelerate Harness the Power of Partnership Everything is possible when you have the right partner. Avnet Technology Solutions, Americas Intelligent Collaboration Disruptive technologies

More information

Investing with PredictWallStreet Data September 2013 Update

Investing with PredictWallStreet Data September 2013 Update Investing with PredictWallStreet Data September 2013 Update On Feb 5, 2008, PredictWallStreet released a White Paper entitled: Investing with PredictWallStreet Data. That paper described how we gather

More information

The 4 Simplest Ways To Invest In Gold Today

The 4 Simplest Ways To Invest In Gold Today The 4 Simplest Ways To Invest In Gold Today You ve finally found it! Possibly the most useful investment vehicle at your fingertips. I m talking about Gold! There are tons of reasons why investors and

More information

How to Screen for Winning Stocks

How to Screen for Winning Stocks How to Screen for Winning Stocks A Brief Guide to 9 Backtested Strategies By Kurtis Hemmerling Published by Kurtis Hemmerling at Smashwords Copyright 2011 Kurtis Hemmerling Table of Contents Message to

More information

Investment Committee Policy Statement

Investment Committee Policy Statement FINANCIAL MANAGEMENT ASSOCIATION Investment Committee Policy Statement The University of Hawaii Financial Management Association Prepared by FMA and Faculty Advisor 10/27/2008 Investment Committee portfolio

More information

Reasoning Component Architecture

Reasoning Component Architecture Architecture of a Spam Filter Application By Avi Pfeffer A spam filter consists of two components. In this article, based on my book Practical Probabilistic Programming, first describe the architecture

More information

IBM Analytical Decision Management

IBM Analytical Decision Management IBM Analytical Decision Management Deliver better outcomes in real time, every time Highlights Organizations of all types can maximize outcomes with IBM Analytical Decision Management, which enables you

More information

Calculating VaR. Capital Market Risk Advisors CMRA

Calculating VaR. Capital Market Risk Advisors CMRA Calculating VaR Capital Market Risk Advisors How is VAR Calculated? Sensitivity Estimate Models - use sensitivity factors such as duration to estimate the change in value of the portfolio to changes in

More information

ANALYTICS FOR SUPPLY CHAIN AND OPERATIONS

ANALYTICS FOR SUPPLY CHAIN AND OPERATIONS Background In the last few years, there has been increased interest in using analytics in many areas of business. Part of the interest is driven by increased availability of data from Enterprise Resource

More information

MSCA 31000 Introduction to Statistical Concepts

MSCA 31000 Introduction to Statistical Concepts MSCA 31000 Introduction to Statistical Concepts This course provides general exposure to basic statistical concepts that are necessary for students to understand the content presented in more advanced

More information

Exchange Traded Commodities. Redefining the commodities marketplace

Exchange Traded Commodities. Redefining the commodities marketplace Exchange Traded Commodities Redefining the commodities marketplace ETCs removing the difficulties of gaining exposure to commodities. Introduction Exchange Traded Commodities Redefining the commodities

More information

Financial Statistics & Risk Management Master s Degree Program

Financial Statistics & Risk Management Master s Degree Program Financial Statistics & Risk Management Master s Degree Program A Brief Overview Financial Statistics Definition of financial statistics: Application of statistical methods to analyze financial markets

More information

Toms Market Outlook and Trade Alerts for Oct 19 th, 2014. Message from Tom

Toms Market Outlook and Trade Alerts for Oct 19 th, 2014. Message from Tom Toms Market Outlook and Trade Alerts for Oct 19 th, 2014 Message from Tom I believe the markets have finally cooled their selling ways, partly due to the fact that Ebola is not a concern like people thought

More information

Chapters 15. Delta Hedging with Black-Scholes Model. Joel R. Barber. Department of Finance. Florida International University.

Chapters 15. Delta Hedging with Black-Scholes Model. Joel R. Barber. Department of Finance. Florida International University. Chapters 15 Delta Hedging with Black-Scholes Model Joel R. Barber Department of Finance Florida International University Miami, FL 33199 1 Hedging Example A bank has sold for $300,000 a European call option

More information

9 Hedging the Risk of an Energy Futures Portfolio UNCORRECTED PROOFS. Carol Alexander 9.1 MAPPING PORTFOLIOS TO CONSTANT MATURITY FUTURES 12 T 1)

9 Hedging the Risk of an Energy Futures Portfolio UNCORRECTED PROOFS. Carol Alexander 9.1 MAPPING PORTFOLIOS TO CONSTANT MATURITY FUTURES 12 T 1) Helyette Geman c0.tex V - 0//0 :00 P.M. Page Hedging the Risk of an Energy Futures Portfolio Carol Alexander This chapter considers a hedging problem for a trader in futures on crude oil, heating oil and

More information

Outline. What is Big data and where they come from? How we deal with Big data?

Outline. What is Big data and where they come from? How we deal with Big data? What is Big Data Outline What is Big data and where they come from? How we deal with Big data? Big Data Everywhere! As a human, we generate a lot of data during our everyday activity. When you buy something,

More information

Long-term Stock Market Forecasting using Gaussian Processes

Long-term Stock Market Forecasting using Gaussian Processes Long-term Stock Market Forecasting using Gaussian Processes 1 2 3 4 Anonymous Author(s) Affiliation Address email 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

More information

Data Warehouse design

Data Warehouse design Data Warehouse design Design of Enterprise Systems University of Pavia 21/11/2013-1- Data Warehouse design DATA PRESENTATION - 2- BI Reporting Success Factors BI platform success factors include: Performance

More information

SKILL SETS NEED FOR ANALYTICS- DESCRIPTIVE, PREDICTIVE AND PRESCRIPTIVE ABSTRACT

SKILL SETS NEED FOR ANALYTICS- DESCRIPTIVE, PREDICTIVE AND PRESCRIPTIVE ABSTRACT ISSN: 2454-3659 (Online),2454-3861(print) Volume I, Issue 3 August2015 International Journal of Multidisciplinary Research Centre Research Article / Survey Paper / Case Study SKILL SETS NEED FOR ANALYTICS-

More information

Advanced analytics at your hands

Advanced analytics at your hands 2.3 Advanced analytics at your hands Neural Designer is the most powerful predictive analytics software. It uses innovative neural networks techniques to provide data scientists with results in a way previously

More information

Open Source and Cloud Software from Actuate Delivers Business Intelligence to The Association For Manufacturing Technology

Open Source and Cloud Software from Actuate Delivers Business Intelligence to The Association For Manufacturing Technology BUYER CASE STUDY Open Source and Cloud Software from Actuate Delivers Business Intelligence to The Association For Manufacturing Technology Dan Vesset IDC OPINION Global Headquarters: 5 Speen Street Framingham,

More information

Commitment of Traders How to Follow the Professionals

Commitment of Traders How to Follow the Professionals Commitment of Traders How to Follow the Professionals It's not the Holy Grail but the Commitment of Traders report gives an insight into valuations and what levels the Professionals consider over-bought

More information

not possible or was possible at a high cost for collecting the data.

not possible or was possible at a high cost for collecting the data. Data Mining and Knowledge Discovery Generating knowledge from data Knowledge Discovery Data Mining White Paper Organizations collect a vast amount of data in the process of carrying out their day-to-day

More information

Big Data Readiness. A QuantUniversity Whitepaper. 5 things to know before embarking on your first Big Data project

Big Data Readiness. A QuantUniversity Whitepaper. 5 things to know before embarking on your first Big Data project A QuantUniversity Whitepaper Big Data Readiness 5 things to know before embarking on your first Big Data project By, Sri Krishnamurthy, CFA, CAP Founder www.quantuniversity.com Summary: Interest in Big

More information

Step by Step: Big Data Technology. Assoc. Prof. Dr. Thanachart Numnonda Executive Director IMC Institute 25 August 2015

Step by Step: Big Data Technology. Assoc. Prof. Dr. Thanachart Numnonda Executive Director IMC Institute 25 August 2015 Step by Step: Big Data Technology Assoc. Prof. Dr. Thanachart Numnonda Executive Director IMC Institute 25 August 2015 Data Sources IT Infrastructure Analytics 2 B y 2015, 20% of Global 1000 organizations

More information

Financial Engineering Problem Definition & Scope

Financial Engineering Problem Definition & Scope Financial Engineering Problem Definition & Scope February 10, 2011 Brandon Borkholder Mark Dickerson Shefali Garg Aren Knutsen Dr. KC Chang, Sponsor Ashirvad Naik, Research Assistant 1 Project Overview

More information

Managing Risks and Optimising an Energy Portfolio with PLEXOS

Managing Risks and Optimising an Energy Portfolio with PLEXOS Managing Risks and Optimising an Energy Portfolio with PLEXOS Tom Forrest, B.Com. (Hons) Senior Power Market Consultant - Europe 1 Introduction Energy markets inherently exhibit far greater risk compared

More information

incisive-training.com/generationasset Generation Asset Analytics and Risk Management Course highlights

incisive-training.com/generationasset Generation Asset Analytics and Risk Management Course highlights Course highlights Apply the latest approaches for modelling energy prices Practical lessons on calibrating models and implementing Monte-Carlo simulations Value generation assets Hedge portfolios of generation

More information

Better Hedge Ratios for Spread Trading

Better Hedge Ratios for Spread Trading Better Hedge Ratios for Spread Trading Paul Teetor November 2011 1 Summary This note discusses the calculation of hedge ratios for spread trading. It suggests that using total least squares (TLS) is superior

More information

Explore the Possibilities

Explore the Possibilities Explore the Possibilities 2013 HR Service Delivery Forum Got Predictive Analytics? 2013 Towers Watson. All rights reserved. Reporting and analytics progress continuum current state of market Late Bloomers

More information

Certus Solutions. Our Journey Using PaaS to Extend Oracle Cloud Applications

Certus Solutions. Our Journey Using PaaS to Extend Oracle Cloud Applications Certus Solutions Our Journey Using PaaS to Extend Oracle Cloud Applications Debra Lilley, ACE Director UKOUG, Certus Solutions Certus Solutions are committed to Oracle Cloud Applications (Fusion), but

More information

Lecture 11: The Greeks and Risk Management

Lecture 11: The Greeks and Risk Management Lecture 11: The Greeks and Risk Management This lecture studies market risk management from the perspective of an options trader. First, we show how to describe the risk characteristics of derivatives.

More information

Investment Portfolio Management and Effective Asset Allocation for Institutional and Private Banking Clients

Investment Portfolio Management and Effective Asset Allocation for Institutional and Private Banking Clients Investment Portfolio Management and Effective Asset Allocation for Institutional and Private Banking Clients www.mce-ama.com/2396 Senior Managers Days 4 www.mce-ama.com 1 WHY attend this programme? This

More information

PANTS-LESS SEAT-OF-THE

PANTS-LESS SEAT-OF-THE EXECUTIVE GUIDE TO OPERATIONS RESEARCH SEAT-OF-THE PANTS-LESS THE WORLD S MOST SUCCESSFUL EXECUTIVES ARE MAKING BOLDER DECISIONS AND RUNNING EVERYDAY OPERATIONS WITH LESS RISK AND BETTER OUTCOMES. THEIR

More information

How to use Big Data in Industry 4.0 implementations. LAURI ILISON, PhD Head of Big Data and Machine Learning

How to use Big Data in Industry 4.0 implementations. LAURI ILISON, PhD Head of Big Data and Machine Learning How to use Big Data in Industry 4.0 implementations LAURI ILISON, PhD Head of Big Data and Machine Learning Big Data definition? Big Data is about structured vs unstructured data Big Data is about Volume

More information

Optimization of Natural Gas Processing Plants Including Business Aspects

Optimization of Natural Gas Processing Plants Including Business Aspects Page 1 of 12 Optimization of Natural Gas Processing Plants Including Business Aspects KEITH A. BULLIN, Bryan Research & Engineering, Inc., Bryan, Texas KENNETH R. HALL, Texas A&M University, College Station,

More information

(Part.1) FOUNDATIONS OF RISK MANAGEMENT

(Part.1) FOUNDATIONS OF RISK MANAGEMENT (Part.1) FOUNDATIONS OF RISK MANAGEMENT 1 : Risk Taking: A Corporate Governance Perspective Delineating Efficient Portfolios 2: The Standard Capital Asset Pricing Model 1 : Risk : A Helicopter View 2:

More information

Workshop Agenda Certified Commodities Analyst OBJECTIVE KEY AREAS FOCUS WHO SHOULD ATTEND. About your trainer UNIQUE MARKETS SPOT COMPLEX

Workshop Agenda Certified Commodities Analyst OBJECTIVE KEY AREAS FOCUS WHO SHOULD ATTEND. About your trainer UNIQUE MARKETS SPOT COMPLEX markets are one of the more diverse markets in the capital markets arena and feature in investment portfolios in an increasing manner although traditionally they are traded in physicals taking in the whole

More information

Better planning and forecasting with IBM Predictive Analytics

Better planning and forecasting with IBM Predictive Analytics IBM Software Business Analytics SPSS Predictive Analytics Better planning and forecasting with IBM Predictive Analytics Using IBM Cognos TM1 with IBM SPSS Predictive Analytics to build better plans and

More information

Proficy Monitoring & Analysis. Software to harness the industrial internet

Proficy Monitoring & Analysis. Software to harness the industrial internet Proficy Monitoring & Analysis Suite Software to harness the industrial internet Prepare for the Industrial Internet Massive amounts of equipment and process GE, as one of the largest and most successful

More information

APICS Certified in Production and Inventory Management [CPIM] Exam Content Manual. Preview

APICS Certified in Production and Inventory Management [CPIM] Exam Content Manual. Preview APICS Certified in Production and Inventory Management [CPIM] Exam Content Manual Preview 2013 APICS CPIM Overview of Exam Content Manual Basics of Supply Chain Management January 1, 2013 through December

More information

IN THE CITY OF NEW YORK Decision Risk and Operations. Advanced Business Analytics Fall 2015

IN THE CITY OF NEW YORK Decision Risk and Operations. Advanced Business Analytics Fall 2015 Advanced Business Analytics Fall 2015 Course Description Business Analytics is about information turning data into action. Its value derives fundamentally from information gaps in the economic choices

More information

TRADING & FINANCIAL MARKET ANALYSIS 2015 CAREER TRADING WITH AMPLIFY TRADING

TRADING & FINANCIAL MARKET ANALYSIS 2015 CAREER TRADING WITH AMPLIFY TRADING TRADING & FINANCIAL MARKET ANALYSIS 2015 CAREER TRADING WITH AMPLIFY TRADING A TRADING CAREER AT THE HEART OF GLOBAL FINANCIAL MARKETS Placed at the forefront of current financial market volatility, London

More information

Prediction of Stock Performance Using Analytical Techniques

Prediction of Stock Performance Using Analytical Techniques 136 JOURNAL OF EMERGING TECHNOLOGIES IN WEB INTELLIGENCE, VOL. 5, NO. 2, MAY 2013 Prediction of Stock Performance Using Analytical Techniques Carol Hargreaves Institute of Systems Science National University

More information

A practical guide to FX Arbitrage

A practical guide to FX Arbitrage A practical guide to FX Arbitrage FX Arbitrage is a highly debated topic in the FX community with many unknowns, as successful arbitrageurs may not be incentivized to disclose their methodology until after

More information

Fuzzy logic decision support for long-term investing in the financial market

Fuzzy logic decision support for long-term investing in the financial market Fuzzy logic decision support for long-term investing in the financial market Abstract This paper discusses the use of fuzzy logic and modeling as a decision making support for long-term investment decisions

More information

Introduction to Cloud Computing

Introduction to Cloud Computing Introduction to Cloud Computing Cloud Computing Business Model 15 319, spring 2010 19 th and 20 th Lecture, March 23 th and 25 th Bob Monroe Lecture Outline Business 101 Business Computing Business Computing

More information

WHITEPAPER BEST PRACTICES

WHITEPAPER BEST PRACTICES WHITEPAPER BEST PRACTICES Releasing the Value Within the Industrial Internet of Things Executive Summary Consumers are very familiar with the Internet of Things, ranging from activity trackers to smart

More information

PROFUNDS GROUP INVESTOR EDUCATION GUIDE 1 GEARED INVESTING. An introduction to leveraged and inverse funds

PROFUNDS GROUP INVESTOR EDUCATION GUIDE 1 GEARED INVESTING. An introduction to leveraged and inverse funds PROFUNDS GROUP INVESTOR EDUCATION GUIDE 1 GEARED INVESTING An introduction to leveraged and inverse funds GEARED FUNDS have generated a great deal of interest in recent years. Also known as LEVERAGED AND

More information

ENABLING OPERATIONAL BI

ENABLING OPERATIONAL BI ENABLING OPERATIONAL BI WITH SAP DATA Satisfy the need for speed with real-time data replication Author: Eric Kavanagh, The Bloor Group Co-Founder WHITE PAPER Table of Contents The Data Challenge to Make

More information

Best Practices for Growing your Mobile App Business. Proven ways to increase your ROI and get your app in the hands of loyal users

Best Practices for Growing your Mobile App Business. Proven ways to increase your ROI and get your app in the hands of loyal users Best Practices for Growing your Mobile App Business Proven ways to increase your ROI and get your app in the hands of loyal users Competing For Users With more than a million mobile apps competing for

More information

Turning Data into Actionable Insights: Predictive Analytics with MATLAB WHITE PAPER

Turning Data into Actionable Insights: Predictive Analytics with MATLAB WHITE PAPER Turning Data into Actionable Insights: Predictive Analytics with MATLAB WHITE PAPER Introduction: Knowing Your Risk Financial professionals constantly make decisions that impact future outcomes in the

More information

ANALYTICS STRATEGY: creating a roadmap for success

ANALYTICS STRATEGY: creating a roadmap for success ANALYTICS STRATEGY: creating a roadmap for success Companies in the capital and commodity markets are looking at analytics for opportunities to improve revenue and cost savings. Yet, many firms are struggling

More information

The Best Option: Trading Equities at High Speed

The Best Option: Trading Equities at High Speed The Best Option: Trading Equities at High Speed Chuck Hughes, a former U.S. Air Force and Commercial Airline Pilot, used his downtime to learn how to trade stock indexes with systems. He liked system trading

More information

Pair Trading with Options

Pair Trading with Options Pair Trading with Options Jeff Donaldson, Ph.D., CFA University of Tampa Donald Flagg, Ph.D. University of Tampa Ashley Northrup University of Tampa Student Type of Research: Pedagogy Disciplines of Interest:

More information

Wonderware Intelligence

Wonderware Intelligence Software Datasheet Summary Wonderware Intelligence allows you to connect multiple plant /enterprise data sources to join, relate and maintain a history of your real time operations metrics in an open information

More information

How to Choose a Dissertation Topic

How to Choose a Dissertation Topic Birkbeck, Univ of London How to Choose a Dissertation Topic William Smith (I did the MSc Finance & Commodities in 2008-2009, now doing a PhD in Mathematical Finance) wsmith ems.bbk.ac.uk Online at www.ems.bbk.ac.uk/faculty/

More information

Customer Analysis - Customer analysis is done by analyzing the customer's buying preferences, buying time, budget cycles, etc.

Customer Analysis - Customer analysis is done by analyzing the customer's buying preferences, buying time, budget cycles, etc. Data Warehouses Data warehousing is the process of constructing and using a data warehouse. A data warehouse is constructed by integrating data from multiple heterogeneous sources that support analytical

More information

track, or replicate, the performance of an underlying index. Futures-based ETFs, on the other hand, invest in

track, or replicate, the performance of an underlying index. Futures-based ETFs, on the other hand, invest in Commodity Futures ETFs 1. Characteristics of Futures-based ETFs i. Definition Traditional ETFs represent baskets of securities that track, or replicate, the performance of an underlying index. Futures-based

More information

Hadoop Beyond Hype: Complex Adaptive Systems Conference Nov 16, 2012. Viswa Sharma Solutions Architect Tata Consultancy Services

Hadoop Beyond Hype: Complex Adaptive Systems Conference Nov 16, 2012. Viswa Sharma Solutions Architect Tata Consultancy Services Hadoop Beyond Hype: Complex Adaptive Systems Conference Nov 16, 2012 Viswa Sharma Solutions Architect Tata Consultancy Services 1 Agenda What is Hadoop Why Hadoop? The Net Generation is here Sizing the

More information

IPI s 2012 Fall Forum - San Francisco Hedging Portfolio Risk

IPI s 2012 Fall Forum - San Francisco Hedging Portfolio Risk IPI s 2012 Fall Forum - San Francisco Hedging Portfolio Risk Vince Gubitosi, President and CIO Mitch Livstone, Senior Portfolio Manager Geode Capital Management Outline Defining Tail Risk Tail Risk Examples

More information

Binary options. Giampaolo Gabbi

Binary options. Giampaolo Gabbi Binary options Giampaolo Gabbi Definition In finance, a binary option is a type of option where the payoff is either some fixed amount of some asset or nothing at all. The two main types of binary options

More information

Big Data on Microsoft Platform

Big Data on Microsoft Platform Big Data on Microsoft Platform Prepared by GJ Srinivas Corporate TEG - Microsoft Page 1 Contents 1. What is Big Data?...3 2. Characteristics of Big Data...3 3. Enter Hadoop...3 4. Microsoft Big Data Solutions...4

More information

Asset allocation A key component of a successful investment strategy

Asset allocation A key component of a successful investment strategy Asset allocation A key component of a successful investment strategy This guide has been produced for educational purposes only and should not be regarded as a substitute for investment advice. Vanguard

More information

Facilitating On-Demand Risk and Actuarial Analysis in MATLAB. Timo Salminen, CFA, FRM Model IT

Facilitating On-Demand Risk and Actuarial Analysis in MATLAB. Timo Salminen, CFA, FRM Model IT Facilitating On-Demand Risk and Actuarial Analysis in MATLAB Timo Salminen, CFA, FRM Model IT Introduction It is common that insurance companies can valuate their liabilities only quarterly Sufficient

More information

Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole

Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole Paper BB-01 Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole ABSTRACT Stephen Overton, Overton Technologies, LLC, Raleigh, NC Business information can be consumed many

More information

No duplication of transmission of the material included within except with express written permission from the author.

No duplication of transmission of the material included within except with express written permission from the author. Copyright Option Genius LLC. All Rights Reserved No duplication of transmission of the material included within except with express written permission from the author. Be advised that all information is

More information

Wonderware Intelligence

Wonderware Intelligence Intelligence Turning Industrial Big Data into actionable information Intelligence Software is an Enterprise Manufacturing Intelligence (EMI) / Operational Intelligence (OI) offering which automates the

More information