International Journal of Computer Engineering and Applications, Volume XII, Issue I, Jan. 18, ISSN

Size: px
Start display at page:

Download "International Journal of Computer Engineering and Applications, Volume XII, Issue I, Jan. 18, ISSN"

Transcription

1 A.Komathi, J.Kumutha, Head & Assistant professor, Department of CS&IT, Research scholar, Department of CS&IT, Nadar Saraswathi College of arts and science, Theni. ABSTRACT Data mining techniques are becoming very popular nowadays because of the wide availability of huge quantity of data and the need for transforming such data into knowledge. In today s globalization, core bank model and cut throat competition making banks to struggling to gain a competitive edge over each other. The opposite interaction with customer is no more exists in the customer information, transaction details like deposits and withdrawals, loans, risk profiles, credit card details, credit limit and collateral details related information. Data mining Decision Tree Induction Algorithm is applied to predict the attributes relevant for integrity. The first kind of this model is described in this research paper which can be used by the organization in making the right decision to approve or reject the loan request of the customers. Keywords Data Mining, Risk Management, Classification, Credit Scoring. [1] INTRODUCTION Data mining is the process of discovering or extracting new patterns from large data sets involving methods from statistics and artificial intelligence. Classification and prediction are the techniques used to make out important data classes and predict probable trend.the Decision Tree is an important classification method in data mining classification. It is commonly used in marketing, surveillance, fraud A. Komathi, J.Kumutha, 105

2 detection, scientific discovery. The credit scoring process looks at specific criteria such as income, credit history and many others. All this is done with the intent to reduce the overall default rate thereby decreasing the overall risk of financial institutions such as banks and micro lending institutions. Several credit scoring methodologies have been proposed and implemented and are varied from statistical based methods to Artificial Intelligence based techniques. This paper provides focus on the various algorithms of Decision tree their characteristic, challenges, advantage and disadvantage. [2] DECISION TREES A classification tree is a non-parametric method to analyse dependent and/or categorical variables as a function of continuous explanatory variables (Breimanetal. 1984; Armiger etal, 1997). In a classification tree, a dichotomous tree is built by splitting the records at each node based on a function of a single input. The system considers all possible splits to find the best one, and the winning sub-tree is selected based on its overall error rate or lowest cost of misclassification. Decision trees are particularly useful for classification tasks. Like Radial Basis Neural Networks, decision trees learn from data. Using search heuristics, decision trees are able to find explicit and understandable rules-like relationships among independent and dependent variables. The purpose of the logistic regression model is to obtain a regression equation that could predict in which of two or more groups an object could be placed (i.e. whether a credit should be classified as approved or rejected). Decision trees classify instances by sorting them down the tree from the root to some leaf node, which provides the classification of the instance. Each node in the tree specifies a test of some attribute of the instance and each branch descending from that node corresponds to one of the possible values for this attribute Advantages of Decision Tree algorithms are 1) They generalize in a better way for unobserved instances, once examined the attribute value pair in the training data. 2) They are efficient in computation as it is proportional to the number of training instances observed. 3) The tree interpretation gives a good understanding of how to classify instances based on attributes arranged on the basis of information they provide and makes the classification process selfevident. [3] CREDIT SCORE TECHNIQUE 1.1 Secured Loans and Unsecured Loans In the secured loans, the borrower has to pledge some assets (such as property) as collateral. Most common secured loan is Mortgage loan in which people mortgage their property or asset to get loans. Other example is Gold Loan, Car Loan, Housing loan etc. 1.2 Credit Risk The credit function is the heart of banking. Interest income is the main source of income for any bank. Risk is inherent part of bank s business. Granting any loan to customer always involves some risk. A credit risk is the risk of default on a debt that may arise from a borrower failing to make required A. Komathi, J.Kumutha, 106

3 payments. In the first resort, the risk is that of the lender and includes lost principal and interest, disruption to cash flows, and increased collection costs. In the first resort, the risk is that of the lender and includes lost principal and interest, disruption to cash flows, and increased collection costs. 1.3 Decision Process for Credit Evaluation Credit managers rely heavily upon external data sources to guide them in the credit decision process. To approve or reject a credit request is a delicate task. A credit manager must evaluate the risk associated with extending credit and declining an applicant based on numerous factors [2]. The need for sufficient and reliable information is the foundation of a successful credit decision. A credit manager may call on references, run background checks, pull a credit report, verify bank accounts or ask questions of the applicant to validate the information on the credit application. Credit managers are challenged with the task of obtaining readily available information to support their decision while sending a timely response to the applicant. 1.4 Goals The goal of basic credit score computations using Simple code Architectural Suggestions Clearly in the commercial statistical computing world SAS is the industry leading Product to date. This is partly due to the vast amount of legacy code already in existence in corporations and also because of its memory management and data manipulation capabilities. R in contrast to SAS offers open source support, along with cutting edge algorithms, and facilities. To successfully use R in a large scale industrial environment it is important to run it on large scale computers where memory is plentiful as R, unlike SAS, loads all data into memory. Windows has a 2 gigbayte memory limit which can be problematic for super large data sets. Although SAS is used in many companies as a one stop shop, most statistical departments would benefit in the long run by separating all data manipulation to the database layer (using SQL) which leaves only statistical computing to be performed. Once these 2 functions are decoupled it becomes clear R offers a lot in terms of robust statistical software Practical Suggestions Building high performing models requires skill, ability to conceptualize and understand data relationships, some theory. It is helpful to be versed in the appropriate literature,inspiration relationships that should exist in the data, and test them out. This is an ad hoc process I have used and found to be effective. For formal methods like Geschka s brain writing and Wick s morphological box see Gibson s guide to Systems analysis (Gibson etal, 2004). For the advantages of R and introductory tutorials see Significance and Objective of Study Credit scoring is a very important task for lenders to evaluate the credit applications they receive from customers as well as for insurance companies, which use scoring systems today to evaluate new policy holders and the risks these prospective customers might present to the insurer. Credit scoring systems are used to model the potential risk of credit applications, which have the advantage of being able to handle a large volume of credit applications quickly with minimal labor, thus reducing operating costs, and they may be an effective substitute for the use of judgment among inexperienced credit officers, thus helping to control bad debt losses. A. Komathi, J.Kumutha, 107

