Making the Link between Actuaries and Data Science

Size: px
Start display at page:

Download "Making the Link between Actuaries and Data Science"

Transcription

1 Making the Link between Actuaries and Data Science Simon Lee, Cecilia Chow, Thibault Imbert AXA Asia 2 nd ASHK General Insurance & Data Analytics Seminar Friday 7 October

2 Agenda Data Driving Insurers 3 Actuaries Action on Data 8 2

3 Data Driving Insurers 3

4 Data-driven becomes the key priority of insurance companies BUILDING technological platforms using Big Data SUPPORTING business functions Big Data projects EXPLORING innovative opportunities to transform insurance Plenty of innovation project involving data Platforms Telematics Connected Homes Connected health Partnerships Customer Acquisition Customer value Maximization Customer retention Analytics Driven Operations Claims Cost Control Underwriting & Pricing Data Lake Permanent Connection Cross-sell/ upsell focus area for

5 Data Innovation Lab at glance AN INTERNATIONAL TALENT POOL SPECIFIC METHODOLOGIES DATA! A TEAM OF SELECTED EXPERTS PLATFORMS & TOOLS 5

6 Data Driven Insurer: People & Organization Data Board IT Board Data Privacy Office Chief Data Office and Chief Information Office Data Privacy Officer Chief Data Officer Information Security Officer Business Business Transformer Data Owner Data Scientist Data Steward Data Architect Data Engineer Actuary Big data & Analytics Project Manager Actuaries are strongly competitive in these areas Software Engineer 6

7 Actuaries are highly familiar with the insurance data cycle Deployment Launch the project Visualize insights to stakeholders throughout the operation cycle Monitor execution and its compliance Measure KPIs Scoping Allocate the right amount of work necessary to complete a project successfully Analysis Deriving information and insights from structured and processed data Extraction & Preparation of Data Collection and preparation of data for analytic work including data modeling and data quality control 7

8 Actuaries Action on Data 8

9 Application of new techniques in the world of insurance Use the same language (R) to build statistical models and create compelling visualization and interactive tools to display your results 9

10 Work in collaborative teams with mixed profiles and multi-skills Coders and actuaries in business pricing teams working closely together Know how data is stored, updated and transmitted Technology. Apps. Building APIs Communicating insights to the business Strong programmers Analytical thinking Insurance knowledge & market dynamics Pricing Hackathon 10

11 LARGE CLAIMS DETECTION 11

12 Average cost Fire is a major claims for home insurance mainly driven by large claims Fire 6% 29% 100% Severe fire 3% 100% 67% Other 94% Other fire 97% 71% 33% Number of claims Claims cost Number of claims Claims cost Severe claims: amount > 75k Any highly risk profils? House x Owner Apartment x Tenant 0,2% of claims are explaining 19,4% of the total claims losses! House x Tenant Apartment x Owner Exposure Let s play! Frequency 12

13 Context Need for Analysis 0.2% of claims explaining 19.4% of the total claims losses Task Predict probability of a customer having a large fire claim in one year Use classical pricing variables and external data Use feature engineering and model fine tuning KPIs Gini Index Find the best Gini index available 1% lift Predict the riskiest 1% of customers 13

14 Initial Plan Two Build Approach Data Model Frequency and Propensity Separately Direct Severe Claims Modelling Collaboration Result 14

15 Development Frequency and Propensity Approach Frequency model of all fire claims Model Simple modelling techniques used GLMs in R Practical method which is well known by industry Propensity model for fire claims Very little data for severe claims More applied techniques required to ensure adequate model accuracy Initial GLM in R PCA used to identify external data to be included Direct Severe Claims Modelling Approach Data for severe claims is sparse Boosting model used in R using xgboost function Binary Logistic Stumps with learning rate 0.05 Min child rate of 333 Help avoid overfitting in situation of low rate Missing rates assigned 999 Helps manage missing values after converting them 15

16 External Data Propensity Model Weather Variables Data Aggregated before performing analysis PCA determined that moisture and temperature should be tested in the new model Geographical Variables Ranks and proportions derived for factors Do not provide additional improvements to model after weather data is added Do not improve model to the extent of external weather data when added before weather data 16

17 Frequency and Propensity Model Results Initial Internal Propensity Model Validation Propensity Model with Weather Data Validation Gini Coeff 0.12 Gini Coeff 0.14 Internal Frequency Model Validation Gini Coeff 0.27 Combined Model Validation Gini Coeff

18 Direct Severe Claims Model Boosting Model Including External Data Results Gini Coeff 0.31 Fire Claim Policies Large Fire Claim Policies 204 (206 claims) 15 (15 claims) Large Claim Rate 7.2% Fire Claim Loss 4,3 M Large Fire Claim Loss 3,3 M (76 %) Original Distribution of Fire Claims Severe fire 3% 100% 67% Other fire 97% 33% Number of claims Claims cost Severe claims: amount > 75k 18

19 FROM GBM TO GLM 19

20 WHY IS THIS TOPIC VALUABLE FOR PRICING INNOVATION? GLM = Generalized Linear Model g E Y X = β 0 + β 1 X β m X m Advantages Interpretation all things being equal Familiar tool for actuaries Drawbacks Does not fit non-linear relations Does not automatically include interactions Does not automatically select features GBM = (Tree-based) Gradient Boosting Machine Advantages Detects interactions T g(e Y X ) = t=1 Feature selection through variable importance Able to fit non-linear relations Drawbacks No interpretation all things being equal Necessary fine-tuning of the model Tree X 1,, X m ; Θ t 20 20

