@@ -12,19 +12,23 @@ models:
1212 # config:
1313 # store_failures_as: view
1414 description : The state in which the borrower resides
15- meta :
16- masking_tag : pii
15+ config :
16+ meta :
17+ masking_tag : pii
1718 - name : annual_inc
1819 description : The borrower's annual income
19- meta :
20- masking_tag : pii
20+ config :
21+ meta :
22+ masking_tag : pii
2123 - name : collections_12_mths_ex_med
22- description : Number of collections in the last 12 months excluding medical
24+ description :
25+ Number of collections in the last 12 months excluding medical
2326 collections
2427 - name : collection_recovery_fee
2528 description : Post charge off collection fee
2629 - name : delinq_2_yrs
27- description : The number of 30+ days past-due incidences of delinquency in
30+ description :
31+ The number of 30+ days past-due incidences of delinquency in
2832 the borrower's credit file for the past 2 years
2933 - name : desc
3034 description : Loan description provided by the borrower
@@ -35,12 +39,14 @@ models:
3539 - name : emp_length
3640 description : Employment length in years
3741 - name : emp_title
38- description : The job title supplied by the borrower when applying for the
42+ description :
43+ The job title supplied by the borrower when applying for the
3944 loan
4045 - name : funded_amnt
4146 description : The total amount committed to that loan at that point in time
4247 - name : funded_amnt_inv
43- description : The total amount committed by investors for that loan at that
48+ description :
49+ The total amount committed by investors for that loan at that
4450 point in time
4551 - name : grade
4652 description : LC assigned loan grade
@@ -49,7 +55,8 @@ models:
4955 - name : initial_list_status
5056 description : The initial listing status of the loan
5157 - name : inq_last_6_mths
52- description : The number of inquiries in past 6 months (excluding auto and
58+ description :
59+ The number of inquiries in past 6 months (excluding auto and
5360 mortgage inquiries)
5461 - name : installment
5562 description : The monthly payment owed by the borrower if the loan originates
@@ -84,7 +91,8 @@ models:
8491 - name : out_prncp
8592 description : Remaining outstanding principal for total amount funded
8693 - name : out_prncp_inv
87- description : Remaining outstanding principal for portion of total amount funded
94+ description :
95+ Remaining outstanding principal for portion of total amount funded
8896 by investors
8997 - name : policy_code
9098 description : Publicly available
@@ -99,22 +107,26 @@ models:
99107 - name : revol_bal
100108 description : Total credit revolving balance
101109 - name : revol_util
102- description : Revolving line utilization rate, or the amount of credit the
110+ description :
111+ Revolving line utilization rate, or the amount of credit the
103112 borrower is using relative to all available revolving credit
104113 - name : sub_grade
105114 description : LC assigned loan subgrade
106115 - name : term
107- description : The number of payments on the loan. Values are in months and
116+ description :
117+ The number of payments on the loan. Values are in months and
108118 can be either 36 or 60
109119 - name : title
110120 description : The loan title provided by the borrower
111121 - name : total_acc
112- description : The total num(#) of credit lines currently in the borrower's
122+ description :
123+ The total num(#) of credit lines currently in the borrower's
113124 credit file
114125 - name : total_pymnt
115126 description : Payments received to date for total amount funded
116127 - name : total_pymnt_inv
117- description : Payments received to date for portion of total amount funded
128+ description :
129+ Payments received to date for portion of total amount funded
118130 by investors
119131 - name : total_rec_int
120132 description : Interest received to date
@@ -125,8 +137,10 @@ models:
125137 - name : url
126138 description : URL for the LC page with listing data
127139 - name : verification_status
128- description : Indicates if income was verified by LC, not verified, or if the
140+ description :
141+ Indicates if income was verified by LC, not verified, or if the
129142 income source was verified
130143 - name : zip_code
131- description : The first 3 numbers of the zip code provided by the borrower
144+ description :
145+ The first 3 numbers of the zip code provided by the borrower
132146 in the loan application
0 commit comments