Skip to content

Commit

Permalink
Add files via download.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchuld authored Mar 15, 2020
0 parents commit 9f171e0
Show file tree
Hide file tree
Showing 8 changed files with 42,956 additions and 0 deletions.
19,997 changes: 19,997 additions & 0 deletions CommunicateDataFindings_PeterSchuld.html

Large diffs are not rendered by default.

6,734 changes: 6,734 additions & 0 deletions CommunicateDataFindings_PeterSchuld.ipynb

Large diffs are not rendered by default.

Binary file added Prosper Loan Data - Variable Definitions.xlsx
Binary file not shown.
36 changes: 36 additions & 0 deletions Prosper_Marketplace_Corporate_Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions creditquality_annual.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
,Defaulted,Chargedoff,Completed,Current,Cancelled,FinalPaymentInProgress,Past_Due,Total,default_rate,chargedoff_rate,credit_impairment,past_due_rate
2006,1435,1016,3736,0,4,0,0,6191,0.23178807947019867,0.1641091907607818,0.3958972702309805,0.0
2007,1559,2953,7004,0,0,0,0,11516,0.13537686696769713,0.2564258423063564,0.3918027092740535,0.0
2008,1009,2674,7476,0,1,0,0,11160,0.09041218637992832,0.2396057347670251,0.3300179211469534,0.0
2009,81,254,1851,0,0,0,0,2186,0.03705397987191217,0.1161939615736505,0.15324794144556267,0.0
2010,186,737,4557,30,0,0,11,5521,0.033689548994747326,0.13349030972649883,0.16717985872124616,0.001992392682485057
2011,355,1825,5512,3393,0,39,301,11425,0.031072210065645513,0.15973741794310722,0.19080962800875273,0.026345733041575493
2012,345,2238,5439,10550,0,55,884,19511,0.017682333042898877,0.1147045256521962,0.13238685869509506,0.04530777510122495
2013,37,280,2214,31177,0,92,844,34644,0.0010680060039256437,0.008082207597275142,0.009150213601200784,0.024362082900357927
2014,0,0,61,10396,0,17,11,10485,0.0,0.0,0.0,0.0010491177873152122
20 changes: 20 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Prosper Loan Data
## by Peter H. Schuld


## Dataset

The dataset contains 113,937 observations of Prosper consumer loans from 2006 until early 2014 with 81 variables each (e.g. ProsperRating, BorrowerAPR). I have deleted 1027 observations with duplicate entries or missing data. For each of the remaining 112,910 loans I have calculated the variables Profit & Loss (P&L) and a Total Return (TOT) based on its cash flows.

The data set was provided by Udacity in a .csv file.
I have used Prosper's company webside https://www.prosper.com/ to get information about their business model.

## Summary of Findings

There is a dichotomy in the Prosper loan data with different average credit quality before and after the 2008-2009 Financial Crisis. From the start in 2006 Prosper's loan portfolio grew strongly until coming to a complete standstill in late 2008. Since its SEC registration in 2009, Prosper has provided the proprietary "Prosper Rating" for prospective borrowers based on the company's estimation of that borrower's "estimated loss rate". Correspondingly, the number of defaults is lower in loan vintages post 2009, albeit at lower overall origination activity. However, the number of charged-offs has picked up again in the 2011 and 2012 vintages. Since 2012, Prosper shows a strong growth in new loan origination surpassing pre crisis levels.

The rate of credit impairments (i.e. defaults and charged-offs) were highest for loans issued before 2009 (i.e. Vintage 2006, 2007 and 2008). While the default rates have kept low thereafter, the rate of charged-offs has picked-up again. Both defaults and charged-offs have a similar negative impact on investors total return. I have looked at the ex-ante Expected Return issued by Prosper and the realized Total Return by rating for the loan vintage years 2010-2013. The expected return by rating is a rough forecast of realized total return, typically overstating the annualized investment return by a high margin.

## Key Insights for Presentation

The annualized total return in Prosper's best performing closed vintage year, 2010, were approx. 2.3% for AA, 2.0% for A , 4.8% for C and D, 6.8% for E and 6.3% for HR. However, in the following years charged-offs have picked-up again and rates keep coming down. A credit impairment rate of 15-20% per vintage year should be expected in normal times, and an economic downturn can lead to a sharp increase. For most vintage years, the medium credit quality ratings B, C and D have the most attractive risk-adjusted profile. Loans from borrowers of lower quality E and high risk HR have generated similar or even lower total returns in 2011-2013 vintages so far, but with a much higher volatility, making 'stock picking' very dangerous. Given the idiosyncratic risk, a high diversification with 100+ loans in a portfolio is advisable for investments in Prosper loans (e.g. USD 50-100 each). Investors should allocate to high rating classes AA and A as well to improve the quality mix of the portfolio. By applying these guidelines an investment return of approx. 5% p.a. can be expected for a well-diversified portfolio. However, economic downturns could significantly reduce the performance. Furthermore, I have looked at the relationship between the variables Employment Status and Income Range and credit impairment rates. The categories can serve as indicators for credit risk. A very low or very high income is a good predictor of increased credit impairment risk. An Employment Status of Employed signals the lowest risk of delinquencies while a status of Self-employed is significantly riskier.
Loading

0 comments on commit 9f171e0

Please # to comment.