21 Can we use the outputs of GBM to improve GLM models? Feature selection Variable importance Detection of interactions Interactions plot Features transformation Tree/glm/gam inversion 21

22 22

Session 5. Predictive Modeling in Life Insurance

Session 5. Predictive Modeling in Life Insurance SOA Predictive Analytics Seminar Hong Kong 29 Aug. 2018 Hong Kong Session 5 Predictive Modeling in Life Insurance Jingyi Zhang, Ph.D Predictive Modeling in Life Insurance JINGYI ZHANG PhD Scientist Global

More information

Session 5. A brief introduction to Predictive Modeling

Session 5. A brief introduction to Predictive Modeling SOA Predictive Analytics Seminar Malaysia 27 Aug. 2018 Kuala Lumpur, Malaysia Session 5 A brief introduction to Predictive Modeling Lichen Bao, Ph.D A Brief Introduction to Predictive Modeling LICHEN BAO

More information

Predictive modelling around the world Peter Banthorpe, RGA Kevin Manning, Milliman

Predictive modelling around the world Peter Banthorpe, RGA Kevin Manning, Milliman Predictive modelling around the world Peter Banthorpe, RGA Kevin Manning, Milliman 11 November 2013 Agenda Introduction to predictive analytics Applications overview Case studies Conclusions and Q&A Introduction

More information

Expanding Predictive Analytics Through the Use of Machine Learning

Expanding Predictive Analytics Through the Use of Machine Learning Expanding Predictive Analytics Through the Use of Machine Learning Thursday, February 28, 2013, 11:10 a.m. Chris Cooksey, FCAS, MAAA Chief Actuary EagleEye Analytics Columbia, S.C. Christopher Cooksey,

More information

AI Strategies in Insurance

AI Strategies in Insurance AI TRANSFORMATION AI Strategies in Insurance Executive Brief Executive Summary The insurance industry is evolving rapidly with large volumes of data and increasing challenges from new technologies. Early

More information

Machine Learning Applications in Insurance

Machine Learning Applications in Insurance General Public Release Machine Learning Applications in Insurance Nitin Nayak, Ph.D. Digital & Smart Analytics Swiss Re General Public Release Machine learning is.. Giving computers the ability to learn

More information

INNOVATING FOR SUCCESS:

INNOVATING FOR SUCCESS: 2nd ASHK General Insurance & Data Analytics Seminar INNOVATING FOR SUCCESS: Insurance Technology and Analytics to Profit and Thrive Friday 7 October 2016, Hotel ICON, Tsim Sha Tsui East, Kowloon, Hong

More information

Beyond GLMs. Xavier Conort & Colin Priest

Beyond GLMs. Xavier Conort & Colin Priest Beyond GLMs Xavier Conort & Colin Priest 1 Agenda 1. GLMs and Actuaries 2. Extensions to GLMs 3. Automating GLM model building 4. Best practice predictive modelling 5. Conclusion 2 1) GLMs Linear models

More information

Predictive Modelling. Document Turning Big Data into Big Opportunities

Predictive Modelling. Document Turning Big Data into Big Opportunities Predictive Modelling Document 218081 Turning Big Data into Big Opportunities Essays on Predictive Modelling: Turning Big Data into Big Opportunities In recent years, data has become a key driver of economic

More information

Session 113 PD, Data and Model Actuaries Should be an Expert of Both. Moderator: David L. Snell, ASA, MAAA

Session 113 PD, Data and Model Actuaries Should be an Expert of Both. Moderator: David L. Snell, ASA, MAAA Session 113 PD, Data and Model Actuaries Should be an Expert of Both Moderator: David L. Snell, ASA, MAAA Presenters: Matthias Kullowatz Kenneth Warren Pagington, FSA, CERA, MAAA Qichun (Richard) Xu, FSA

More information

The Underwriter of the Future

The Underwriter of the Future The Underwriter of the Future Gail McGiffin Gail McGiffin Principal, EY Gail McGiffin is principal in the Ernst & Young LLP (EY) Insurance practice and leads the Underwriting, Product, Policy and Billing

More information

Article from. Predictive Analytics and Futurism. June 2017 Issue 15

Article from. Predictive Analytics and Futurism. June 2017 Issue 15 Article from Predictive Analytics and Futurism June 2017 Issue 15 Using Predictive Modeling to Risk- Adjust Primary Care Panel Sizes By Anders Larson Most health actuaries are familiar with the concept

More information

White Paper. Demystifying Analytics. Proven Analytical Techniques and Best Practices for Insurers

White Paper. Demystifying Analytics. Proven Analytical Techniques and Best Practices for Insurers White Paper Demystifying Analytics Proven Analytical Techniques and Best Practices for Insurers Contents Introduction... 1 Data Preparation... 1 Data Warehousing and Analytical Data Tables...1 Binning...1

More information

Session 40 PD, How Would I Get Started With Predictive Modeling? Moderator: Douglas T. Norris, FSA, MAAA

Session 40 PD, How Would I Get Started With Predictive Modeling? Moderator: Douglas T. Norris, FSA, MAAA Session 40 PD, How Would I Get Started With Predictive Modeling? Moderator: Douglas T. Norris, FSA, MAAA Presenters: Timothy S. Paris, FSA, MAAA Sandra Tsui Shan To, FSA, MAAA Qinqing (Annie) Xue, FSA,

