Literature DB >> 34972129

Evaluating borrowers' default risk with a spatial probit model reflecting the distance in their relational network.

Jong Wook Lee1, So Young Sohn1.   

Abstract

Potential relationship among loan applicants can provide valuable information for evaluating default risk. However, most of the existing credit scoring models either ignore this relationship or consider a simple connection information. This study assesses the applicants' relation in terms of their distance estimated based on their characteristics. This information is then utilized in a proposed spatial probit model to reflect the different degree of borrowers' relation on the default prediction of loan applicant. We apply this method to peer-to-peer Lending Club Loan data. Empirical results show that the consideration of information on the spatial autocorrelation among loan applicants can provide high predictive power for defaults.

Entities:  

Mesh:

Year:  2021        PMID: 34972129      PMCID: PMC8719753          DOI: 10.1371/journal.pone.0261737

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.240


1. Introduction

Credit risk management is very important for service firms in the lending business. To predict the probability of default of loan applicant that is essential for credit risk management, machine learning models use two types of borrower information: standard “hard” information and nonstandard “soft” information [1]. The former directly reflects the loan applicants’ financial status or creditworthiness, while the latter includes those that do not have a direct relationship to the credit applicant’s financial status or creditworthiness such as age or residence. Existing studies have shown that not only hard information but also soft information, which is less relevant to their financial condition, is helpful in predicting default risk [1-5]. While both hard and soft information has been used in most credit scoring models, what is missing is the potential relation among loan applicants. Relationship among loan applicants that are at high risk of default can also provide valuable information for evaluating default risk [6-8]. In this study, we use a borrower relationship network based on the borrowers’ information provided for loan applications. This network is utilized as a spatial weight matrix for a spatial probit model that reflects different degrees of borrowers’ relation for the prediction of a loan default. Our proposed approach is applied to peer-to-peer (P2P) lending. Online P2P lending allows individuals to lend money to other individuals through online platforms without the intervention of a financial institution. These online P2P lending platforms are gaining popularity due to their low operating costs compared with traditional lending programs [9]. However, online P2P lending faces a significant problem, such as information asymmetry between borrowers and lenders, that is, the reliability of a borrower’s credit is unknown to the lender [10]. Therefore, the use of relationship information among borrowers beyond those provided on the P2P platform is necessary. As it is difficult to discover realistic relationship information between borrowers in a P2P landing platform, this study defines the data-driven latent relationships between borrowers in terms of the similarity of their hard and soft information. We expect that the data-driven latent relationships information between borrowers can improve default risk prediction. This paper is organized as follows. Section 2 reviews prior studies on default prediction in online P2P lending. Section 3 explains the methodologies employed, and Section 4 explores the Lending Club Loan (LCL) dataset used for this study. Finally, Section 5 presents the results, and Section 6 discusses the results, limitations, and suggestions for improvement.

2. Literature review

Models for default risk prediction in P2P lending services are divided into three categories: the probability of default (PD), exposure at default (EAD), and loss given default (LGD). Among them, PD models have been explored steadily [11]. The PD model predicts borrower’s default using classification models based on the statistical or machine learning approaches. Statistical methods have the advantage of being able to quantitatively show the effect of each factor on the borrowers’ default [12]. Emekter et al. [13] used a logistic regression model to predict the default probability of borrowers and found that Fair, Isaac and Company scores are a very important factor. However, statistical methods have the disadvantage of requiring strong assumptions in the observed data [14]. Meanwhile, machine learning methods have strong default prediction performance without requiring any statistical assumptions. These models include neural network [15], support vector machine [16, 17], and random forest [18]. However, these models have a fatal drawback, that is, individual factors do not directly show the effect on borrowers’ default. It is also important to choose the optimal features used to predict default risk. Generally, hard information can reflect borrowers’ repayment ability [19], while soft information can reflect borrowers’ repayment willingness [20]. Hard information plays an important role in explaining default risk because it directly represents the borrowers’ financial status. However, online P2P lending platforms have difficulty collecting sufficient hard information. To overcome these limitations, the importance of soft information that is not related to the borrowers’ financial status is increasingly emphasized. Lin et al. [21] discovered that information on gender, age, educational level, and marital status play a significant role in predicting default. Recently, unstructured data, such as text and image information, as well as structured data, have been used as soft information. Dorfleitner et al. [22] used textual soft information containing a description of the loan purpose such as text length, spelling errors, and the presence of positive emotion-evoking keywords. Jiang et al. [23] used a topic model to extract representative features from descriptive text concerning loans. However, few studies have used information on the relationship among individual borrowers in online P2P lending services. Calabrese et al. [24] defined bank networks by estimating interbank relationships as aggregate claims to predict bank contagion. Agosto et al. [6] defined business networks by estimating inter-company relationships as aggregate trade volumes to predict business default from P2P platforms that specialize in business lending. Unlike for banks and companies, obtaining quantitative indicators of relationships among individuals is difficult. In this study, we propose a network definition among individual borrowers and use this relationship information as independent information.

