Using Advanced Analytics to Identify Fraud in Property and Casualty Insurance

Size: px
Start display at page:

Download "Using Advanced Analytics to Identify Fraud in Property and Casualty Insurance"

Transcription

1 AN EXL WHITE PAPER Using Advanced Analytics to Identify Fraud in Property and Casualty Insurance Neeraj Sibal Senior Manager, Analytics

2 The Coalition Against Insurance Fraud (CAIF) estimates that insurance fraud costs insurers $80B annually. In the Property & Casualty (P&C) sector alone, fraud related losses are estimated to be $30B annually. While fraud is constantly evolving and affects all types of insurance, the most common types in terms of frequency and average cost are: automobile insurance, workers compensation and health and medical insurance. With advancements in the field of computing, analytics is now playing a greater role in helping insurance companies identify fraudulent claims; in some cases identifying areas of concern even before the fraud occurs. The role data plays in today s market varies for each insurer, as each weighs the cost of improving information systems against losses caused by fraud. Using advanced analytics, it is possible to implement efficient fraud detection strategies. This paper is dedicated to demonstrate how and why advanced analytics can assist in identifying and decreasing the number of fraudulent claims. Advanced Analytics in Fraud Detection Insurance fraud poses a major threat to both insurers as well as policyholders. As fraud creates significant financial cost, insurers pass on this cost to policyholders in the form of increased premiums. As a result, some consumers and businesses, who could earlier purchase some kind of insurance coverage, are now driven out of the market. Who is committing fraud? Anyone including applicants, policyholders, third-party claimants and professionals who provide services and equipment to claimants could be committing fraud. Fraudulent claims come in many forms. This includes requesting coverage for: Injuries or damage that never occurred or services never rendered or equipment never delivered Inflated claims Staged accidents Misrepresentation of facts on an insurance application With fraudsters using sophisticated techniques that make it difficult for insurers to tell fraudulent claims from honest ones, there has recently been a rapid upsurge in fraudulent activities. As per a survey released in September 2013 by FICO, 35 percent insurers estimated that insurance fraud costs represent 5-10 percent of their total claims, while 31 percent said the EXLservice.com 2

3 cost is as high as 20 percent. The everchanging economic circumstances pose yet another challenge for insurers trying to deal with fraud. Businesses and individuals are showing an increased investment appetite and this money is now falling into the hands of fraudsters. To combat fraud, it is imperative for companies to invest in fraud monitoring programs. As a result insurers are relying heavily on data analytics for fraud prevention, detection and management. Traditionally, fraud detection strategies focused on identifying fraud after the claim was paid, however it is easier to reduce losses if the fraud is identified before the claim is paid. The first step towards fraud prevention is to employ techniques such as predictive modeling and claims scoring that uncover fraud before a payment is made. Since insurers have large amounts of data, it makes sense to use advanced analytics techniques to evaluate internal and external data for identifying claims with higher propensity of being fraudulent. By detecting patterns and anomalies in a large database, analytical tools can determine probable characteristics of a fraudster and the need of investigating a claim further. Advanced analytics techniques like logistic regression and Gradient Boosting Model (GBM) can often identify potential cases of fraud at the First Notice of Loss (FNOL), instead of waiting weeks or months for an adjuster to review a claim. This is just one of the ways in which it can be used. Since advanced analytics is capable of assessing the propensity of an individual to engage in fraud before it has occurred, it can also be used in the sales and underwriting process before a policy is sold. The use of advanced analytics has reportedly decreased losses incurred due to fraud for a few carriers by 20 to 50 percent. One of the biggest challenges for limiting fraud loss has been associated with the need for significant resources to examine the high volume of claims. In our experience, insurers only have the capability of reviewing 5 to 10 percent of all the claims in a financial year which are typically pulled based on less than selective criteria. But what if you were able to pull the right claims? That s where advanced analytics comes in. Analytics Framework for Detection of Fraud Claims Data analytics can add incremental value in identifying fraud at each stage of the claim process. These stages include: First Notice of Loss (FNOL) is the stage at which the claimant first notifies the insurer that a loss has occurred. EXLservice.com 3

4 First Contact (FC) is the stage at which the insurer contacts the claimant, after FNOL, asking for more information about the loss that has occurred. Ongoing (OG) is the continuous back and forth of information between the claimant and insurer after FC until the claim is closed. This flow of information makes it more relevant to carry out a robust identification of potential fraud right at the first stage; the next two stages can be used to appropriately lead investigations in a particular direction. To demonstrate how this works, we have provided the case study of a U.S. based insurer s plausible fraud prediction project along with a stair-step approach towards data analytics proposed by us. Please note insurer data for the case study spans from 2005 to mid-2013 and pertains to property in commercial and personal lines of business. Step 1: Collating the Right Data Regardless of the insurance product, there are multiple facets in play, thus making it important to find the right data. To uncover the factors indicating fraudulent behavior, an exhaustive data sourcing exercise was undertaken, considering both internal as well as external data. Internal data comprised of information on attributes around claims, policies, customers, claimants, etc. while external data i.e., data not captured by insurer was gathered from different resources. This included data such as regional demographics, industrially accepted standard scores, information pertaining to weather conditions that prevailed when the loss occurred, as well as information on catastrophes that may have occurred during the time period of interest. In this particular case, there were 21 internal data tables and 13 external data tables for more than 1,500 variables. These data tables were woven together at a claim level to create a master dataset. The variables were classified depending on their availability at independent claim stages and made available accordingly for the three stages of model building. Of the 1,500 variables nearly 100 variables were created using text-mining techniques, which can be a cumbersome process as it generates volumes of data, mostly in the form of text-fields. Text-mining tools are used to convert unstructured data into structured fields, which can be used along with conventional data fields. A 3-grams text mining approach, that uses three word phrases, was used to identify the variables because word phrases have higher predictive power in comparison to individual words. It was found that all variables showing up as significant in the First Contact (second) stage of the model building exercise had origins in unstructured data. EXLservice.com 4