More information

Data Mining Applications in Health Insurance

Data Mining Applications in Health Insurance Data Mining Applications in Health Insurance Salford Systems Data Mining Conference New York, NY March 28-30, 2005 Lijia Guo,, PhD, ASA, MAAA University of Central Florida 1 Agenda Introductions to Data

More information

How Can YOU Use it? Artificial Intelligence for Actuaries. SOA Annual Meeting, Gaurav Gupta. Session 058PD

How Can YOU Use it? Artificial Intelligence for Actuaries. SOA Annual Meeting, Gaurav Gupta. Session 058PD Artificial Intelligence for Actuaries How Can YOU Use it? SOA Annual Meeting, 2018 Session 058PD Gaurav Gupta Founder & CEO ggupta@quaerainsights.com Audience Poll What is my level of AI understanding?

More information

Quantile Regression. By Luyang Fu, Ph. D., FCAS, State Auto Insurance Company Cheng-sheng Peter Wu, FCAS, ASA, MAAA, Deloitte Consulting

Quantile Regression. By Luyang Fu, Ph. D., FCAS, State Auto Insurance Company Cheng-sheng Peter Wu, FCAS, ASA, MAAA, Deloitte Consulting Quantile Regression By Luyang Fu, Ph. D., FCAS, State Auto Insurance Company Cheng-sheng Peter Wu, FCAS, ASA, MAAA, Deloitte Consulting Agenda Overview of Predictive Modeling for P&C Applications Quantile

More information

2018 Predictive Analytics Symposium Session 10: Cracking the Black Box with Awareness & Validation

2018 Predictive Analytics Symposium Session 10: Cracking the Black Box with Awareness & Validation 2018 Predictive Analytics Symposium Session 10: Cracking the Black Box with Awareness & Validation SOA Antitrust Compliance Guidelines SOA Presentation Disclaimer Cracking the Black Box with Awareness

More information

Based on the audacious premise that a lot more can be done with a lot less.

Based on the audacious premise that a lot more can be done with a lot less. A lot less of IT involvement, minimal processes, greater attention to high-value tasks, enhanced decision-making all resulting in better underwriting. Based on the audacious premise that a lot more can

More information

Insurance Management for Actuaries

Insurance Management for Actuaries CIM-HSG Competence in Insurance Management NEW 2018 Insurance Management for Actuaries 11th 13th July 2018, St. Gallen / Switzerland CIM-HSG The Executive Education Platform of the Institute of Insurance

More information

Are New Modeling Techniques Worth It?

Are New Modeling Techniques Worth It? Are New Modeling Techniques Worth It? Tom Zougas PhD PEng, Manager Data Science, TransUnion TORONTO SAS USER GROUP MAY 2, 2018 Are New Modeling Techniques Worth It? Presenter Tom Zougas PhD PEng, Manager

More information

OPENING THE GATEWAY TO A SMART INSURANCE FUTURE WITH DIGITAL

OPENING THE GATEWAY TO A SMART INSURANCE FUTURE WITH DIGITAL PERSPECTIVE OPENING THE GATEWAY TO A SMART INSURANCE FUTURE WITH DIGITAL Mahfuj Munshi Abstract The insurance industry is in a state of flux. It is undergoing a transformation with strong undercurrents

More information

And The Winner Is? How to Pick a Better Model

And The Winner Is? How to Pick a Better Model And The Winner Is? How to Pick a Better Model Part 1 Introduction to GLM and Model Lift Hernan L. Medina, CPCU, API, AU, AIM, ARC 1 Antitrust Notice The Casualty Actuarial Society is committed to adhering

More information

PREDICTIVE ANALYTICS EVI TEDJASUKMANA 26 OCTOBER 2017 PERSATUAN AKTUARIS INDONESIA (THE SOCIETY OF ACTUARIES OF INDONESIA)

PREDICTIVE ANALYTICS EVI TEDJASUKMANA 26 OCTOBER 2017 PERSATUAN AKTUARIS INDONESIA (THE SOCIETY OF ACTUARIES OF INDONESIA) PREDICTIVE ANALYTICS EVI TEDJASUKMANA 26 OCTOBER 2017 Agenda 1. Predictive analytics why we need it? 2. Sample analytics 1 propensity to buy 3. Sample analytics 2 predictive underwriting 2 BACKGROUND Why

More information

2020 Foresight: Trends in Life Insurance Underwriting

2020 Foresight: Trends in Life Insurance Underwriting 2020 Foresight: Trends in Life Insurance Underwriting Product Code: IS0340MR Published Date: August 2013 www.timetric.com TABLE OF CONTENTS TABLE OF CONTENTS 1 Executive Summary... 6 2 Global Snapshot:

More information

Submissions must confirm the following additional requirements:

Submissions must confirm the following additional requirements: Best Paper Awards As part of the International Congress of Actuaries in 2018, the Scientific Committee will award a number of Best Paper Awards in six given subject areas. After consideration of all submissions,

More information

Machine Learning Automation: A Game-Changer for the Insurance Industry

Machine Learning Automation: A Game-Changer for the Insurance Industry Machine Learning Automation: A Game-Changer for the Insurance Industry Satadru Sengupta, General Manager, DataRobot Insurance Industry Satadru is the General Manager of Insurance Practice at DataRobot

More information

