Loan ChargeOff Prediction

CSV File Description


There are three input files used in this solution. They are:

See each section below for a description of the data fields for each file.

loan_info.csv

This file contains data about each loan that occurred in the past three years

IndexData FieldDescription
1 loanIdUnique Id of the loan
2 loan_open_dateDate when the loan is opened
3 memberIdUnique Id of member of the banking institution
4 loanAmountAmount of loan
5 interestRateInterest rate that applies to the loan
6 gradeQuality of the asset associated in the loan e.g. 1,2,3. The higher the number, the higher quality of the asset
7 termTime period of the loan
8 installmentInstallment amount for the loan
9 isJointApplicationIs this a jointed loan application. 0 is No, 1 is Yes
10 purposeLoan type or loan purpose e.g. auto, debt consolidation, business etc

member_info.csv

This file contains demographics and financial data about each customer.

IndexData FieldDescription
1 memberIdUnique Id of the member of the lending institution
2 residentialStateState of the member where he/she resides in
3 BranchLending institution branch
4 annualIncomeAverage annual income of the member
5 yearsEmploymentNumber of years the member is employed
6 homeOwnershipType of home ownership e.g. own, mortgage, rent
7 incomeVerifiedHas the debt holder income been verified by the lending institution e.g. 0 is No, 1 is Yes
8 creditScoreAverage credit score of the debt holder
9 dtiRatioDebt to income ratio
10 revolvingBalancePortion of the debt that is unpaid
11 revolvingUtilizationRateMeasures the amount of revolving credit limits that debt holder is using
12 numDelinquency2YearsNumber of times that loan payment is late in the last 2 years
13 numDerogatoryRecPublic records that are often result from an unpaid bill or financial obligation
14 numInquiries6MonNumber of loan history inquiries in the last 6 months
15 lengthCreditHistoryNumber of months with the current credit score
16 numOpenCreditLinesNumber of line of credits that the debt holder has
17 numChargeoff1yearNumber of chargeoff by bank on the loan owned by this member

payment_info.csv

This file contains data about payment and payment history of a loan

IndexData FieldDescription
1loanIdUnique Id of the loan
2dateDate when the payment is made
3PaymentPayment amount
4Past_dueIf the payment is past due e.g. 0 is No, 1 is Yes
5Remain_balanceRemaining of the loan balance
6ClosedIf the loan is closed (paid off) e.g. 0 is No, 1 is Yes
7Charged_offIf the loan is chargeoff e.g. 0 is No, 1 is Yes