4 1.4.4 Factors impacting Credit score The exact formula for calculating credit scores is kept a secret by credit bureaus. Each major credit bureau in the US (Experian, Equifax, and TransUnion) uses a proprietary tool developed by the Fair Isaac Corp to calculate a FICO score. The components and their weight age in a credit score, as disclosed by FICO are: Payment history -35%: Late payments on bills, such as a mortgage, credit card or automobile loan, can cause a FICO score to drop. Paying bills on time will improve your FICO score. Credit utilization -30%: The ratio of current revolving debt (such as credit card balances) to the total available revolving credit, or credit limit. You can improve your FICO scores by paying off debt and lowering the credit utilization ratio. Length of credit history -15%: As your credit history ages, it can have a positive impact on the FICO score. Types of credit used -10%: You can benefit by having a history of managing different types of credit, like installment, revolving, consumer finance and mortgage. Recent search of credit -10%: Credit inquiries, which occur when you are seeking new credit, can hurt your score. Credit scoring is not limited to banks. Other organizations, such as mobile phone companies, insurance companies, landlords, and government departments employ the same techniques. Credit scoring also has much overlap with data mining, which uses many similar techniques. These techniques combine thousands of factors but are similar or identical. [4] NEED FOR RESEARCH This paper explains the concept of Decision Tree algorithm and Credit score analyzing system. Now we do the research work about the Credit Scoring, in our proposed work the Credit Score will analyze by using data mining Decision Tree algorithm. For this work surely gives the better solution for Loan sanction in banking sectors. This proposed work takes the customer s details and finally give the solution for loan approved. [5] CONCLUSION In this paper, we have offered a two-step loan credibility prediction system that helps the organizations in making the right decision to approve or reject the loan request of the customers. This will certainly help the banking industry to open up efficient delivery channels. Decision Tree Induction Algorithm is used for the prediction. Merging of other techniques that outperform the performance of popular data mining models has to be implemented and tested for the domain. Data mining is the process to extract knowledge from existing data. This model is very useful in decision making for approving loan applications for existing and new customers. We propose to extend the two step credit approval model by including security, capacity and cash-flow parameters in the future research areas. A. Komathi, J.Kumutha, 108