5 Step 2: Applying Analytics Techniques Once variables were identified, we chose two techniques - logistic regression and GBM to identify fraudulent claims. While both had their pros and cons, they provided valuable insights into the data. Eventually, we compared both techniques to arrive at a conclusion as to which one worked better for the project at hand. A. Logistic Regression Logistic regression is a statistical method for analyzing a dataset with one or more independent variables that determine an outcome. This predictive analytics technique produces an outcome that is measured with a dichotomous variable (which has only two possible outcomes). Plausible fraudulent claims are a rare event; almost less than 1 percent of all claims. As logistic regression underestimates the probability score in case of rare events, in order to ensure unbiased results, an oversampled data set was created where the event rate was >=5 percent. Since the flow of information was in three stages - FNOL, FC and OG. Residual modeling technique was employed for logistic regression; logistic score from one stage appears as an offset variable in the subsequent stage. The advantage of using this method is that the information gains, which happen in one stage, are carried forward to the subsequent stage. The insurer s head of claims, underwriting and customer service count on achieving a certain percentage of straight-through processing (STP), decreasing the time from FNOL to claim resolution. The claims that don t pass the FNOL stage can be flagged as risky and require further assessment, therefore as claims move across the stages we have more information on whether they are fraud or genuine. B. Gradient Boosting Model (GBM) GBM is a machine learning technique that aims to improve a single model by fitting many models and combining them for prediction. In GBM, the need to create an over-sampled data doesn t arise, and modeling exercise can be performed by gradient boosting of classification trees. Since GBM doesn t support sequential modeling, a parallel model development approach was followed at each of the three stages - FNOL, FC and OG. EXLservice.com 5

6 Step 3: Running the Analysis and Analyzing Results Before running the analysis for logistic regression, a standard approach for variable selection was carried out. Starting from elimination of variables based on fill rates, to correlation and clustering analysis, followed by step-wise selection in logistic procedure using SAS. Further shortlisting was done to get rid of multi-collinearity, if any. For GBM, however, no such treatment was required. The table given below shows a comparative analysis of both the techniques: The three stage-wise logistic models for FNOL, FC as well as OG underperformed in comparison to GBM, in terms of lift and K-S statistics. However, the precision of all three logistic models, was better in comparison to GBM. Higher precision (fewer false positives) in fraud detection takes priority over other performance variables in evaluating claim fraud; as this helps insurance companies optimize fraud detection, decrease costs and increase recovery. Therefore, in this particular case, logistic regression scores over GBM. Which Fraud Identification Approach Is Better - Logistic Regression Or GBM? The two techniques applied have different algorithms running in their background. Logistic regression involves human intervention at multiple stages. GBM, on the other hand, is purely based on a machine learning algorithm, which requires minimal human intervention. Owing to this, a logistic regression analysis can be controlled to a fair degree, but has to follow certain assumptions. Stage 1- First Notice of Loss Stage 2- First Contact Stage 3- Ongoing Test Validation Test Validation Test Validation Logistic GBM Logistics GBM Logistic GBM Logistic GBM Logistic GBM Logistic GBM 10% 61.47% 81.90% 68.08% 81.30% 82.96% 92.50% 87.85% 92.30% 89.03% 97.90% 91.99% 98.20% 20% 81.35% 88.50% 84.36% 89.80% 93.44% 95.60% 94.46% 95.20% 95.43% 99.10% 95.97% 99.10% Precision 67.98% 18.90% 20.66% 16.60% 74.47% 25.30% 29.37% 24.90% 79.73% 40.80% 31.45% 39.60% AUC 89.80% 92.90% 89.78% 92.70% 95.75% 96.90% 95.57% 96.80% 97.04% 99.30% 96.88% 99.30% K-S 64.78% 72.40% 65.00% 72.2% 79.13% 84.20% 78.34% 83.90% 83.29% 92.90% 82.77% 92.80% EXLservice.com 6

7 In terms of output, GBM produces a scored dataset. This scored dataset has a probability value for all observations present in the training/modeling dataset with a variable importance list (sorted in descending order with most important variable on the top). GBM reveals nothing about the direction or magnitude of the effect of any predictor variable on the predicted variable. However, this technique offers the advantage of being able to handle both, non-linearity and nonmonotonicity, which are quite common in fraud identification problems. Logistic regression delivers a mathematical equation as output. This equation can explain the effect of every predictor variable on the predicted variable, which proves to be an advantage of using logistic regression. On the flip side, regression drops observations with missing variable values from the modeling exercise, or requires these values to be imputed. GBM requires no such treatment, and is also equipped to handle multi-collinearity on its own, unlike logistic regression that needs multicollinearity to be identified and dealt with by introduction of interactions or removal of certain variables. The interaction terms and variable transformation for logistic regression are subjected to discretion of the person building the model, whereas, GBM itself introduces and tests for interactions and variable transformation. GBM does variable selection for fraud identification on a run-time basis, which takes a lot more processing time as compared to logistic regression. Logistic regression, on the other hand, requires an extensive variable selection/elimination process involving steps like elimination on the basis of correlation value, variable clustering, information value and stepwise procedure. It is apparent that GBM holds an edge over logistic regression, as in fraud detection, linearity is not expected in the data. That said, businesses rely heavily on insights from the mathematical equation generated by logistic regression. To implicate any changes, in the way a firm carries out its business, logistic regression gives flexibility in terms of a clear understanding of causeand-effect relationship that exists between dependent and independent variables. But, this doesn t imply that logistic regression fares better than GBM in every situation. Based on what a business aims to achieve from an analytics exercise, an appropriate technique out of the two can be chosen, as both of these techniques have their own merits and limitations. EXLservice.com 7