Telematics Usage- Based Insurance

Telematics Usage- Based Insurance Telematics Usage- Based Insurance Smart solutions for the motor insurance industry m2m.vodafone.com Vodafone Power to you Telematics Usage-Based Insurance Usage-based insurance Consumers want lower premiums

More information

We are experiencing the most rapid evolution our industry

We are experiencing the most rapid evolution our industry Integrated Analytics The Next Generation in Automated Underwriting By June Quah and Jinnah Cox We are experiencing the most rapid evolution our industry has ever seen. Incremental innovation has been underway

More information

Moderator: Missy A Gordon FSA,MAAA. Presenters: Missy A Gordon FSA,MAAA Roger Loomis FSA,MAAA

Moderator: Missy A Gordon FSA,MAAA. Presenters: Missy A Gordon FSA,MAAA Roger Loomis FSA,MAAA Session 52PD: Financial Analysis: Impairment, Stress Testing and Predictive Modeling for Health Companies Moderator: Missy A Gordon FSA,MAAA Presenters: Missy A Gordon FSA,MAAA Roger Loomis FSA,MAAA SOA

More information

Data Analytics and Unstructured Data Actuaries 2.0

Data Analytics and Unstructured Data Actuaries 2.0 Data Analytics and Unstructured Data Actuaries 2.0 David Brown, KPMG Gary Richardson, KPMG 13 June 2014 Empowering Underwriters to listen to the whole data conversation High volume, velocity, variety New

More information

HEALTH ACTUARIES AND BIG DATA

HEALTH ACTUARIES AND BIG DATA HEALTH ACTUARIES AND BIG DATA What is Big Data? The term Big Data does not only refer to very large datasets. It is typically understood to refer to high volumes of data, requiring high velocity of ingestion

More information

Abstract. Estimating accurate settlement amounts early in a. claim lifecycle provides important benefits to the

Abstract. Estimating accurate settlement amounts early in a. claim lifecycle provides important benefits to the Abstract Estimating accurate settlement amounts early in a claim lifecycle provides important benefits to the claims department of a Property Casualty insurance company. Advanced statistical modeling along

More information

Predictive Analytics: The Key to Profitability

Predictive Analytics: The Key to Profitability White Paper Predictive Analytics: The Key to Profitability A white paper on how predictive analytics yields results for insurance companies. As an insurance company, you have likely based estimates and

More information

Telematics Usage- Based Insurance

Telematics Usage- Based Insurance Telematics Usage- Based Insurance Smart solutions for the motor insurance industry vodafone.com/iot Vodafone Power to you Telematics Usage-Based Insurance Usage-based insurance Consumers want lower premiums

More information

Advanced analytics and the future: Insurers boldly explore new frontiers. 2017/2018 P&C Insurance Advanced Analytics Survey Results Summary (Canada)

Advanced analytics and the future: Insurers boldly explore new frontiers. 2017/2018 P&C Insurance Advanced Analytics Survey Results Summary (Canada) Advanced analytics and the future: Insurers boldly explore new frontiers 2017/2018 P&C Insurance Advanced Analytics Survey Results Summary (Canada) Introduction: Insurers boldly explore new analytics frontiers

More information

THE ANALYTICAL INSURER SAS AZERBAIJAN ANALYTICS SUMMIT, FEBRUARY 3RD

THE ANALYTICAL INSURER SAS AZERBAIJAN ANALYTICS SUMMIT, FEBRUARY 3RD THE ANALYTICAL INSURER SAS AZERBAIJAN ANALYTICS SUMMIT, FEBRUARY 3RD AGENDA Analytical Insurance Understanding Customer Life Time Value Managing Call Centres Interactions The Digital Insurer AGENDA Analytical

More information

WC-5 Just How Credible Is That Employer? Exploring GLMs and Multilevel Modeling for NCCI s Excess Loss Factor Methodology

WC-5 Just How Credible Is That Employer? Exploring GLMs and Multilevel Modeling for NCCI s Excess Loss Factor Methodology Antitrust Notice The Casualty Actuarial Society is committed to adhering strictly to the letter and spirit of the antitrust laws. Seminars conducted under the auspices of the CAS are designed solely to

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Issue IV, April 18, www.ijcea.com ISSN 2321-3469 BEHAVIOURAL ANALYSIS OF BANK CUSTOMERS Preeti Horke 1, Ruchita Bhalerao 1, Shubhashri

More information

UNDERSTAND & PREDICT CONSUMER BEHAVIOUR WITH TRENDED DATA SOLUTIONS

UNDERSTAND & PREDICT CONSUMER BEHAVIOUR WITH TRENDED DATA SOLUTIONS UNDERSTAND & PREDICT CONSUMER BEHAVIOUR WITH TRENDED DATA SOLUTIONS PREDICT RISK AND REVENUE POTENTIAL WITH PRECISE, TARGETED INSIGHTS The best predictor of future behaviour is often past behaviour. That

More information

Table of Contents Topic 1: Marketplace Dynamics Topic 2: Firm Growth Strategies Topic 3: Marketing Spending Topic 4: Firm Performance

Table of Contents Topic 1: Marketplace Dynamics Topic 2: Firm Growth Strategies Topic 3: Marketing Spending Topic 4: Firm Performance Table of Contents Topic 1: Marketplace Dynamics 1 Are you more or less optimistic about the U.S. economy compared to last quarter? 2 Rate your optimism about the U.S. economy on a scale from 0-100 with