5 REFERENCES 1. Bharati M. Ramageri, DATA MINING TECHNIQUES AND APPLICATIONS, Indian Journal of Computer Science and Engineering Vol. 1 No Dileep B. Desai, Dr. R.V.Kulkarni A Review: Application of Data Mining Tools in CRM for Selected Banks, (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 4 (2), 2011, Bhambri, V., 2011, Application of data mining in banking sector. Internat. J. Comput. Sci. Technol., 2: [4] Chopra, B., V. Bhambri and B. Krishnan, P. YAO, Feature selection based on SVM for credit scoring. In International Conference on Computational Intelligence and Natural Computing, 2009, 2, pp C.S. Ong, J.J. Huang, G.H. Tzeng, Building credit scoringmodels using Genetic programming, Expert Systems with Applications,29,1,2005, T.S. Lee, C.C. Chiu, Y.C. Chou, C.J. Lu, Mining the customer credit using classification and regression tree. 7. Baesens, B., Van Gestel, T., Viaene, S., Stepanova, M., Suykens, J., & Vanthienen, J. (2003). Benchmarking state-of-the-art classification algorithms for credit scoring. Journal of the Operational Research Society, 54(6), J. (1998). The importance of credit scoring models in improving cash flow and collection. Business Credit, 100(1), Rajanish Dass, "Data Mining in Banking and Finance: A Note for Bankers", Indian Institute of Management Ahmadabad. 10. Hamid Eslami Nosratabadi and Ahmad Nadali, A New Approach for Labeling the Class of Bank Credit Customers via Classification Method in Data Mining, International Journal of Information and Education Technology, Vol. 1, No. 2, June A. Komathi, J.Kumutha, 109

Naïve Bayesian Classifier and Classification Trees for the Predictive Accuracy of Probability of Default Credit Card Clients

Naïve Bayesian Classifier and Classification Trees for the Predictive Accuracy of Probability of Default Credit Card Clients American Journal of Data Mining and Knowledge Discovery 2018; 3(1): 1-12 http://www.sciencepublishinggroup.com/j/ajdmkd doi: 10.11648/j.ajdmkd.20180301.11 Naïve Bayesian Classifier and Classification Trees

More information

International Journal of Advance Engineering and Research Development REVIEW ON PREDICTION SYSTEM FOR BANK LOAN CREDIBILITY

International Journal of Advance Engineering and Research Development REVIEW ON PREDICTION SYSTEM FOR BANK LOAN CREDIBILITY Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 12, December -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 REVIEW

More information

Creation and Application of Expert System Framework in Granting the Credit Facilities

Creation and Application of Expert System Framework in Granting the Credit Facilities Creation and Application of Expert System Framework in Granting the Credit Facilities Somaye Hoseini M.Sc Candidate, University of Mehr Alborz, Iran Ali Kermanshah (Ph.D) Member, University of Mehr Alborz,

More information

A COMPARATIVE STUDY OF DATA MINING TECHNIQUES IN PREDICTING CONSUMERS CREDIT CARD RISK IN BANKS

A COMPARATIVE STUDY OF DATA MINING TECHNIQUES IN PREDICTING CONSUMERS CREDIT CARD RISK IN BANKS A COMPARATIVE STUDY OF DATA MINING TECHNIQUES IN PREDICTING CONSUMERS CREDIT CARD RISK IN BANKS Ling Kock Sheng 1, Teh Ying Wah 2 1 Faculty of Computer Science and Information Technology, University of

More information

Predictive Risk Categorization of Retail Bank Loans Using Data Mining Techniques

Predictive Risk Categorization of Retail Bank Loans Using Data Mining Techniques National Conference on Recent Advances in Computer Science and IT (NCRACIT) International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume

More information

The Effect of Expert Systems Application on Increasing Profitability and Achieving Competitive Advantage

The Effect of Expert Systems Application on Increasing Profitability and Achieving Competitive Advantage The Effect of Expert Systems Application on Increasing Profitability and Achieving Competitive Advantage Somaye Hoseini M.Sc Candidate, University of Mehr Alborz, Iran Ali Kermanshah (Ph.D) Member, University

More information

Creditworthiness (UXL)

Creditworthiness (UXL) Creditworthiness (UXL) Since so much debt is unsecured, it is important for companies to have information on how well their potential borrowers handle money in order to assess their creditworthiness, or

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL NETWORKS K. Jayanthi, Dr. K. Suresh 1 Department of Computer

More information

Understanding Your FICO Score. Understanding FICO Scores

Understanding Your FICO Score. Understanding FICO Scores Understanding Your FICO Score Understanding FICO Scores 2013 Fair Isaac Corporation. All rights reserved. 1 August 2013 Table of Contents Introduction to Credit Scoring 1 What s in Your Credit Reports

More information

Credit Card Fraud Detection Using HMM and K-Means Clustering Algorithm

Credit Card Fraud Detection Using HMM and K-Means Clustering Algorithm 614 Credit Card Fraud Detection Using HMM and K-Means Clustering Algorithm Suman Kumari SSGI Bhilai Dept. of Computer Science and Engineering Raipur, Chhattisgarh, India sumankumari516@gmail.com Dr. Abha

More information

Keyword: Risk Prediction, Clustering, Redundancy, Data Mining, Feature Extraction

Keyword: Risk Prediction, Clustering, Redundancy, Data Mining, Feature Extraction Volume 6, Issue 2, February 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Clustering

More information

An Overview of Credit Report/Credit Score Models and a Proposal for Vietnam

An Overview of Credit Report/Credit Score Models and a Proposal for Vietnam VNU Journal of Science: Policy and Management Studies, Vol. 33, No. 2 (2017) 36-45 An Overview of Credit Report/Credit Score Models and a Proposal for Vietnam Le Duc Thinh * VNU International School, Building

More information

Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data

Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data Sitti Wetenriajeng Sidehabi Department of Electrical Engineering Politeknik ATI Makassar Makassar, Indonesia tenri616@gmail.com

More information

Credit and Credit Cards

Credit and Credit Cards Credit and Credit Cards What s Next Project Credit Cards They are all around you. Most people have at least one. Some have many. They are credit cards. A credit card allows you to pay for merchandise or

More information

What You Can Do to Improve Your Credit, Now

What You Can Do to Improve Your Credit, Now What You Can Do to Improve Your Credit, Now Provided compliments of: 1 What You Can Do to Improve Your Credit, Now Steps to Raise Your Score Now we re going to focus on certain steps that you can take,

More information

UNDERSTANDING YOUR CREDIT REPORT & YOUR CREDIT SCORE

UNDERSTANDING YOUR CREDIT REPORT & YOUR CREDIT SCORE UNDERSTANDING YOUR CREDIT REPORT & YOUR CREDIT SCORE Presented By: Tom Painter Chief Lending Officer WHAT IS A CREDIT SCORE? A credit score is a number that summarizes your credit risk, based on a snapshot

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL

More information

Modeling Private Firm Default: PFirm

Modeling Private Firm Default: PFirm Modeling Private Firm Default: PFirm Grigoris Karakoulas Business Analytic Solutions May 30 th, 2002 Outline Problem Statement Modelling Approaches Private Firm Data Mining Model Development Model Evaluation

More information

65 E. Wacker Place Suite 1405, Chicago, IL Ph: Fax: Credit 101

65 E. Wacker Place Suite 1405, Chicago, IL Ph: Fax: Credit 101 65 E. Wacker Place Suite 1405, Chicago, IL 60601 Ph: 888.895.5145 Fax: 888.895.5146 Credit 101 The subject of credit and what is included on a consumer s credit report can be a source of much debate, confusion

More information

An enhanced artificial neural network for stock price predications

An enhanced artificial neural network for stock price predications An enhanced artificial neural network for stock price predications Jiaxin MA Silin HUANG School of Engineering, The Hong Kong University of Science and Technology, Hong Kong SAR S. H. KWOK HKUST Business

More information

Credit Cards. Annual Percentage Rate - What you are paying each month -- unpaid balances calculated as a percentage.

Credit Cards. Annual Percentage Rate - What you are paying each month -- unpaid balances calculated as a percentage. Credit Cards Annual Fee - Amount you pay each year to have a credit card. Annual Percentage Rate - What you are paying each month -- unpaid balances calculated as a percentage. Balance - The total charges

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 2, Mar Apr 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 2, Mar Apr 2017 RESEARCH ARTICLE Stock Selection using Principal Component Analysis with Differential Evolution Dr. Balamurugan.A [1], Arul Selvi. S [2], Syedhussian.A [3], Nithin.A [4] [3] & [4] Professor [1], Assistant

More information

ISSN: (Online) Volume 4, Issue 2, February 2016 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 4, Issue 2, February 2016 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 4, Issue 2, February 2016 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Business Strategies in Credit Rating and the Control of Misclassification Costs in Neural Network Predictions

Business Strategies in Credit Rating and the Control of Misclassification Costs in Neural Network Predictions Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Business Strategies in Credit Rating and the Control

More information

HOW TO USE CREDIT. Latino Community Credit Union & the Latino Community Development Center.

HOW TO USE CREDIT. Latino Community Credit Union & the Latino Community Development Center. HOW TO USE CREDIT Latino Community Credit Union & the Latino Community Development Center www.latinoccu.org Copyright 2016 Latino Community Credit Union Made possible by a generous contribution from the

More information

Z-score Model on Financial Crisis Early-Warning of Listed Real Estate Companies in China: a Financial Engineering Perspective Wang Yi *

Z-score Model on Financial Crisis Early-Warning of Listed Real Estate Companies in China: a Financial Engineering Perspective Wang Yi * Available online at www.sciencedirect.com Systems Engineering Procedia 3 (2012) 153 157 Z-score Model on Financial Crisis Early-Warning of Listed Real Estate Companies in China: a Financial Engineering

More information

Research Article Design and Explanation of the Credit Ratings of Customers Model Using Neural Networks

Research Article Design and Explanation of the Credit Ratings of Customers Model Using Neural Networks Research Journal of Applied Sciences, Engineering and Technology 7(4): 5179-5183, 014 DOI:10.1906/rjaset.7.915 ISSN: 040-7459; e-issn: 040-7467 014 Maxwell Scientific Publication Corp. Submitted: February

More information

International Journal of Research in Engineering Technology - Volume 2 Issue 5, July - August 2017

International Journal of Research in Engineering Technology - Volume 2 Issue 5, July - August 2017 RESEARCH ARTICLE OPEN ACCESS The technical indicator Z-core as a forecasting input for neural networks in the Dutch stock market Gerardo Alfonso Department of automation and systems engineering, University

More information

Welcome. 1. Agenda. 2. Ground Rules. 3. Introductions. Charge It Right 2

Welcome. 1. Agenda. 2. Ground Rules. 3. Introductions. Charge It Right 2 Charge It Right Welcome 1. Agenda 2. Ground Rules 3. Introductions Charge It Right 2 Objectives Define credit Explain why credit is important Identify the factors creditors look for when making credit

More information

A DECISION SUPPORT SYSTEM FOR HANDLING RISK MANAGEMENT IN CUSTOMER TRANSACTION

A DECISION SUPPORT SYSTEM FOR HANDLING RISK MANAGEMENT IN CUSTOMER TRANSACTION A DECISION SUPPORT SYSTEM FOR HANDLING RISK MANAGEMENT IN CUSTOMER TRANSACTION K. Valarmathi Software Engineering, SonaCollege of Technology, Salem, Tamil Nadu valarangel@gmail.com ABSTRACT A decision

More information

Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization

Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization 2017 International Conference on Materials, Energy, Civil Engineering and Computer (MATECC 2017) Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization Huang Haiqing1,a,

More information

ScienceDirect. Detecting the abnormal lenders from P2P lending data

ScienceDirect. Detecting the abnormal lenders from P2P lending data Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 91 (2016 ) 357 361 Information Technology and Quantitative Management (ITQM 2016) Detecting the abnormal lenders from P2P

More information

Introduction. In short- credit is an essential part of our personal and national economic stability.

Introduction. In short- credit is an essential part of our personal and national economic stability. Table of Contents 2 Introduction 3 The Wait Is Over!. 4 The Five Factors that Determine your FICO Score Are: 5 What is Seasoned Trade Lines?... 7 How Do I Raise My FICO Score with Seasoned Trade Lines.

More information

Understanding Credit. What it is, why it s important, and how you can maintain it. Brought to you by Sallie Mae and FICO

Understanding Credit. What it is, why it s important, and how you can maintain it. Brought to you by Sallie Mae and FICO Understanding Credit What it is, why it s important, and how you can maintain it Brought to you by Sallie Mae and FICO Introduction A student loan may be your first major credit experience. This is a good

More information

Introduction. Purpose. Student Introductions. Objectives (Continued) Objectives

Introduction. Purpose. Student Introductions. Objectives (Continued) Objectives Introduction Instructor and student introductions. Module overview. 1 2 Your name. Student Introductions Your expectations, questions and concerns about credit cards. Purpose will teach you about credit

More information

FICO Scores Decoded Discover How to Easily and Quickly Obtain Excellent FICO Credit Scores Regardless of Your Personal Credit Quality Now

FICO Scores Decoded Discover How to Easily and Quickly Obtain Excellent FICO Credit Scores Regardless of Your Personal Credit Quality Now Discover How to Easily and Quickly Obtain Excellent FICO Credit Scores Regardless of Your Personal Credit Quality Now Discover How to Easily and Quickly Obtain Excellent FICO Credit Scores Regardless of

More information

Mining Investment Venture Rules from Insurance Data Based on Decision Tree

Mining Investment Venture Rules from Insurance Data Based on Decision Tree Mining Investment Venture Rules from Insurance Data Based on Decision Tree Jinlan Tian, Suqin Zhang, Lin Zhu, and Ben Li Department of Computer Science and Technology Tsinghua University., Beijing, 100084,

More information

A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks

A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks Hyun Joon Shin and Jaepil Ryu Dept. of Management Eng. Sangmyung University {hjshin, jpru}@smu.ac.kr Abstract In order

More information

Understanding Credit

Understanding Credit Understanding Credit LAURA STEINBECK DIRECTOR OF BUSINESS DEVELOPMENT, SALLIE MAE 2018 MASFAP CONFERENCE Agenda 2 Credit Management Protect Yourself Understanding Credit Reports Summary: Financial Health

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

Stock Market Predictor and Analyser using Sentimental Analysis and Machine Learning Algorithms

Stock Market Predictor and Analyser using Sentimental Analysis and Machine Learning Algorithms Volume 119 No. 12 2018, 15395-15405 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Stock Market Predictor and Analyser using Sentimental Analysis and Machine Learning Algorithms 1

More information

ABSTRACT. KEYWORDS: Credit Risk, Bad Debts, Credit Rating, Credit Indices, Logistic Regression INTRODUCTION AHMAD NAGHILOO 1 & MORADI FEREIDOUN 2

ABSTRACT. KEYWORDS: Credit Risk, Bad Debts, Credit Rating, Credit Indices, Logistic Regression INTRODUCTION AHMAD NAGHILOO 1 & MORADI FEREIDOUN 2 BEST: Journal of Management, Information Technology and Engineering (BEST: JMITE) Vol., Issue, Jun 05, 59-66 BEST Journals THE RELATIONSHIP BETWEEN CREDIT RISK AND BAD DEBTS THROUGH OPTIMUM CREDIT RISK

More information

ROLE OF INFORMATION SYSTEMS ON COSTUMER VALIDATION OF ANSAR BANK CLIENTS IN WESTERN AZERBAIJAN PROVINCE

ROLE OF INFORMATION SYSTEMS ON COSTUMER VALIDATION OF ANSAR BANK CLIENTS IN WESTERN AZERBAIJAN PROVINCE ROLE OF INFORMATION SYSTEMS ON COSTUMER VALIDATION OF ANSAR BANK CLIENTS IN WESTERN AZERBAIJAN PROVINCE Lotf-Allah Zadeh S. and * Lotfi A. Department of Public Administration, Mahabad Branch, Islamic Azad

More information

Credit Reports 101. Bill Bufkins, November 3, 2011

Credit Reports 101. Bill Bufkins, November 3, 2011 Credit Reports 101 Bill Bufkins, November 3, 2011 What is a credit report? A credit report is a record of your past borrowing and repayment activity. The information in your credit report helps determine

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

Credit Repair Company

Credit Repair Company 6 Business Credit Secrets Every Credit Repair Company Should Know 6 Business Credit Secrets Every Credit Repair Company Should Know About Business Credit is credit that is obtained in a Business Name.

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

SAS Data Mining & Neural Network as powerful and efficient tools for customer oriented pricing and target marketing in deregulated insurance markets

SAS Data Mining & Neural Network as powerful and efficient tools for customer oriented pricing and target marketing in deregulated insurance markets SAS Data Mining & Neural Network as powerful and efficient tools for customer oriented pricing and target marketing in deregulated insurance markets Stefan Lecher, Actuary Personal Lines, Zurich Switzerland

More information

Understanding. What you need to know about the most widely used credit scores

Understanding. What you need to know about the most widely used credit scores Understanding What you need to know about the most widely used credit scores 300 850 The score lenders use. FICO Scores are the most widely used credit scores according to a recent CEB TowerGroup analyst

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

13.1. Reading a Credit Report EXERCISE. THEME 4 Lesson 13: Applying for Credit NAME: CLASS PERIOD:

13.1. Reading a Credit Report EXERCISE. THEME 4 Lesson 13: Applying for Credit NAME: CLASS PERIOD: 13.1 NAME: CLASS PERIOD: Reading a Credit Report Your ability to qualify for a loan depends on a credit report. A credit report is a record of an individual s personal credit history. It is probably a

More information

Your Credit. Objectives. An Introduction to Personal Credit. By the end of this presentation you will have a understanding of: 1/19/2016.

Your Credit. Objectives. An Introduction to Personal Credit. By the end of this presentation you will have a understanding of: 1/19/2016. Your Credit An Introduction to Personal Credit Objectives By the end of this presentation you will have a understanding of: Credit Score Where can I find it? What is it? How do I get it? Advantages of

More information

An introduction to Machine learning methods and forecasting of time series in financial markets

An introduction to Machine learning methods and forecasting of time series in financial markets An introduction to Machine learning methods and forecasting of time series in financial markets Mark Wong markwong@kth.se December 10, 2016 Abstract The goal of this paper is to give the reader an introduction

More information

Fuzzy Rule based Expert System for Evaluating Defaulter Risk in Banking Sector

Fuzzy Rule based Expert System for Evaluating Defaulter Risk in Banking Sector Indian Journal of Science and Technology, Vol 9(28), DOI: 10.17485/ijst/2016/v9i28/98395, July 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Fuzzy Rule based Expert System for Evaluating Defaulter

More information

AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE. By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai

AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE. By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE

More information

Machine Learning in Risk Forecasting and its Application in Low Volatility Strategies

Machine Learning in Risk Forecasting and its Application in Low Volatility Strategies NEW THINKING Machine Learning in Risk Forecasting and its Application in Strategies By Yuriy Bodjov Artificial intelligence and machine learning are two terms that have gained increased popularity within

More information

Chapter 11. Evaluating Consumer Loans

Chapter 11. Evaluating Consumer Loans Chapter 11 Evaluating Consumer Loans Recent trends in consumer lending Credit scoring more lenders use statistical models to predict which individuals are good and bad credit risks. Rapid consolidation

More information

Beyond the Classroom. Blaise P. Johnson Gate City Bank

Beyond the Classroom. Blaise P. Johnson Gate City Bank Beyond the Classroom Blaise P. Johnson Gate City Bank 1 Topics To Be Discussed 1. Credit Reports & Credit Scores 2. Repayment/Consolidation of Student Loans 3. Obtaining A Personal or Home Loan 4. Open

More information

LEND ACADEMY INVESTMENTS

LEND ACADEMY INVESTMENTS LEND ACADEMY INVESTMENTS Real returns by investing in real people Copyright 2014 Lend Academy. We provide easy access to the peer-to-peer marketplace Copyright 2014 Lend Academy. 2 Together, we replace

More information

Predicting Online Peer-to-Peer(P2P) Lending Default using Data Mining Techniques

Predicting Online Peer-to-Peer(P2P) Lending Default using Data Mining Techniques Predicting Online Peer-to-Peer(P2P) Lending Default using Data Mining Techniques Jae Kwon Bae, Dept. of Management Information Systems, Keimyung University, Republic of Korea. E-mail: jkbae99@kmu.ac.kr

More information

Office of Student Financial Management

Office of Student Financial Management September 2015 Office of Student Financial Management Kasia Palm: Director of Student Financial Management What is Credit? - The ability to obtain goods/services before payment based on the trust that

More information

STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION

STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION Alexey Zorin Technical University of Riga Decision Support Systems Group 1 Kalkyu Street, Riga LV-1658, phone: 371-7089530, LATVIA E-mail: alex@rulv

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

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index Soleh Ardiansyah 1, Mazlina Abdul Majid 2, JasniMohamad Zain 2 Faculty of Computer System and Software

More information

Forecasting stock market prices

Forecasting stock market prices ICT Innovations 2010 Web Proceedings ISSN 1857-7288 107 Forecasting stock market prices Miroslav Janeski, Slobodan Kalajdziski Faculty of Electrical Engineering and Information Technologies, Skopje, Macedonia

More information

GREENPATH FINANCIAL WELLNESS SERIES

GREENPATH FINANCIAL WELLNESS SERIES GREENPATH FINANCIAL WELLNESS SERIES UNDERSTANDING YOUR CREDIT REPORT & SCORE Empowering people to lead financially healthy lives. TABLE OF CONTENTS Understanding credit reports...2 What s in a credit

More information

A Guide to Your Credit Report

A Guide to Your Credit Report Sample for demonstration purposes only. All data is fictitious. A Guide to Your Credit Report John Sample January 20, 2018 Please Note: This packet is provided as is and is meant to give insights into

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

CONSUMER CREDIT OBJECTIVES. Section 4.1: INTRODUCTION TO

CONSUMER CREDIT OBJECTIVES. Section 4.1: INTRODUCTION TO Chapter4 CONSUMER CREDIT 4.1: 4.2: Loans 4.3: Loan Calculations and Regression 4.4: Credit Cards 4.5: Credit Card Statement 4.6: Average Daily Balance Section 4.1: INTRODUCTION TO CONSUMER CREDIT OBJECTIVES

More information

Executing Effective Validations

Executing Effective Validations Executing Effective Validations By Sarah Davies Senior Vice President, Analytics, Research and Product Management, VantageScore Solutions, LLC Oneof the key components to successfully utilizing risk management

More information

Understanding Credit. Lisa Mitchell, Sallie Mae April 6, Champions of Financial Aid ILASFAA Conference

Understanding Credit. Lisa Mitchell, Sallie Mae April 6, Champions of Financial Aid ILASFAA Conference Understanding Credit Lisa Mitchell, Sallie Mae April 6, 2017 Credit Management Agenda Understanding Your Credit Report Summary: Financial Health Tips Credit Management Credit Basics Credit health plays

More information

Chapter 26 11/9/2017 1

Chapter 26 11/9/2017 1 Chapter 26 11/9/2017 1 Average college students has 3 credit cards Also between $1500 & $2000 in debt Things to know if you re getting a credit card Who accepts it? What amount can you charge to meet your

More information

Adeptness Comparison between Instance Based and K Star Classifiers for Credit Risk Scrutiny

Adeptness Comparison between Instance Based and K Star Classifiers for Credit Risk Scrutiny Adeptness Comparison between Instance Based and K Star Classifiers for Credit Risk Scrutiny C. Lakshmi Devasena 1 Department of Operations and IT, IBS, Hyderabad, IFHE University, Hyderabad, Tamilnadu,

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

Natural Customer Ranking of Banks in Terms of Credit Risk by Using Data Mining A Case Study: Branches of Mellat Bank of Iran

Natural Customer Ranking of Banks in Terms of Credit Risk by Using Data Mining A Case Study: Branches of Mellat Bank of Iran Jurnal UMP Social Sciences and Technology Management Vol. 3, Issue. 2,2015 Natural Customer Ranking of Banks in Terms of Credit Risk by Using Data Mining A Case Study: Branches of Mellat Bank of Iran Somayyeh

More information

2015, IJARCSSE All Rights Reserved Page 66

2015, IJARCSSE All Rights Reserved Page 66 Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Financial Forecasting

More information

Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques

Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques 6.1 Introduction Trading in stock market is one of the most popular channels of financial investments.

More information

UNDERSTANDING CREDIT. WASFAA Conference Seattle, WA Speakers: Thalassa Naylor, Sallie Mae Anthony Lombardi, Sallie Mae Date: April 10, 2017

UNDERSTANDING CREDIT. WASFAA Conference Seattle, WA Speakers: Thalassa Naylor, Sallie Mae Anthony Lombardi, Sallie Mae Date: April 10, 2017 UNDERSTANDING CREDIT WASFAA Conference Seattle, WA Speakers: Thalassa Naylor, Sallie Mae Anthony Lombardi, Sallie Mae Date: April 10, 2017 Agenda 2 Credit Management Protect Yourself Understanding Your

More information

Stock Prediction Using Twitter Sentiment Analysis

Stock Prediction Using Twitter Sentiment Analysis Problem Statement Stock Prediction Using Twitter Sentiment Analysis Stock exchange is a subject that is highly affected by economic, social, and political factors. There are several factors e.g. external

More information

Credit and Debt.notebook August 28, 2014

Credit and Debt.notebook August 28, 2014 Credit and Debt What does it mean to have credit? Credit means someone is willing to loan you money in exchange for your promise to repay it, usually with interest. Interest the amount of money you pay

More information

Role of soft computing techniques in predicting stock market direction

Role of soft computing techniques in predicting stock market direction REVIEWS Role of soft computing techniques in predicting stock market direction Panchal Amitkumar Mansukhbhai 1, Dr. Jayeshkumar Madhubhai Patel 2 1. Ph.D Research Scholar, Gujarat Technological University,

More information

A New Method Based on Clustering and Feature Selection for Credit Scoring of Banking Customers Seyedeh Maryam Anaei 1 and Mohsen Moradi 2

A New Method Based on Clustering and Feature Selection for Credit Scoring of Banking Customers Seyedeh Maryam Anaei 1 and Mohsen Moradi 2 A New Method Based on Clustering and Feature Selection for Credit Scoring of Banking Customers Seyedeh Maryam Anaei 1 and Mohsen Moradi 2 1 Department of Computer engineering,islamic Azad University Boushehr

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

Loan Approval and Quality Prediction in the Lending Club Marketplace

Loan Approval and Quality Prediction in the Lending Club Marketplace Loan Approval and Quality Prediction in the Lending Club Marketplace Final Write-up Yondon Fu, Matt Marcus and Shuo Zheng Introduction Lending Club is a peer-to-peer lending marketplace where individual

More information

TRANSUNION ADFUEL Audience Buying Guide

TRANSUNION ADFUEL Audience Buying Guide TRANSUNION ADFUEL Audience Buying Guide TU AdfuelSM Make the Right Impressionsm The Financial Services and Insurance Industries trusted source for consumer finance and small business audiences Q2, 2016

More information

American Reporting Company. American Reporting Company

American Reporting Company. American Reporting Company 1 Becoming the Credit Concierge For your first-time homebuyers and members. Crystal Rustad 2 AGENDA Overcoming Member Confusion Preparing FTHB (Working With Millennials) Becoming the Credit Concierge 3

More information

A micro-analysis-system of a commercial bank based on a value chain

A micro-analysis-system of a commercial bank based on a value chain A micro-analysis-system of a commercial bank based on a value chain H. Chi, L. Ji & J. Chen Institute of Policy and Management, Chinese Academy of Sciences, P. R. China Abstract A main issue often faced

More information

Improving Your Credit Score

Improving Your Credit Score Improving Your Credit Score From my experience working with many potential home buyers looking to improve their credit, they are frustrated! They are frustrated because they receive conflicting information

More information

Credit Decisioning Engines in the Cloud

Credit Decisioning Engines in the Cloud 06.15 White Paper Credit Decisioning Engines in the Cloud Accelerating Lending and Reducing Risks Traditional Credit Score Online Data Profiling Heuristic- Based Scoring Non-Traditional Credit Bureaus

More information

Application of Decision Trees for Portfolio Diversification in Indian Share Market

Application of Decision Trees for Portfolio Diversification in Indian Share Market Application of Decision Trees for Portfolio Diversification in Indian Share Market Shehroz S Khan Department of Information Technology, National University of Ireland Galway, Galway, Republic of Ireland

More information

Decision model, sentiment analysis, classification. DECISION SCIENCES INSTITUTE A Hybird Model for Stock Prediction

Decision model, sentiment analysis, classification. DECISION SCIENCES INSTITUTE A Hybird Model for Stock Prediction DECISION SCIENCES INSTITUTE A Hybird Model for Stock Prediction Si Yan Illinois Institute of Technology syan3@iit.edu Yanliang Qi New Jersey Institute of Technology yq9@njit.edu ABSTRACT In this paper,

More information

A Combined Mining Approach and Application in Tax Administration.

A Combined Mining Approach and Application in Tax Administration. A Combined Mining Approach and Application in Tax Administration. Dr. Ela Kumar, Arun Solanki School of Information and Communication Technology Gautam Buddha University, Greater Noida Abstract- This paper

More information

SELECTION BIAS REDUCTION IN CREDIT SCORING MODELS

SELECTION BIAS REDUCTION IN CREDIT SCORING MODELS SELECTION BIAS REDUCTION IN CREDIT SCORING MODELS Josef Ditrich Abstract Credit risk refers to the potential of the borrower to not be able to pay back to investors the amount of money that was loaned.

More information

Enforcing monotonicity of decision models: algorithm and performance

Enforcing monotonicity of decision models: algorithm and performance Enforcing monotonicity of decision models: algorithm and performance Marina Velikova 1 and Hennie Daniels 1,2 A case study of hedonic price model 1 Tilburg University, CentER for Economic Research,Tilburg,

More information

Predicting the stock price companies using artificial neural networks (ANN) method (Case Study: National Iranian Copper Industries Company)

Predicting the stock price companies using artificial neural networks (ANN) method (Case Study: National Iranian Copper Industries Company) ORIGINAL ARTICLE Received 2 February. 2016 Accepted 6 March. 2016 Vol. 5, Issue 2, 55-61, 2016 Academic Journal of Accounting and Economic Researches ISSN: 2333-0783 (Online) ISSN: 2375-7493 (Print) ajaer.worldofresearches.com

More information

Could Decision Trees Improve the Classification Accuracy and Interpretability of Loan Granting Decisions?

Could Decision Trees Improve the Classification Accuracy and Interpretability of Loan Granting Decisions? Could Decision Trees Improve the Classification Accuracy and Interpretability of Loan Granting Decisions? Jozef Zurada Department of Computer Information Systems College of Business University of Louisville

More information

Developing a Risk Group Predictive Model for Korean Students Falling into Bad Debt*

Developing a Risk Group Predictive Model for Korean Students Falling into Bad Debt* Asian Economic Journal 2018, Vol. 32 No. 1, 3 14 3 Developing a Risk Group Predictive Model for Korean Students Falling into Bad Debt* Jun-Tae Han, Jae-Seok Choi, Myeon-Jung Kim and Jina Jeong Received

More information

Rental Exchange Frequently Asked Questions

Rental Exchange Frequently Asked Questions Rental Exchange Frequently Asked Questions We have prepared this document which we hope will answer any questions you may have about the Rental Exchange. However, if you have a question that has not been

More information

Smart Credit Strategies for Small Business Owners

Smart Credit Strategies for Small Business Owners Smart Credit Strategies for Small Business Owners Why Credit Matters When it comes to growing your business, strong credit scores can give you a significant advantage. Access to credit at good terms when

More information

MODULE 4 // HOW CREDITWORTHY ARE YOU? HALL OF FAME: AGES 18+

MODULE 4 // HOW CREDITWORTHY ARE YOU? HALL OF FAME: AGES 18+ MODULE 4 // HOW CREDITWORTHY ARE YOU? HALL OF FAME: AGES 18+ MODULE 4 // FINANCIAL FOOTBALL PROGRAM Financial Football is an interactive game designed to acquaint students with the personal financial management

More information