8 Ways to Manage Fraudulent Claims in Your Organization Organizations should not go by predefined fraud variable lists based on historical understanding of the insurance industry, but should leverage predictive modeling for identifying fraudulent claims specific to their organization. In the case discussed above, logistic regression revealed some new variables influencing fraud claims from both internal as well as external databases. In general, in the P&C industry, a fraudulent claim consists of the following characteristics: The presence of a large number of contents damaged/missing Contents missing/stolen typically include electronic items like mobile phones, laptops, cameras, etc. Issues pertaining to coverage of the reported loss Proximity of the claimant to a service center or claim vendor Increased chances of claim arising from a new policy as compared to an old policy Presence of keywords like mysterious, disappearance, lost, unknown, strange or undetermined in the loss description field The number of times a claimant had been arrested in the past for any criminal activity The logistic based analysis confirmed the above factors to be driving fraud claims. Apart from the above mentioned factors, a lot of other factors came up to be significant in the model we developed. These new fraud indicator factors were: Number of utility cards that a claimant has - this shows a negative impact on the propensity of filing a fraudulent claim Presence of terms like, divorced, separated or domestic dispute has a very strong positive relation with a claim being fraud Incase description contains words like, water leak or pipe burst ; the chances of it turning out to be a fraudulent claim goes down significantly Presence of terms such as, theft, broken or police report tend to increase the chances of it being a fraudulent claim Conclusion An effective and efficient notice of loss organization, combined with fast-track claim handling during FNOL, can allow insurers to realign claim resources with more complex claim-handling activities. In this whitepaper we explored two approaches logistic regression and GBM, separately, to understand their effectiveness and interactions with the data at hand. But, it isn t necessary that both these techniques be used independently; stacking logistic regression on top of GBM might beat the results of just using GBM on the dataset. Use of logistic regression and GBM is not mutually exclusive; analysts EXLservice.com 8

9 can use both of them in tandem as well. Logistics can benefit by identifying trends and finding out causalities; machine learning models like GBM can be used to gain greater performance from a particular dataset. Various other approaches can be considered, which are beyond the scope of this whitepaper. In the end, based on methods used, the client experienced results equivalent to the improvement showcased in the model, which indicated lift at 10 percent for FNOL to be percent. This means, we can identify percent of all fraud claims by using only 10 percent of the data. Therefore, exploring such varied advanced approaches based on business objectives, can and did enable greater success in claim fraud identification and likely saved the company from loss. Not only did they stop payment of fraudulent claims, they did not have to incur the additional cost of litigation necessary to recover lost funds. The roadmap for successful transformation is clear. Insurers must move on from today s outdated fraud strategies to advanced data analytics. References 1 fraud.htm Deloitte/us/Documents/financial-services/us-fsia-call-to-action pdf 5 Laundering-Investigations-Fiscal-Year bentley.edu.centers/files/centers/cwb/olinsky. pdf 8 joseph/courses/epib-621/logfit.pdf 9 insights/2017/01/uk-fraud-value-reaches-1bnfirst-time-five-years.html 10 EXLservice.com 9

10 EXL (NASDAQ: EXLS) is a leading operations management and analytics company that designs and enables agile, customer-centric operating models to help clients improve their revenue growth and profitability. Our delivery model provides market-leading business outcomes using EXL s proprietary Business EXLerator Framework, cutting-edge analytics, digital transformation and domain expertise. At EXL, we look deeper to help companies improve global operations, enhance data-driven insights, increase customer satisfaction, and manage risk and compliance. EXL serves the insurance, healthcare, banking and financial services, utilities, travel, transportation and logistics industries. Headquartered in New York, New York, EXL has more than 26,000 professionals in locations throughout the United States, Europe, Asia (primarily India and Philippines), South America, Australia and South Africa ExlService Holdings, Inc. All Rights Reserved. For more information, see us: lookdeeper@exlservice.com On the web: EXLservice.com GLOBAL HEADQUARTERS 280 Park Avenue, 38th Floor, New York, NY T: F: United States United Kingdom Czech Republic Romania Bulgaria India Philippines Colombia South Africa

CECL CONSIDERATIONS FOR CREDIT CARDS

CECL CONSIDERATIONS FOR CREDIT CARDS WHITE PAPER CECL CONSIDERATIONS FOR CREDIT CARDS A Special Case June 20, 2018 Written by Vikas Sharma Practice Lead, Banking Analytics Manish Jain Vice President, Analytics Varun Aggarwal Senior Engagement

More information

Next-Gen Contract Management

Next-Gen Contract Management AN EXL WHITE PAPER Next-Gen Contract Management Leverage Your Contract Database to Serve as a Strategic Asset and Competitive Differentiator Written by: Nancy Saltzman General Counsel and Chief Compliance

More information

COMBATING MEDICAL PROVIDER FRAUD WITH ADVANCED ANALYTICS USING MACHINE LEARNING

COMBATING MEDICAL PROVIDER FRAUD WITH ADVANCED ANALYTICS USING MACHINE LEARNING WHITE PAPER COMBATING MEDICAL PROVIDER FRAUD WITH ADVANCED ANALYTICS USING MACHINE LEARNING April 23, 2018 Written by Vrinda Garg EXL Analytics Preetesh Shukla EXL Analytics lookdeeper@exlservice.com COMBATING