3. Methodology

3.1 Spatial probit model

Generally, the latent response model is the method used to fit the binary response variable Y as a regression model [25]. The model used in this study is a spatial probit model, which has a spatial autoregressive structure and can be used with a binary response variable. Taking the latent underlying quantity as being represented by a continuous variable , we consider the observation mechanism as with i = 1, 2, ⋯, n where n is the number of observations. We implement the spatial structure with an autoregressive model specification, such that where Y* is a continuous latent vector; X represents an n × k matrix of explanatory variables with related coefficient vector β; W is a spatial lag weights matrix with ρ as the associated coefficient; and ε is the error term. This spatial probit model implies heteroskedastic errors e as follows: where e = (I − ρW)−1ε with variation: . Calabrese and Elkink [26] reviewed various methods for estimating parameters ρ and β in Eq (3). Among them we performed parameter estimation using the generalized method of moments (GMM) proposed by Pinkse and Slade [27], which derive the GMM equations from the likelihood function. This method is extended by Klier and McMillen [28] to the logit model. It is more robust than the maximum likelihood estimation because it does not depend on the assumption that the error term follows a normal distribution [27]. A GMM estimator is defined as follows: where θ = [ρ, β], u = y − p, ; σ is a diagonal element of covariance matrix [(I − ρW)′(I − ρW)]−1; Z is a matrix of instruments; and M is a positive definite matrix that is generally initialized to an identity matrix. We define the instrument matrix Z = {X, WX, WX, WX}, as proposed by Kelijian and Prucha [29]. To estimate the parameter, θ, we use a two-step estimation procedure: First, fix ρ = ρ, then estimate the β with GMM and Find the optimal value of through GMM as the initial value of θ = [ρ, β] found in (1). The estimated spatial lag is used to test the statistical significance of ρ by the Lagrange Multiplier (LM) test proposed by Anselin [30]. The LM statistic for spatial lag is defined as: where with , e = y − X(X′X)X′y, and e = y − X(X′X)X′Wy. The spatial lag weights matrix between borrowers on the P2P platform, W, is defined in Section 3.2.

