Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data Listing = Listing {}
- data Offer = Offer {
- requestAmount :: !Money
- rate :: !Double
- termInMonths :: !Int
- 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)
- data Grade
- data SubGrade
- data Purpose
Documentation
Data related to the listing's offer and contract terms
Offer | |
|
Data related to the credibility of the listing
Credit | |
|