More information

blockchain bitcoin cryptography currency Blockchain: The Next Big Digital Disruptor for CFOs cryptocurrency exchange transaction financial market

blockchain bitcoin cryptography currency Blockchain: The Next Big Digital Disruptor for CFOs cryptocurrency exchange transaction financial market cryptography business digital virtual currency network transaction internet coin cryptocurrency market blockchain ledger data exchange electronic payments business technology money contract transaction

More information

FIVE LEVELS OF DIGITAL DISRUPTION IN INSURANCE

FIVE LEVELS OF DIGITAL DISRUPTION IN INSURANCE WHITE PAPER FIVE LEVELS OF DIGITAL DISRUPTION IN INSURANCE April 24, 2018 Written by Vikas Bhalla Executive Vice President and Head of Insurance, EXL Lopamudra Panda Vice President, Digital Lead Insurance,

More information

Predictive Claims Processing

Predictive Claims Processing Predictive s Processing Transforming the Insurance s Life Cycle Using Analytics WHITE PAPER SAS White Paper Table of Contents Introduction.... 1 Fraud Management.... 2 Recovery Optimization.... 3 Settlement

More information

CHIEF TRANSFORMATION OFFICER: A NEW ROLE FOR TODAY S P&C INSURANCE CFO

CHIEF TRANSFORMATION OFFICER: A NEW ROLE FOR TODAY S P&C INSURANCE CFO WHITE PAPER CHIEF TRANSFORMATION OFFICER: A NEW ROLE FOR TODAY S P&C INSURANCE CFO April 29, 2018 Written by Arnab Dey S.V.P. and P&C Insurance Business Head Vincent Sparrow V.P. and Client Executive Narasimha

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

IBM Financial Crimes Insight for Insurance

IBM Financial Crimes Insight for Insurance IBM Financial Crimes Insight for Insurance Highlights Improve outcomes and reduce cost of counterfraud efforts Optimize assets for efficient and effective fraud management Quickly distinguish fraudsters

More information

THE F FILES. Group benefits fraud what you need to know to fight fraud GET #FRAUDSMART

THE F FILES. Group benefits fraud what you need to know to fight fraud GET #FRAUDSMART THE F FILES Group benefits fraud what you need to know to fight fraud GET #FRAUDSMART SPRING 2018 LOOKING INTO THE FUTURE OF FRAUD WITH PREDICTIVE ANALYTICS Big data it is fundamental in the fight against

More information

WHITE PAPER. The Evolution of Fraud in the Insurance Industry

WHITE PAPER. The Evolution of Fraud in the Insurance Industry WHITE PAPER The Evolution of Fraud in the Insurance Industry Introduction The insurance industry is certainly no stranger to online fraud, whether it s being directed at insurers or the consumers they

More information

Rethinking the business case for anti-fraud programs in insurance

Rethinking the business case for anti-fraud programs in insurance Rethinking the business case for anti-fraud programs in insurance Insurance fraud is not only widespread, it is also quite varied in terms of the forms it takes. Executive summary Historically, claims

More information

Exl Reports 2017 First Quarter Results

Exl Reports 2017 First Quarter Results May 2, 2017 Exl Reports 2017 First Quarter Results 2017 First Quarter Revenues of $183.0 Million, up 9.6% year over year Q1 Diluted EPS (GAAP) of $0.48, up from $0.40 in Q1 of 2016 Q1 Adjusted Diluted

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

Rapid returns for the insurance industry with Atos Fraud & Claims Management

Rapid returns for the insurance industry with Atos Fraud & Claims Management Fraud & Claims Management Rapid returns for the insurance industry with Atos Fraud & Claims Management Trusted partner for your Digital Journey The state of play Insurers are being squeezed from every

More information

INCREASING INVESTIGATOR EFFICIENCY USING NETWORK ANALYTICS

INCREASING INVESTIGATOR EFFICIENCY USING NETWORK ANALYTICS INCREASING INVESTIGATOR EFFICIENCY USING NETWORK ANALYTICS ACFE ANNUAL CONFERENCE ORLANDO, FL JUNE 20, 2012 DAN BARTA CPA, CFE DAVID STEWART CAMS Fraud & Financial Crimes Practice TOPICS INCREASING INVESTIGATOR

More information

Implementing Analytics for Claims Fraud Title Investigation

Implementing Analytics for Claims Fraud Title Investigation CONCLUSIONS PAPER Implementing Analytics for Claims Fraud Title Investigation Considerations, change management and new capabilities for insurance company SIUs ii Contents It s a victimless crime, right?...

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

The Stark Reality of Synthetic ID Fraud How to Battle the Leading Identity Fraud Tactic in The Digital Age

The Stark Reality of Synthetic ID Fraud How to Battle the Leading Identity Fraud Tactic in The Digital Age The Stark Reality of Synthetic ID Fraud How to Battle the Leading Identity Fraud Tactic in The Digital Age Scoping Out Synthetic ID Fraud In the 18 years since synthetic identity fraud emerged as a significant

More information

Investigating Life Insurance Fraud and Abuse: Uncovering the Challenges Facing Insurers

Investigating Life Insurance Fraud and Abuse: Uncovering the Challenges Facing Insurers Investigating Life Insurance Fraud and Abuse: Uncovering the Challenges Facing Insurers Julianne Callaway, Derek Kueker, Ryan Barker, Mark Dion, Leigh Allen, and Nick Kocisak 1 Investigating Life Insurance