3.2 Borrowers`relation network

In this study, we construct a network with each borrower as a node and the distance between them as an edge to represent the relationship between the borrowers. The distance between them is defined as the degree of similarity in terms of their hard and soft information. Similarity between numeric information is easily defined by Euclidean distance, but defining similarity between categorical information is a challenge. We use a method proposed by Ahmad and Dey [31] to calculate the distance between borrowers with mixed numeric and categorical information. Let us assume B and B are two borrowers with m hard and soft information attributes: X, …, X. The two borrowers may be represented as B = {X, X, …, X} and B = {X, X, …, X} where the first m attributes are numeric, the next m attributes are categorical, and m + m = m. The distance between B and B, denoted by Dist(B, B) is computed as follows: where s is the significance of the t-th numeric attribute, and δ(X, X) is a distance function between the t-th categorical attributes in B and B. The distance between two distinct values, c and c, of any categorical attribute X is given by: where δ (c, c) = P(c` |c) + P(~c` |c) − 1, c` denotes a subset C of values of X that maximizes the quantity P(c` |c) + P(~c` |c); ~c` denotes the complementary set of values occurring for attribute X; and P(c` |c) denotes the conditional probability that an element having value c for X has a value belonging to c` for X. To compute the significance of normalized numeric attributes, we discretize them to have L equal intervals: u[1], u[2], ⋯, u[]. The significance of the t-th numeric attribute, s, is computed as: The relationship between two borrowers (B and B) is mapped so that the closer the distance is, the stronger the relationship. We use double-power distance weights, and the degree of relationship between B and B is evaluated as follows: where d donates the maximum radius of influence (bandwidth). To use W as a spatial weight matrix, row normalization is performed.

3.3 Evaluation metric

To measure the performance of the proposed spatial probit model, we used the following evaluation metrics: accuracy, precision, recall, F1 score, and area under the receiver operator characteristic (ROC) curve. These 4 indicators are the most used indicators for performance evaluation of binary classification tasks such as default prediction. The accuracy is the most intuitive performance indicator of a classification model and is defined as the ratio of correct to total predictions. The precision is the percentage of borrowers that actually defaulted out of those who were predicted to default. The recall is the percentage of borrowers predicted to default out of those actually defaulted. The F1 score is the harmonic mean of the precision and recall. Precision, recall, and f1 score are used as important indicators in a credit scoring task where borrowers with default is much less than borrowers with fully paid [32]. The ROC curve for a binary classification problem represents the true positive proportion as a function of the false positive proportion.

4. Data

We used LCL data from Lending Club, the largest online credit marketplace offering P2P lending worldwide. This data is open to public and provides 2.26 million loan records from June 2007 to December 2018. There are 36-month and 60-month long loans provided by LCL data. Therefore, there exist quite a few borrowers who belong to the “Current” category out of those who received the loan after 2013. Their default record is unknown. Because of these data problems, we only used loans issued in 2012. In the 2012 loan record, Fully Paid, Default, and Charged Off status existed, and in this study, Fully Paid was defined as a good result and the other two were defined as bad results. In sum, our dataset consists of 51,314 issued loans, including 8,241 defaults. The LCL dataset describes 145 attributes of borrowers but like previous studies, selected only the important attributes with several references [18, 33, 34]. Brief descriptions of the seven numeric and five categorical attributes used in this study are presented in Table 1. Employment length and home ownership are soft information not directly representing borrowers’ financial status. We removed the missing values for the 12 variables and obtained 37,012 borrowers with fully paid loans and 7,080 borrowers with defaulted loans.
Table 1

Description of attributes used in this study.

TypeVariableDefinition
NumericAnnual incomeThe annual income provided by the borrower during registration
Debt to incomeThe borrower’s debt-to-income ratio: monthly payments on the total debt obligations, excluding mortgage, divided by self-reported monthly income
Inquiries in the last six monthsThe number of inquiries by creditors during the past 6 months
Loan amountThe listed amount of the loan applied for by the borrower
Open accountsThe number of open credit lines in the borrower’s credit file
Revolving balanceThe total credit revolving balance
Revolving utilization rateThe amount of credit the borrower is using relative to all available revolving credit
CategoricalEmployment lengthEmployment length in years: integers between 0 and 10, with 0 meaning less than one year and 10 meaning ten or more years
GradeLending Club categorizes borrowers into seven different loan grades from A down to G, A-grade being the safest.
Home ownershipThe home ownership status information provided by the borrower during registration: rent, own, and mortgage
Loan lengthThe length of time (years) that workers have been with their current employer: 36 months, 60 months
Loan purposeIncludes 14 loan purposes: wedding, credit card, car loan, major purchase, home improvement, debt consolidation, house, vacation, medical, moving, renewable energy, educational, small business, and other
We performed preprocessing, taking into account the dispersion of each attribute. “Annual income,” “Loan amount,” and “Revolving balance” are log-transformed to reduce variance. Since 77% of all borrowers are classified as A, B, or C in the "Grade" attribute, classifications D to G are combined together as D or less. Since 78% of all borrowers are also concentrated under the categories debt consolidation and credit card in the "Loan purpose" attribute, we combined the remaining categories into the category other. The "Employment length" attribute is newly categorized as short, representing less than five years; middle, five to nine years; and long, 10 years or more. Thus, the categorical variables increased to nine, and their distribution is shown in Fig 1.
Fig 1

The distribution of categories for each categorical attribute.

We performed the Welch`s T test on the difference between borrowers with fully paid loans and borrowers with defaulted loans for numeric attributes, as shown in Table 2. There were no statistically significant differences in the "Revolving balance" attribute under the significance level of 0.05. However, for attributes related to income, borrowers with fully paid loans are observed to be more stable than borrowers with defaulted loans.
Table 2