More information

In comparison, much less modeling has been done in Homeowners

In comparison, much less modeling has been done in Homeowners Predictive Modeling for Homeowners David Cummings VP & Chief Actuary ISO Innovative Analytics 1 Opportunities in Predictive Modeling Lessons from Personal Auto Major innovations in historically static

More information

Reacfin s.a./n.v. Place de l Université 25 B-1348 Louvain-la-Neuve Belgium. Phone : +32 (0)

Reacfin s.a./n.v. Place de l Université 25 B-1348 Louvain-la-Neuve Belgium. Phone : +32 (0) Reacfin s.a./n.v. Place de l Université 25 B-1348 Louvain-la-Neuve Belgium Phone : +32 (0)10 68 86 07 info@reacfin.com www.reacfin.com Leveraging on a unique combination of academic excellence and practitioners

More information

Streamline and integrate your claims processing

Streamline and integrate your claims processing Increase flexibility Reduce costs Expedite claims Streamline and integrate your claims processing DXC Insurance RISKMASTERTM For corporate claims and self-insured organizations DXC Insurance RISKMASTER

More information

The agent of the future

The agent of the future The of the future Korea EY survey highlights need for customer-centric innovation and personalized sales support The of the future is emerging as a proactive advisor in a digital world. ii The of the future

More information

ECS171: Machine Learning

ECS171: Machine Learning ECS171: Machine Learning Lecture 15: Tree-based Algorithms Cho-Jui Hsieh UC Davis March 7, 2018 Outline Decision Tree Random Forest Gradient Boosted Decision Tree (GBDT) Decision Tree Each node checks

More information

Credit Card Default Predictive Modeling

Credit Card Default Predictive Modeling Credit Card Default Predictive Modeling Background: Predicting credit card payment default is critical for the successful business model of a credit card company. An accurate predictive model can help

More information

Session 79PD, Using Predictive Analytics to Develop Assumptions. Moderator/Presenter: Jonathan D. White, FSA, MAAA, CERA

Session 79PD, Using Predictive Analytics to Develop Assumptions. Moderator/Presenter: Jonathan D. White, FSA, MAAA, CERA Session 79PD, Using Predictive Analytics to Develop Assumptions Moderator/Presenter: Jonathan D. White, FSA, MAAA, CERA Presenters: Missy A. Gordon, FSA, MAAA Brian M. Hartman, ASA SOA Antitrust Disclaimer

More information

PREDICTIVE ANALYTICS AND THE CAS

PREDICTIVE ANALYTICS AND THE CAS PREDICTIVE ANALYTICS AND THE CAS Brian Brown, FCAS, MAAA President-Elect Casualty Actuarial Society Casualty Global Practice Director - Milliman Presented to: Gulf Actuarial Society May 30, 2017 Agenda

More information

1st Seminar on Data Science & Analytics 21st July 2018 Changing Landscape of the Actuarial Profession

1st Seminar on Data Science & Analytics 21st July 2018 Changing Landscape of the Actuarial Profession 1st Seminar on Data Science & Analytics 21st July 2018 Changing Landscape of the Actuarial Profession Mahidhara Davangere V., MBA, MFC, MSc (Maths), AIA, AIAI Managing Director, Pramartha The World around

More information

Bridging the Gap between Data and Value

Bridging the Gap between Data and Value Bridging the Gap between Data and Value Machine Learning in Oil & Gas Energy Conference Network Bill Robertson Senior Manager, Enterprise Analytics April 19, 2017 1 2016 B A K E R H U G H E S I N C O R

More information

Predictive Modeling GLM and Price Elasticity Model. David Dou October 8 th, 2014

Predictive Modeling GLM and Price Elasticity Model. David Dou October 8 th, 2014 Predictive Modeling GLM and Price Elasticity Model David Dou October 8 th, 2014 History of Predictive Modeling Pre-Computer Era: Triangles on a giant spreadsheet PC Era: Microsoft Excel oneway relativities

More information

Using analytics to prevent fraud allows HDI to have a fast and real time approval for Claims. SAS Global Forum 2017 Rayani Melega, HDI Seguros

Using analytics to prevent fraud allows HDI to have a fast and real time approval for Claims. SAS Global Forum 2017 Rayani Melega, HDI Seguros Paper 1509-2017 Using analytics to prevent fraud allows HDI to have a fast and real time approval for Claims SAS Global Forum 2017 Rayani Melega, HDI Seguros SAS Real Time Decision Manager (RTDM) combines

More information

ABOUT CREDITINFO OUR PRODUCTS OUR TESTIMONIALS

ABOUT CREDITINFO OUR PRODUCTS OUR TESTIMONIALS ABOUT CREDITINFO OUR PRODUCTS OUR TESTIMONIALS CASE STUDY IN KENYA (2018) Implementation of the instant decision module (IDM) at the micro-loan provider in Kenya - ATLAS MARA DIGITAL CLIENT EXPECTATION

More information

The Rise of the Exponential Actuary TM

The Rise of the Exponential Actuary TM The Rise of the Exponential Actuary TM Actuaries have the opportunity to spend more time as business strategists and offering voices to the C-suite. Opportunity: The transformation of the actuarial profession

More information

In-force portfolios are a valuable but often neglected asset that