More information

FIGHTING AGAINST CRIME IN A DIGITAL WORLD DAVID HARTLEY DIRECTOR, SAS FRAUD & FINANCIAL CRIME BUSINESS UNIT

FIGHTING AGAINST CRIME IN A DIGITAL WORLD DAVID HARTLEY DIRECTOR, SAS FRAUD & FINANCIAL CRIME BUSINESS UNIT FIGHTING AGAINST CRIME IN A DIGITAL WORLD DAVID HARTLEY DIRECTOR, SAS FRAUD & FINANCIAL CRIME BUSINESS UNIT AGENDA Fraudsters love digital Fighting back Social Network Analysis BACKGROUND THE DIGITAL BUSINESS

More information

Using alternative data, millions more consumers qualify for credit and go on to improve their credit standing

Using alternative data, millions more consumers qualify for credit and go on to improve their credit standing NO. 89 90 New FICO research shows how to score millions more creditworthy consumers Using alternative data, millions more consumers qualify for credit and go on to improve their credit standing Widespread

More information

Yield and. Protection. Anti-Fraud. Uncover insights you never thought were possible.

Yield and. Protection. Anti-Fraud. Uncover insights you never thought were possible. Home Home Yield and Anti-Fraud Protection Uncover insights you never thought were possible. Tax and welfare agencies worldwide strive to increase compliance, prevent improper payments and reduce errors.

More information

Practical Considerations for Building a D&O Pricing Model. Presented at Advisen s 2015 Executive Risk Insights Conference

Practical Considerations for Building a D&O Pricing Model. Presented at Advisen s 2015 Executive Risk Insights Conference Practical Considerations for Building a D&O Pricing Model Presented at Advisen s 2015 Executive Risk Insights Conference Purpose The intent of this paper is to provide some practical considerations when

More information

Identifying High Spend Consumers with Equifax Dimensions

Identifying High Spend Consumers with Equifax Dimensions Identifying High Spend Consumers with Equifax Dimensions April 2014 Table of Contents 1 Executive summary 2 Know more about consumers by understanding their past behavior 3 Optimize business performance

More information

Banking Title Application Fraud: The Enemy at the Gates

Banking Title Application Fraud: The Enemy at the Gates WHITE PAPER Banking Title Application Fraud: The Enemy at the Gates It is a fraud to borrow what we are unable to pay. Publilius Syrus, first century B.C. ii Contents Overview... 1 What Is Application

More information

Detecting Fraud, Improving Customer Retention and Optimizing Workflow through Predictive Analytics

Detecting Fraud, Improving Customer Retention and Optimizing Workflow through Predictive Analytics Predictive Claims Processing Detecting Fraud, Improving Customer Retention and Optimizing Workflow through Predictive Analytics Stephen W Swenson, MBA SAS Insurance Development Executive 1 Agenda Current

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

Increase Effectiveness in Combating VAT Carousels

Increase Effectiveness in Combating VAT Carousels Increase Effectiveness in Combating VAT Carousels Detect, Prevent and Manage WHITE PAPER SAS White Paper Contents Overview....1 The Challenges...1 Capabilities...2 Scoring...3 Alert and Case Management....3

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

EXL Reports 2017 Second Quarter Results

EXL Reports 2017 Second Quarter Results July 27, 2017 EXL Reports 2017 Second Quarter Results 2017 Second Quarter Revenues of $189.1 Million, up 10.9% year over year Q2 Diluted EPS (GAAP) of $0.58, up from $0.47 in Q2 of 2016 Q2 Adjusted Diluted

More information

Digital insurance: How to compete in the new digital economy

Digital insurance: How to compete in the new digital economy Digital insurance: How to compete in the new digital economy The traditional insurance company is set up to best serve a type of customer that, in the very near future, may no longer exist. Demographic

More information

Overview of the Key Findings

Overview of the Key Findings Overview of the Key Findings Each year Capgemini, in co-ordination with Efma, publishes insights on the Insurance sector through its World Insurance Report Theme - Claims Transformation Theme- Multi- Distribution

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

Get Smarter. Data Analytics in the Canadian Life Insurance Industry. Introduction. Highlights. Financial Services & Insurance White Paper

Get Smarter. Data Analytics in the Canadian Life Insurance Industry. Introduction. Highlights. Financial Services & Insurance White Paper Get Smarter Data Analytics in the Canadian Life Industry Highlights Several key findings emerged from the SMA research: The primary focus for sophisticated analytics in L&A has traditionally been in the

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

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

DriverRisk Guide: Violation insight to fuel your business

DriverRisk Guide: Violation insight to fuel your business DriverRisk Guide: Violation insight to fuel your business A national driving record solution with applications across the entire insurance policy lifecycle. 1 2017 TransUnion LLC All Rights Reserved 17-182929

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

FIGHTING FRAUD & CHARGEBACKS 5 STRATEGIES FOR WINNING

FIGHTING FRAUD & CHARGEBACKS 5 STRATEGIES FOR WINNING FIGHTING FRAUD & CHARGEBACKS 5 STRATEGIES FOR WINNING 2 2016 was a strong year for online sales growth. But fraud and chargebacks more than kept pace. The good news? You can dramatically reduce losses

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

Leveraging Innovative Technologies to Combat Health Care Fraud Kathy Mosbaugh, Director State Government Health Care NCSL Fall Forum 2011

Leveraging Innovative Technologies to Combat Health Care Fraud Kathy Mosbaugh, Director State Government Health Care NCSL Fall Forum 2011 Leveraging Innovative Technologies to Combat Health Care Fraud Kathy Mosbaugh, Director State Government Health Care NCSL Fall Forum 2011 Paying for Care to Dead People Boston Herald, October 30, 2011