Result of the Welch`s T test for numeric attributes.

AttributesFully paid loansDefaulted loansP-value
Annual income (log)11.039710.9587<0.0001
Debt to income16.723518.2408<0.0001
Inquiries in the last six months0.79080.9697<0.0001
Loan amount (log)9.29389.4174<0.0001
Open accounts11.102110.757<0.0001
Revolving balance (log)9.24209.25680.29
Revolving utilization rate57.409062.2409<0.0001
We performed a chi-square test to check if being in default in a categorical attribute is independent of its categories. Table 3 shows for each category the number of borrowers with fully paid loans and those with defaulted loans, the ratio of borrowers with defaulted loans to borrowers with fully paid loans, and the chi-square statistic with the corresponding p-value. Depending on the “Grade” and the “Loan length,” the default-to-fully-paid ratio was quite different. The “Employment length” did not show a statistically significant difference under the p-value of 0.05.
Table 3

Result of the chi-squared test for categorical attributes.

AttributeCategoryFully Paid LoansDefaulted LoansDefaulted / Fully Paid LoansChi-squared test
Employment lengthShort14,5922,7130.194.5902 (0.1)
Middle11,1482,2160.2
Long11,2722,1510.19
GradeA7,7575610.071589.9 (<0.0001)
B13,4931,9180.14
C8,2511,8630.23
D or less7,5112,7380.36
Home ownershipMortgage17,9353,1530.1837.839 (<0.0001)
Own2,7625430.2
Rent16,3153,3840.21
Loan length36 months31,0304,8150.16978.29 (<0.0001)
60 months5,9822,2650.38
Loan purposeCredit card7,3651,0740.1599.942 (<0.0001)
Debt consolidation21,4324,4810.21
Other8,2151,5250.19

5. Experiment

In our dataset, borrowers with defaulted loans account for 16% of the total; thus, there is a class imbalance problem. This leads to a problem whereby the classification model is trained to be biased to predict a major class, and significantly reduces the performance of the prediction of a minor class [35]. To alleviate this problem, we utilized the under-sampling method [36]. We sampled 5,000 borrowers with fully paid loans and 5,000 borrowers with defaulted loans. We limited the range of some numeric attributes to control the dispersion of their min-max normalization. Values greater than 3 for "Inquiries in the last 6 months" and 26 for "Open accounts" were excluded from the sampling process. The spatial weight matrix, W, has been built from the sampled dataset, as described in section 3.2. Numeric variables were divided into three sections of equal length (L). The bandwidth (d) was set to 0.06059, which was the third quantile value of distances between borrowers. To consider the allowable computation time for parameter estimation, we sampled 2,000 borrowers from the sample dataset, which was divided into 1,500 train datasets and 500 test datasets. Using the train dataset, the parameters: were estimated by GMM. To find the initial ρ, we observed a change in the “area under the curve” (AUC) for the test dataset by increasing the ρ from 0 to 1 at intervals of 0.1. As shown in Fig 2, with an initial ρ of 0.5, the test AUC was the highest, at 0.6855. This shows that borrowers are not independent in the borrowers’ relation network, and that there is sufficient spatial autocorrelation between borrowers with defaulted loans.
Fig 2

Test AUC variation with initial ρ0.

Table 4 compares the baseline model, logistic regression model without spatial component, with the model presented in this study. In the baseline model, ten attributes were statistically significant at the significance level of 0.1. The default probability of the borrower has a strong negative correlation with the “log(Annual income)” and “log(Revolving balance)” attributes. However, it has a positive correlation with the “Debt to income,” “Revolving utilization rate,” “Grade,” “Loan length,” and “Loan purpose.” In the spatial probit model proposed in this study, seven attributes were statistically significant at the significance level of 0.1. The “log(Annual income)” and “log(Revolving balance)” attributes were underestimated over the baseline model and were not statistically significant. Instead, “log(Loan amount)” and “Revolving utilization rate” have negative coefficients. In addition, the spatial autocorrelation component between borrowers with defaulted loans was 0.505, which was very significant under the significance level of 0.05. Compared to the baseline model, there was an increase in accuracy and AUC. In particular, the proposed model has remarkably increased recall and F1-score, which can be expected to have significant spatial autocorrelation between borrowers with defaulted loans. The additional consideration of spatial autocorrelation in the borrower relation network significantly improved the performance of logistic regression.
Table 4

Result of the estimation of the baseline and SAR models.

Baseline modelSpatial probit model
EstimateStd. ErrorPr(>|Z|)EstimateStd. ErrorPr(>|Z|)
Intercept-0.0760.5630.893-0.4810.8670.579
log(Annual income)-1.714 ***0.5460.002-0.4170.5590.455
Debt to income0.512 *0.3010.0890.963 ***0.3120.002
Inquiries in the last 6 months0.1920.1760.276-0.0070.1800.969
log(Loan amount)0.5840.3840.128-0.905 **0.4040.025
Open accounts0.4440.3610.219-0.5570.3710.133
log(Revolving balance)-2.106 ***0.7860.0070.3680.8130.651
Revolving utilization rate0.591 *0.3270.071-0.766 **0.3340.022
Employment length (short)-0.0060.1310.963-0.0390.1310.768
Employment length (long)0.1550.1420.2750.1040.1430.469
Grade (B)0.457 **0.1940.0180.677 **0.3280.038
Grade (C)0.805 ***0.213<0.0011.085 ***0.3620.003
Grade (D or less)1.081 ***0.235<0.0011.394 ***0.393<0.001
Home ownership (Own)-0.0620.2130.771-0.1790.2130.401
Home ownership (Rent)0.1110.1240.3910.0940.1240.446
Loan length (60 months)0.581 ***0.163<0.0010.488 ***0.1820.007
Loan purpose (debt consolidation)0.269 *0.1550.0830.1290.1540.404
Loan purpose (other)0.395 **0.1890.0360.1180.1870.529
Spatial component (ρ)Estimate LM ρ p-value
0.505 ***273.282<0.001
Accuracy0.6240.652
Precision0.630.619
Recall0.60.792
F1 score0.6150.695
AUC0.6960.713

*, **, and *** represent significance at the 10%, 5%, and 1% levels, respectively.

*, **, and *** represent significance at the 10%, 5%, and 1% levels, respectively. We sampled the training and test dataset 500 times and observed changes in the test performance differences of the baseline and spatial probit models in the entire dataset. To observe the strength of autocorrelation between borrowers with defaulted loans, the initial ρ was set to 0.2, 0.5, and 0.8. The results are shown in Table 5. The larger the initial rho, the higher the recall, which means the higher the predictability of the borrowers with defaulted loans. However, too large an initial value creates the risk of reduced accuracy and AUC. In our experiment, when the initial rho is 0.5, the AUC is slightly higher, and the F1-score is significantly higher than the baseline model. Therefore, a consideration of the appropriate level of spatial autocorrelation is expected to contribute significantly to the prediction of the default risk of a borrower.
Table 5

Result of the estimation of the SAR model with 500 repetitions.

Initial Rho0.20.50.8
MeanMeanMean
Accuracy (Baseline model: 0.614)0.6060.6130.592
Precision (Baseline model: 0.612)0.5980.5900.564
Recall (Baseline model: 0.622)0.6470.7450.809
F1 score (Baseline model: 0.617)0.6210.6580.664
AUC (Baseline model: 0.660)0.6500.6650.652

6. Conclusion

This study proposed a spatial probit model to improve default prediction by reflecting the relationship between borrowers, which is defined by the similarity of their characteristics. We applied this method to 2012 LCL data. We found an evidence of a high level of spatial autocorrelation between borrowers with defaulted loans. Reflecting the spatial autocorrelation among loan applicants did not result in an overall improvement in the accuracy of the default prediction but instead, a significant improvement in the F1-score. An increase in the F1 score is a very significant contribution, since finding borrowers with high default risk is a more important issue than finding normal borrower. This study showed that the additional information of spatial autocorrelation between borrowers with high default risk can alleviate the class imbalance problem in the loan dataset and provide a high predictive power for high default risk borrowers. However, this study has some limitations. Since the spatial weighting matrix increases enormously in proportion to the square of the number of observations, there are time and memory difficulties in using all the data. In addition, the calculation of the inverse of (I − ρW) in the parameter estimation process using GMM requires a large amount of computation. Because of these constraints on the spatial weighting matrix, we sampled a small number instead of the entire dataset. If the computing power is complemented and the constraints on the spatial weighting matrix are relaxed, then more robust default predictive modeling can be expected. (ZIP) Click here for additional data file.
  5 in total

Review 1.  Risk estimation and risk prediction using machine-learning methods.

Authors:  Jochen Kruppa; Andreas Ziegler; Inke R König
Journal:  Hum Genet       Date:  2012-07-03       Impact factor: 4.132

2.  Determinants of Default in P2P Lending.

Authors:  Carlos Serrano-Cinca; Begoña Gutiérrez-Nieto; Luz López-Palacios
Journal:  PLoS One       Date:  2015-10-01       Impact factor: 3.240

3.  A decision support model for investment on P2P lending platform.

Authors:  Xiangxiang Zeng; Li Liu; Stephen Leung; Jiangze Du; Xun Wang; Tao Li
Journal:  PLoS One       Date:  2017-09-06       Impact factor: 3.240

4.  Spatial Regression Models to Improve P2P Credit Risk Management.

Authors:  Arianna Agosto; Paolo Giudici; Tom Leach
Journal:  Front Artif Intell       Date:  2019-05-16

5.  A credit risk assessment model of borrowers in P2P lending based on BP neural network.

Authors:  Zhengwei Ma; Wenjia Hou; Dan Zhang
Journal:  PLoS One       Date:  2021-08-03       Impact factor: 3.240

  5 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.