Results 1 to 8 of 8
-
08-05-2013, 02:00 AM #1Noob
Reputation points: 0
- Join Date
- Dec 1969
- Posts
- 1
# Months Paid before default
Looking for data on # of months paid before default in Lending Club historical data. Anyone have any ideas? thanks
-
08-05-2013, 02:00 AM #2Noob
Reputation points: 0
- Join Date
- Dec 1969
- Posts
- 1
# Months Paid before default
There are a couple ways to go about this.
One is to measure the installment value against the total principal and interest received.
Add up all the payments made for records in default, then take the average of the installment and divide it into that. This gives you the total # of months of payments made for all loans in default. Divide it by the total number of notes to get the average # months paid prior to default.
The specific columns in the dataset are: installment, total_rec_prncp, total_rec_int, and of course loan_status.
Applying this formula to the dataset and using my own definition of 'default', which I won't describe in detail here, I get the following figures:
454.994590696 - avg installment
10.3747026551 - months to default
Another way to get at this data would be to take the delta between the last_pymnt_d and issue_d for loans in default. Using this process I see:
11.6627822853 - months from issue date to last payment.
-
08-05-2013, 02:00 AM #3Senior Member
Reputation points: 0
- Join Date
- Dec 1969
- Posts
- 152
# Months Paid before default
Just remember that without the payment history, you only have a proxy for month of default. The total payments may add up to Month 9, but that doesn't mean they made exactly 9 payments and stopped. Partial payments can trickle in for months, and default in Month 22, but still add up to 9 payments.
-
08-05-2013, 02:00 AM #4Member
Reputation points: 0
- Join Date
- Dec 1969
- Posts
- 97
# Months Paid before default
<span style="font-size: 8pt;" class="bbc_size">"Partial payments can trickle in for months, and default in Month 22, but still add up to 9 payments."</span>
Excellent point! A $10 payment on day 119 is enough to keep the loan from going into default.
There are many loans on Folio right now where last (full) payments haven't been made since back in 2010.
-
08-05-2013, 02:00 AM #5Senior Member
Reputation points: 0
- Join Date
- Dec 1969
- Posts
- 282
# Months Paid before default
If anyone is interested in LC payment history data (until April-2013), please see this thread: http://www.lendacademy.com/forum/index.php?topic=1057.0.
-
08-05-2013, 02:00 AM #6Senior Member
Reputation points: 0
- Join Date
- Dec 1969
- Posts
- 6,586
# Months Paid before default
This analysis from PeerCube might also be useful: http://andirog.blogspot.com/2013/02/...f-payment.html
-
06-19-2025, 04:35 PM #7
-
06-19-2025, 08:49 PM #8Senior Member
Reputation points: 95068
- Join Date
- Dec 2015
- Posts
- 787

Reply With Quote
