More information

Commercial Insurance

Commercial Insurance Customarq Package Commercial Insurance Barb Sandelands EVP, Package Manager, Commercial Insurance Chubb s Package approach provides flexibility to tailor insurance solutions to meet the individual needs

More information

Analytic Technology Industry Roundtable Fraud, Waste and Abuse

Analytic Technology Industry Roundtable Fraud, Waste and Abuse Analytic Technology Industry Roundtable Fraud, Waste and Abuse 1. Introduction 1.1. Analytic Technology Industry Roundtable The Analytic Technology Industry Roundtable brings together analysis and analytic

More information

Property & Casualty Insurance: Fighting Fraud Through Location Analytics

Property & Casualty Insurance: Fighting Fraud Through Location Analytics Property & Casualty Insurance: Fighting Fraud Through Location Analytics A WHITEPAPER BY CANADIAN UNDERWRITER Sponsored by: Written by Canadian Underwriter Sponsored by DMTI Spatial EXECUTIVE SUMMARY Contents

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

Making Predictive Modeling Work for Small Commercial Insurance Risk Assessment

Making Predictive Modeling Work for Small Commercial Insurance Risk Assessment WHITE PAPER Making Predictive Modeling Work for Small Commercial Insurance Risk Assessment Best practices from LexisNexis Risk Solutions AUGUST 2017 Executive Summary While predictive modeling has proven

More information

Implementing the Expected Credit Loss model for receivables A case study for IFRS 9

Implementing the Expected Credit Loss model for receivables A case study for IFRS 9 Implementing the Expected Credit Loss model for receivables A case study for IFRS 9 Corporates Treasury Many companies are struggling with the implementation of the Expected Credit Loss model according

More information

The State of Third Party Auto: Claim Costs, Consistency and a New Generation of Adjusters

The State of Third Party Auto: Claim Costs, Consistency and a New Generation of Adjusters The State of Third Party Auto: Claim Costs, Consistency and a New Generation of Adjusters By Norman Tyrrell Director of Product Management, Casualty Solutions Group A Mitchell Whitepaper Breaking Down

More information

What is arguably the biggest mystery faced by anyone

What is arguably the biggest mystery faced by anyone CHAPTER 8 The Legend of Real-Estate Tax Strategies By Ronald A. Mermer, CPA, CGMA, CTC, CCPS What is arguably the biggest mystery faced by anyone looking to live a better life? It is the mystery of why

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

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

White Paper. Banking Application Fraud: The Enemy at the Gates. It is a fraud to borrow what we are unable to pay. Publilius Syrus, first century B.C.

White Paper. Banking Application Fraud: The Enemy at the Gates. It is a fraud to borrow what we are unable to pay. Publilius Syrus, first century B.C. White Paper Banking Application Fraud: The Enemy at the Gates It is a fraud to borrow what we are unable to pay. Publilius Syrus, first century B.C. Contents Overview... 1 What Is Application Fraud?...

More information

A new highly predictive FICO Score for an uncertain world

A new highly predictive FICO Score for an uncertain world A new highly predictive FICO Score for an uncertain world Lenders gain a 5% 15% predictive boost to manage business and control losses Number 12 January 2009 As delinquency levels increase and consumer

More information

Operational Excellence / Transformative Strategies for Insurers

Operational Excellence / Transformative Strategies for Insurers 5 Operational Excellence / Transformative Strategies for Insurers The insurance market has been under pressure to transform for many years now. PWC identify five distinct pressure points: social, technological,

More information

The role of an actuary in a Policy Administration System implementation

The role of an actuary in a Policy Administration System implementation The role of an actuary in a Policy Administration System implementation Abstract Benefits of a New Policy Administration System (PAS) Insurance is a service and knowledgebased business, which means that

More information

The future of operational risk in financial services A new approach to operational risk capital management

The future of operational risk in financial services A new approach to operational risk capital management The future of operational risk in financial services A new approach to operational risk capital management 02 The future of operational risk in financial services A new approach to operational risk capital

More information

Corporate Overview. April 2017

Corporate Overview. April 2017 Corporate Overview April 2017 Disclaimer Safe Harbor Statement This presentation contains forward-looking statements that are based on management s beliefs and assumptions and on information currently

More information

Analytic measures of credit capacity can help bankcard lenders build strategies that go beyond compliance to deliver business advantage

Analytic measures of credit capacity can help bankcard lenders build strategies that go beyond compliance to deliver business advantage How Much Credit Is Too Much? Analytic measures of credit capacity can help bankcard lenders build strategies that go beyond compliance to deliver business advantage Number 35 April 2010 On a portfolio

More information

HEALTHCARE PAYER ANALYTICS

HEALTHCARE PAYER ANALYTICS White Paper HEALTHCARE PAYER ANALYTICS HEALTHCARE PAYER ANALYTICS Drivers for Payer Analytics Payer Analytics Opportunities Benefits of Payer Analytics Abstract Face of the healthcare industry is changing

More information

Accelerating Revenue with Customer Centric Offers

Accelerating Revenue with Customer Centric Offers Accelerating Revenue with Customer Centric Offers The evolution of customer-centric cross-sell Chandresh Modi, Equifax Vice President, Professional Services Technology and Analytical Services May 2012

More information

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

REPORT TO THE NATIONS ON OCCUPATIONAL FRAUD AND ABUSE 2016 SOUTHERN ASIA EDITION

