| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Prosper.Listing
- data Listing = Listing {}
- data Offer = Offer {
- requestAmount :: !Money
- rate :: !Double
- termInMonths :: !Int
- yield :: !Double
- effectiveYield :: !Double
- apr :: !Double
- data Credit = Credit {
- fico :: !Int
- bankcardUtilization :: !Double
- isHomeowner :: !Bool
- debtToIncome :: !Double
- monthsEmployed :: !(Maybe Int)
- currentDelinquencies :: !(Maybe Int)
- amountDelinquent :: !(Maybe Money)
- openCreditLines :: !(Maybe Int)
- totOpenRevolvingAccts :: !(Maybe Int)
- revolvingBalance :: !(Maybe Money)
- revolvingAvailableCredit :: !(Maybe Int)
- incomeRange :: !(Maybe (Money, Money))
- statedMonthlyIncome :: !(Maybe Money)
- currentCreditLines :: !(Maybe Int)
- nowDelinquentDerog :: !(Maybe Int)
- wasDelinquentDerog :: !(Maybe Int)
- data Rating
- data Category
- data Status
Documentation
Constructors
| Listing | |
Data related to the listing's offer and contract terms
Constructors
| Offer | |
Fields
| |
Data related to the credibility of the listing
Constructors
| Credit | |
Fields
| |
The Category of a loan is the type of loan.
This is basically copied verbatim from the Prosper API.