In-force portfolios are a valuable but often neglected asset that How Can Life Insurers Improve the Performance of Their In-Force Portfolio? A Systematic Approach Covering All Drivers Is Essential By Andrew Harley and Ian Farr This article is reprinted with permission

More information

Data analytics making fitter life insurers

Data analytics making fitter life insurers Data analytics making fitter life insurers Nicholas Warren, Stephen Lee, John Yick Finity Consulting Pty Ltd This presentation has been prepared for the 2016 Financial Services Forum. The Institute Council

More information

Session 57PD, Predicting High Claimants. Presenters: Zoe Gibbs Brian M. Hartman, ASA. SOA Antitrust Disclaimer SOA Presentation Disclaimer

Session 57PD, Predicting High Claimants. Presenters: Zoe Gibbs Brian M. Hartman, ASA. SOA Antitrust Disclaimer SOA Presentation Disclaimer Session 57PD, Predicting High Claimants Presenters: Zoe Gibbs Brian M. Hartman, ASA SOA Antitrust Disclaimer SOA Presentation Disclaimer Using Asymmetric Cost Matrices to Optimize Wellness Intervention

More information

Forecasting & Futurism

Forecasting & Futurism Article from: Forecasting & Futurism December 2013 Issue 8 PREDICTIVE MODELING IN INSURANCE Modeling Process By Richard Xu In the July 2013 issue of the Forecasting & Futurism Newsletter, we introduced

More information

Claims Corporation Network

Claims Corporation Network Insurance in a digital World Conference, 14 may 2018, Bucharest, Romania Claims Corporation Network Claims Management in the Digital Age InsurTech: International practices in digital claims management

More information

THE TRANSFORMATION OF INSURANCE

THE TRANSFORMATION OF INSURANCE Allianz Global Corporate & Specialty SE THE TRANSFORMATION OF INSURANCE Insurance Institute of Gauteng Broker Leadership Forum Michele Williams, Head of X S E 17th May 2018 THREE PREDICTIONS FOR THE FUTURE

More information

AXA. Nicolas Moreau Member of the AXA Management Committee Chairman & Chief Executive Officer of AXA France

AXA. Nicolas Moreau Member of the AXA Management Committee Chairman & Chief Executive Officer of AXA France AXA Nicolas Moreau Member of the AXA Management Committee Chairman & Chief Executive Officer of AXA France 14th edition of The Premium Review Société Générale Corporate & Investment Banking December 2,

More information

Better decision making under uncertain conditions using Monte Carlo Simulation

Better decision making under uncertain conditions using Monte Carlo Simulation IBM Software Business Analytics IBM SPSS Statistics Better decision making under uncertain conditions using Monte Carlo Simulation Monte Carlo simulation and risk analysis techniques in IBM SPSS Statistics

More information

Machine Learning: from flight data to claims management Xavier Conort Principal Research Engineer Institute for Infocomm Research Agency for Science,