REPORT TO THE NATIONS ON OCCUPATIONAL FRAUD AND ABUSE 2016 SOUTHERN ASIA EDITION REPORT TO THE NATIONS ON OCCUPATIONAL FRAUD AND ABUSE 2016 SOUTHERN ASIA EDITION Contents Introduction...3 How Occupational Fraud Is Committed...5 Frequency and Median Loss of Occupational Fraud Schemes...

More information

Scoring Credit Invisibles

Scoring Credit Invisibles OCTOBER 2017 Scoring Credit Invisibles Using machine learning techniques to score consumers with sparse credit histories SM Contents Who are Credit Invisibles? 1 VantageScore 4.0 Uses Machine Learning

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

Research Report. Insurance Companies: Are You Equipped to Successfully Combat Fraud? A SAS Research Report

Research Report. Insurance Companies: Are You Equipped to Successfully Combat Fraud? A SAS Research Report Research Report Insurance Companies: Are You Equipped to Successfully Combat Fraud? A SAS Research Report Contents Executive Summary... 1 Key Findings... 2 Current Situation...2 Use of Automated Detection

More information

Attract and retain more high-quality customers while reducing your risks.

Attract and retain more high-quality customers while reducing your risks. HOW TO ASSESS THE CREDIT RISK OF NEW IMMIGRANTS Attract and retain more high-quality customers while reducing your risks. EXECUTIVE SUMMARY With approximately 250, new immigrants arriving in Canada every

More information

Why your PSP should be your best defence against fraud

Why your PSP should be your best defence against fraud Why your PSP should be your best defence against fraud July 2017 processing.paysafe.com Why your PSP should be your best defence against fraud If recent crime statistics have taught us anything, it s that

More information

A new era of P&C claims management

A new era of P&C claims management A new era of P&C claims management Handling claims in an increasingly digital, analytic, and flat world An EXL whitepaper Written by Arnab Dey SVP and Head P&C Insurance The processing and payment of insurance

More information

Driving Growth with a New Measure of Credit Capacity

Driving Growth with a New Measure of Credit Capacity Driving Growth with a New Measure of Credit Capacity Driving Innovation FICO and Equifax Open Avenues to Growth with a More Comprehensive Approach to Risk Assessment August 2012 For more than five years,

More information

ADVANTAGES OF A RISK BASED AUTHENTICATION STRATEGY FOR MASTERCARD SECURECODE

ADVANTAGES OF A RISK BASED AUTHENTICATION STRATEGY FOR MASTERCARD SECURECODE ADVANTAGES OF A RISK BASED AUTHENTICATION STRATEGY FOR MASTERCARD SECURECODE Purpose This document explains the benefits of using Risk Based Authentication (RBA) a dynamic method of cardholder authentication

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

THE PERSISTENCE OF POVERTY IN NEW YORK CITY

THE PERSISTENCE OF POVERTY IN NEW YORK CITY MONITORING POVERTY AND WELL-BEING IN NYC THE PERSISTENCE OF POVERTY IN NEW YORK CITY A Three-Year Perspective from the Poverty Tracker FALL 2016 POVERTYTRACKER.ROBINHOOD.ORG Christopher Wimer Sophie Collyer

More information

Making the Link between Actuaries and Data Science

Making the Link between Actuaries and Data Science 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 2016 1 Agenda Data Driving Insurers

More information

How much can increased predictive power impact profits?

How much can increased predictive power impact profits? How much can increased predictive power impact profits? Expand market share across the consumer continuum, from full-file to no-file, with LexisNexis RiskView. LexisNexis RiskView Solutions Risk Solutions

More information

Canada s Participation in the Global Innovation Economy: Patterns of Entry and Engagement in Asia and Beyond

Canada s Participation in the Global Innovation Economy: Patterns of Entry and Engagement in Asia and Beyond 1 Canada s Participation in the Global Innovation Economy: Patterns of Entry and Engagement in Asia and Beyond Introduction The original research for this project was carried as part of the Munk School

More information

UK Motor Insurance Insights: Managing the challenges of digital risk

UK Motor Insurance Insights: Managing the challenges of digital risk REPORT UK Motor Insurance Insights: Managing the challenges of digital risk UK Insurance Underwriting Digitisation Study 2017 JULY 2017 Introduction In January 2017, LexisNexis Risk Solutions released

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

White Paper. Not Just Knowledge, Know How! Artificial Intelligence for Finance!

White Paper. Not Just Knowledge, Know How! Artificial Intelligence for Finance! ` Not Just Knowledge, Know How! White Paper Artificial Intelligence for Finance! An exploration of the use of Artificial Intelligence (AI) in the management of Budgeting, Planning and Forecasting (BP&F)

More information

Deconstructing report lag

Deconstructing report lag Deconstructing report lag June 2018 Lockton Companies Report lag has been a hot topic in the workers compensation arena for years. This is primarily due to the belief that reducing report lag will reduce

More information

Statistical Data Mining for Computational Financial Modeling

Statistical Data Mining for Computational Financial Modeling Statistical Data Mining for Computational Financial Modeling Ali Serhan KOYUNCUGIL, Ph.D. Capital Markets Board of Turkey - Research Department Ankara, Turkey askoyuncugil@gmail.com www.koyuncugil.org

More information

Predicting and Preventing Credit Card Default

Predicting and Preventing Credit Card Default Predicting and Preventing Credit Card Default Project Plan MS-E2177: Seminar on Case Studies in Operations Research Client: McKinsey Finland Ari Viitala Max Merikoski (Project Manager) Nourhan Shafik 21.2.2018

More information

The Digital Investor Patterns in digital adoption

The Digital Investor Patterns in digital adoption The Digital Investor Patterns in digital adoption Vanguard Research July 2017 More than ever, the financial services industry is engaging clients through the digital realm. Entire suites of financial solutions,

More information

Active vs. Passive Money Management

Active vs. Passive Money Management Active vs. Passive Money Management Exploring the costs and benefits of two alternative investment approaches By Baird s Advisory Services Research Synopsis Proponents of active and passive investment

More information

The Hanover Insurance Group

The Hanover Insurance Group The Hanover Insurance Group Bank of America Merrill Lynch 2019 Insurance Conference February 13, 2019 Jack Roche President and Chief Executive Officer 1 Forward-looking statements Forward-looking statements

More information

SEGMENTATION FOR CREDIT-BASED DELINQUENCY MODELS. May 2006

SEGMENTATION FOR CREDIT-BASED DELINQUENCY MODELS. May 2006 SEGMENTATION FOR CREDIT-BASED DELINQUENCY MODELS May 006 Overview The objective of segmentation is to define a set of sub-populations that, when modeled individually and then combined, rank risk more effectively

More information

Construction. Industry Advisor. Fall Year end tax planning for construction companies. How to self-insure your construction business

Construction. Industry Advisor. Fall Year end tax planning for construction companies. How to self-insure your construction business Construction Industry Advisor Fall 2015 Year end tax planning for construction companies How to self-insure your construction business Cost segregation studies can benefit you and your clients Contractor

More information

In a credit-hungry economy, how much is too much?

In a credit-hungry economy, how much is too much? In a credit-hungry economy, how much is too much? Know how new debt affects risk with sharper measures of credit capacity Number 1 February 2008 US credit hunger seems insatiable. Consumer debt has reached

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

Consumer access to mortgages report

Consumer access to mortgages report 01 Contents I Contents 02 II Introduction 03 III Key Findings 04 IV Section one: Consumer outcomes 05 1.1 Mortgage brokers and competition in mortgage lending 06 1.2 Consumer satisfaction with the mortgage

More information

Digital Disruption of the Insurance Industry

Digital Disruption of the Insurance Industry WHITE PAPER Digital Disruption of the Insurance Industry New technologies have the potential to destroy some companies and propel others to new levels of success 1 Digital Disruption of the Insurance Industry

More information

See how these companies overcame their auto lending challenges and were able to:

See how these companies overcame their auto lending challenges and were able to: See how these companies overcame their auto lending challenges and were able to: Increase profit by providing prospects with the sophisticated online experiences they expect and communicating through the

More information

KYC Automation: Scale, Speed, Standardize Merchant Underwriting

KYC Automation: Scale, Speed, Standardize Merchant Underwriting Know Your Customer (KYC) KYC Automation: Scale, Speed, Standardize Merchant Underwriting Visit www.macmember.org to join in MAC Benefits include: Protect and invest in your organization by receiving fraud

More information

An Innocent Mistake or Intentional Deceit? How ICD-10 is blurring the line in Healthcare Fraud Detection

An Innocent Mistake or Intentional Deceit? How ICD-10 is blurring the line in Healthcare Fraud Detection An Innocent Mistake or Intentional Deceit? How ICD-10 is blurring the line in Healthcare Fraud Detection October 2012 Whitepaper Series Issue No. 7 Copyright 2012 Jvion LLC All Rights Reserved 1 that are

More information

Session 84 PD, Predictive Analytics for Actuaries: A look At Case Studies in Healthcare Analytics. Moderator: Carol J.

Session 84 PD, Predictive Analytics for Actuaries: A look At Case Studies in Healthcare Analytics. Moderator: Carol J. Session 84 PD, Predictive Analytics for Actuaries: A look At Case Studies in Healthcare Analytics Moderator: Carol J. McCall, FSA, MAAA Presenters: Lillian Louise Dittrick, FSA, MAAA Wu-Chyuan (Gary) Gau,

More information

Market Variables and Financial Distress. Giovanni Fernandez Stetson University

Market Variables and Financial Distress. Giovanni Fernandez Stetson University Market Variables and Financial Distress Giovanni Fernandez Stetson University In this paper, I investigate the predictive ability of market variables in correctly predicting and distinguishing going concern

More information

Active vs. Passive Money Management

Active vs. Passive Money Management Active vs. Passive Money Management Exploring the costs and benefits of two alternative investment approaches By Baird s Advisory Services Research Synopsis Proponents of active and passive investment

More information

EZ Way Lunch & Learn Webinar Series Presented by Equitable Safety Group. Making Cents. The Business Case for Safe Patient Handling November 13, 2008

EZ Way Lunch & Learn Webinar Series Presented by Equitable Safety Group. Making Cents. The Business Case for Safe Patient Handling November 13, 2008 EZ Way Lunch & Learn Webinar Series Presented by Equitable Safety Group Making Cents The Business Case for Safe Patient Handling November 13, 2008 Welcome to the EZ Way Lunch and Learn Series. Today we

More information

Finacial Statement Fraud. Peter N Munachewa, CFE Risk Management Consultant

Finacial Statement Fraud. Peter N Munachewa, CFE Risk Management Consultant Finacial Statement Fraud Peter N Munachewa, CFE Risk Management Consultant What is FSF Falsification, alteration, or manipulation of material financial records, supporting documents, or business transactions

More information

Automotive Services. Tools for dealers, lenders and industry service providers that drive profitable results in today s economy

Automotive Services. Tools for dealers, lenders and industry service providers that drive profitable results in today s economy CONSUMER INFORMATION SOLUTIONS Automotive Services Tools for dealers, lenders and industry service providers that drive profitable results in today s economy Reach the right prospects Automotive solutions

More information