Machine Learning: from flight data to claims management Xavier Conort Principal Research Engineer Institute for Infocomm Research Agency for Science, Machine Learning: from flight data to claims management Xavier Conort Principal Research Engineer Institute for Infocomm Research Agency for Science, Technology and Research (A*STAR) Previously, Now, Evolu&on(of(Data(and(Analy&cs(

More information

Project Call Workshop

Project Call Workshop Project Call Workshop SEPTEMBER 8, 2016 Thank you for joining us! D M D I I. O R G C O N F I D E N T I A L N O T F O R D I S T R I B U T I O N DMDII Technical Update DMDII PROJECT CALL WORKSHOP September

More information

Data Sources. Rob Curry Roosevelt Mosley National Association of Insurance Commissioners

Data Sources. Rob Curry Roosevelt Mosley National Association of Insurance Commissioners Data Sources Rob Curry Roosevelt Mosley 2017 National Association of Insurance Commissioners DATA SOURCES Rob Curry, MAAA, FCAS Roosevelt Mosley, MAAA, FCAS Learning Objectives At the end of this presentation,

More information

Blockchain Developer TERM 1: FUNDAMENTALS. Blockchain Fundamentals. Project 1: Create Your Identity on Bitcoin Core. Become a blockchain developer

Blockchain Developer TERM 1: FUNDAMENTALS. Blockchain Fundamentals. Project 1: Create Your Identity on Bitcoin Core. Become a blockchain developer Blockchain Developer Become a blockchain developer TERM 1: FUNDAMENTALS Blockchain Fundamentals Project 1: Create Your Identity on Bitcoin Core Blockchains are a public record of completed value transactions

More information

2017 Predictive Analytics Symposium

2017 Predictive Analytics Symposium 2017 Predictive Analytics Symposium Session 24, General Insurance Applications of PA Moderator: Stuart Klugman, FSA, CERA, Ph.D. Presenter: Peter Wu, ASA, FCAS, MAA SOA Antitrust Compliance Guidelines

More information

How Advanced Pricing Analysis Can Support Underwriting by Claudine Modlin, FCAS, MAAA

How Advanced Pricing Analysis Can Support Underwriting by Claudine Modlin, FCAS, MAAA How Advanced Pricing Analysis Can Support Underwriting by Claudine Modlin, FCAS, MAAA September 21, 2014 2014 Towers Watson. All rights reserved. 3 What Is Predictive Modeling Predictive modeling uses

More information

Business Simulations for the Insurance Industry

Business Simulations for the Insurance Industry Business Simulations for the Insurance Industry We make learning real Who is PriSim? At PriSim Business War Games our goal is to help clients improve their decision-makers business acumen, strategic thinking,

More information

How the Casualty Actuarial Society Is Breaking the Mould

How the Casualty Actuarial Society Is Breaking the Mould How the Casualty Actuarial Society Is Breaking the Mould Presented by: Jim Christie, President Elect, CAS Caribbean Actuarial Association Conference Nassau, Bahamas November 30, 2017 Agenda CAS Highlights

More information

Meeting the challenges of the changing actuarial role. Actuarial Transformation in property-casualty insurers

Meeting the challenges of the changing actuarial role. Actuarial Transformation in property-casualty insurers Meeting the challenges of the changing actuarial role Actuarial Transformation in property-casualty insurers 1 As companies seek to drive profitable growth, both short term and long term, increasing the

More information

Pricing Analytics for the Small and Medium Sized Company

Pricing Analytics for the Small and Medium Sized Company Pricing Analytics for the Small and Medium Sized Company The Road to Advanced Pricing Practices 2014 CAS RPM By: Len Llaguno April 1, 2014 2014 Towers Watson. All rights reserved. 0 Antitrust Notice The

More information

Four key capabilities for the future of underwriting. Findings from the EY-CPCU Society underwriting survey

Four key capabilities for the future of underwriting. Findings from the EY-CPCU Society underwriting survey Four key capabilities for the future of underwriting Findings from the EY-CPCU Society underwriting survey Executive summary An expanding value proposition for underwriting As the insurance industry continues

More information

Investing through Economic Cycles with Ensemble Machine Learning Algorithms

Investing through Economic Cycles with Ensemble Machine Learning Algorithms Investing through Economic Cycles with Ensemble Machine Learning Algorithms Thomas Raffinot Silex Investment Partners Big Data in Finance Conference Thomas Raffinot (Silex-IP) Economic Cycles-Machine Learning

More information

Real-time Driver Profiling & Risk Assessment for Usage-based Insurance with StreamAnalytix

Real-time Driver Profiling & Risk Assessment for Usage-based Insurance with StreamAnalytix Real-time Driver Profiling & Risk Assessment for Usage-based Insurance with StreamAnalytix The auto insurance industry is rising up to meet consumer expectations of personalization and flexibility in all

More information

Health Insurance BEST PRACTICES. A Collection of Best Practices for: Includes Detailed Best Practices for:

Health Insurance BEST PRACTICES. A Collection of Best Practices for: Includes Detailed Best Practices for: BEST PRACTICES A Collection of Best Practices for: Health Insurance Includes Detailed Best Practices for: - Health Plan Operations - Patient Education & Wellness Programs - Network Development & Management

More information

Bond Pricing AI. Liquidity Risk Management Analytics.

Bond Pricing AI. Liquidity Risk Management Analytics. Bond Pricing AI Liquidity Risk Management Analytics www.overbond.com Fixed Income Artificial Intelligence The financial services market is embracing digital processes and artificial intelligence applications

More information

EFMA-Accenture Innovation in Insurance Award WELLGAGE Connected Health & Wellness Engagement Platform

EFMA-Accenture Innovation in Insurance Award WELLGAGE Connected Health & Wellness Engagement Platform Change picture to a screen shot of Tictrac solution EFMA-Accenture Innovation in Insurance Award 2017 WELLGAGE Connected Health & Wellness Engagement Platform Image: used under Image: license used under

More information

Big Data, Small Data, Medium-sized Data

Big Data, Small Data, Medium-sized Data Big Data, Small Data, Medium-sized Data Making the most of what you ve got 19 April 2016 Phil Joubert William Chan phil.joubert@hk.ey.com William-KW.Chan@hk.ey.com A Big Data timeline Google trends Big

More information

Big Data and Analytics for Insurance

Big Data and Analytics for Insurance Kishore Ramchandani IBM Analytics Insurance Industry Executive IBM Analytics Big Data and Analytics for Insurance #IBMKnows What is Big Data Analytics? Big data analytics is the process of examining big

More information

Business Plan

Business Plan Business Plan 2017-2019 Contents Executive Summary 3 Introduction 4 1. Market trends 5 2. Member survey 6 3. Strategy 2017-2019 9 Key Priorities 2017-2019 1. Professional 11 2. Research 12 3. Market Information

More information

MWSUG Paper AA 04. Claims Analytics. Mei Najim, Gallagher Bassett Services, Rolling Meadows, IL

MWSUG Paper AA 04. Claims Analytics. Mei Najim, Gallagher Bassett Services, Rolling Meadows, IL MWSUG 2017 - Paper AA 04 Claims Analytics Mei Najim, Gallagher Bassett Services, Rolling Meadows, IL ABSTRACT In the Property & Casualty Insurance industry, advanced analytics has increasingly penetrated

More information

Reserving in the Pressure Cooker (General Insurance TORP Working Party) 18 May William Diffey Laura Hobern Asif John

Reserving in the Pressure Cooker (General Insurance TORP Working Party) 18 May William Diffey Laura Hobern Asif John Reserving in the Pressure Cooker (General Insurance TORP Working Party) 18 May 2018 William Diffey Laura Hobern Asif John Disclaimer The views expressed in this presentation are those of the presenter(s)

More information

Claudine Modlin. ACAS May 1998 FCAS May 1999

Claudine Modlin. ACAS May 1998 FCAS May 1999 I m committed to help the CAS develop clear strategy for education, research and credentials, within the CAS and icas, to ensure members meet market demands. Education: Bachelor s Degree in Mathematics

More information

Lectures and Seminars in Insurance Mathematics and Related Fields at ETH Zurich. Spring Semester 2019

Lectures and Seminars in Insurance Mathematics and Related Fields at ETH Zurich. Spring Semester 2019 December 2018 Lectures and Seminars in Insurance Mathematics and Related Fields at ETH Zurich Spring Semester 2019 Quantitative Risk Management, by Prof. Dr. Patrick Cheridito, #401-3629-00L This course

More information

Social Security: Choices, Opportunities, and Decisions

Social Security: Choices, Opportunities, and Decisions Social Security: Choices, Opportunities, and Decisions A Retirement Benefit Planning Overview By Mark J. Snodgrass September 1, 2016 Money Tree Software, Ltd. 2430 NW Professional Dr. Corvallis, OR 97330

More information

OUR SOLUTIONS. We Design Solutions to Simplify Insurance

OUR SOLUTIONS. We Design Solutions to Simplify Insurance OUR SOLUTIONS We Design Solutions to Simplify Insurance www.insurity.com 866.476.2606 Simplifying the Insurance Experience Our scalable, highly secure and reliable cloud-based solutions provide cost-efficiency,

More information

Using data mining to detect insurance fraud

Using data mining to detect insurance fraud IBM SPSS Modeler Using data mining to detect insurance fraud Improve accuracy and minimize loss Highlights: combines powerful analytical techniques with existing fraud detection and prevention efforts

More information

February 25, Susan Watson, FSA Paul Anderson, FCAS Rahul Parsa, PhD

February 25, Susan Watson, FSA Paul Anderson, FCAS Rahul Parsa, PhD February 25, 2014 Susan Watson, FSA Paul Anderson, FCAS Rahul Parsa, PhD You don t want your privacy: Disney and the meat space data race Volume Velocity Variety Data Mining Process Collect Data Clean

More information

Mortgage Lender Sentiment Survey

Mortgage Lender Sentiment Survey Mortgage Lender Sentiment Survey How Will Artificial Intelligence Shape Mortgage Lending? Q3 2018 Topic Analysis Published October 4, 2018 2018 Fannie Mae. Trademarks of Fannie Mae. 1 Table of Contents

More information

THE ANALYTICAL INSURER

THE ANALYTICAL INSURER THE ANALYTICAL INSURER ATHENS MARCH 2015 WHAT DOES SAS HELP YOU DO? ANTICIPATE OPPORTUNITY WHAT DOES SAS HELP YOU DO? ANTICIPATE OPPORTUNITY TAKE ACTION WHAT DOES SAS HELP YOU DO? ANTICIPATE OPPORTUNITY

More information

It can be achieved... Built by Predictive Modelers for Predictive Modelers TM

It can be achieved... Built by Predictive Modelers for Predictive Modelers TM Built by Predictive Modelers for Predictive Modelers TM Attaining growth in a concentrated market Finding and capitalizing on opportunity Creating competitive advantage It can be achieved... FIGHTING FOR

More information

Innovation in the insurance and automotive sector

Innovation in the insurance and automotive sector Overview Octo Telematics is the Number 1 global provider of telematics and data analytics solutions for the auto insurance industry. Founded in 2002, it has been a pioneer in the insurance telematics industry.

More information

Five Things You Should Know About Quantile Regression

Five Things You Should Know About Quantile Regression Five Things You Should Know About Quantile Regression Robert N. Rodriguez and Yonggang Yao SAS Institute #analyticsx Copyright 2016, SAS Institute Inc. All rights reserved. Quantile regression brings the

More information

NEW WAYS OF BUYING REINSURANCE. Seminarium Reasekuracyjnego 2014 Warsaw

NEW WAYS OF BUYING REINSURANCE. Seminarium Reasekuracyjnego 2014 Warsaw NEW WAYS OF BUYING REINSURANCE Seminarium Reasekuracyjnego 2014 Warsaw Who we are Willis Group Found in 1828 by Henry Willis About 17.000 employees in more than 400 offices Headquartered in London Willis

More information

Michael Clive Gibson Resume

Michael Clive Gibson Resume Nationality: Australian/British Mobile: +44 (0) 7766642218 Michael Clive Gibson Resume www.gibsonactuarial.com Email: michael_c_gibson@hotmail.com Key Strengths Strong technical skills excellent understanding

More information

SOA Exam Update. Mark Cawood School of Mathematical and Statistical Sciences Clemson University

SOA Exam Update. Mark Cawood School of Mathematical and Statistical Sciences Clemson University SOA Exam Update Mark Cawood School of Mathematical and Statistical Sciences Clemson University Southeastern Actuaries Conference Annual Meeting November 15, 2018 History of ASA s Curriculum Changes The

More information

Implementing behavioral analytics to drive customer value: Insurers cannot afford to wait.

Implementing behavioral analytics to drive customer value: Insurers cannot afford to wait. Implementing behavioral analytics to drive customer value: Insurers cannot afford to wait. 2 A case for behavioral analytics and automated response imagine Two customers phone into your call center. One

More information

Effective Corporate Budgeting

Effective Corporate Budgeting Effective Corporate Budgeting in 8 Easy Steps This ebook will offer 8 easy and easy and proven steps for improving your corporate budgeting and planning process. You will see that by making a few small

More information