packages feed

lendingclub 0.1.0.0 → 0.1.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- LendingClub: [accountTotal] :: Account -> Money
- LendingClub: [accruedInterest] :: Account -> Money
- LendingClub: [amountDelinquent] :: Credit -> !(Maybe Money)
- LendingClub: [authorization] :: Authorization -> ByteString
- LendingClub: [availableCash] :: Account -> Money
- LendingClub: [bankcardUtilization] :: Credit -> !Double
- LendingClub: [code] :: ErrorMessage -> Text
- LendingClub: [credit] :: Listing -> !Credit
- LendingClub: [currentDelinquencies] :: Credit -> !(Maybe Int)
- LendingClub: [debtToIncome] :: Credit -> !Double
- LendingClub: [errors] :: InvestResponse -> [ErrorMessage]
- LendingClub: [executionStatus] :: InvestConfirmation -> [ExecutionStatus]
- LendingClub: [fico] :: Credit -> !Int
- LendingClub: [field] :: ErrorMessage -> Text
- LendingClub: [fundedAmount] :: Listing -> !Money
- LendingClub: [infundingBalance] :: Account -> Money
- LendingClub: [investedAmount] :: InvestConfirmation -> Money
- LendingClub: [investorId] :: Account -> InvestorId
- LendingClub: [isHomeowner] :: Credit -> !Bool
- LendingClub: [listingGrade] :: Listing -> !Grade
- LendingClub: [listingId] :: Listing -> !Int
- LendingClub: [loanId] :: InvestConfirmation -> Int
- LendingClub: [message] :: ErrorMessage -> Text
- LendingClub: [monthsEmployed] :: Credit -> !(Maybe Int)
- LendingClub: [offer] :: Listing -> !Offer
- LendingClub: [openCreditLines] :: Credit -> !(Maybe Int)
- LendingClub: [orderConfirmations] :: InvestResponse -> [InvestConfirmation]
- LendingClub: [orderInstructId] :: InvestResponse -> Int
- LendingClub: [outstandingPrincipal] :: Account -> Money
- LendingClub: [purpose] :: Listing -> !Purpose
- LendingClub: [rate] :: Offer -> !Double
- LendingClub: [receivedInterest] :: Account -> Money
- LendingClub: [receivedLateFees] :: Account -> Maybe Money
- LendingClub: [receivedPrincipal] :: Account -> Money
- LendingClub: [requestAmount] :: Offer -> !Money
- LendingClub: [requestedAmount] :: InvestConfirmation -> Money
- LendingClub: [revolvingAvailableCredit] :: Credit -> !(Maybe Int)
- LendingClub: [revolvingBalance] :: Credit -> !(Maybe Money)
- LendingClub: [subGrade] :: Listing -> !SubGrade
- LendingClub: [termInMonths] :: Offer -> !Int
- LendingClub: [totOpenRevolvingAccts] :: Credit -> !(Maybe Int)
- LendingClub: [totalNotes] :: Account -> Int
- LendingClub: [totalPortfolios] :: Account -> Int
- LendingClub.Account: [accountTotal] :: Account -> Money
- LendingClub.Account: [accruedInterest] :: Account -> Money
- LendingClub.Account: [availableCash] :: Account -> Money
- LendingClub.Account: [infundingBalance] :: Account -> Money
- LendingClub.Account: [investorId] :: Account -> InvestorId
- LendingClub.Account: [outstandingPrincipal] :: Account -> Money
- LendingClub.Account: [receivedInterest] :: Account -> Money
- LendingClub.Account: [receivedLateFees] :: Account -> Maybe Money
- LendingClub.Account: [receivedPrincipal] :: Account -> Money
- LendingClub.Account: [totalNotes] :: Account -> Int
- LendingClub.Account: [totalPortfolios] :: Account -> Int
- LendingClub.Account: instance Data.Aeson.Types.Class.FromJSON LendingClub.Account.Account
- LendingClub.Account: instance GHC.Classes.Eq LendingClub.Account.Account
- LendingClub.Account: instance GHC.Generics.Constructor LendingClub.Account.C1_0Account
- LendingClub.Account: instance GHC.Generics.Datatype LendingClub.Account.D1Account
- LendingClub.Account: instance GHC.Generics.Generic LendingClub.Account.Account
- LendingClub.Account: instance GHC.Generics.Selector LendingClub.Account.S1_0_0Account
- LendingClub.Account: instance GHC.Generics.Selector LendingClub.Account.S1_0_10Account
- LendingClub.Account: instance GHC.Generics.Selector LendingClub.Account.S1_0_1Account
- LendingClub.Account: instance GHC.Generics.Selector LendingClub.Account.S1_0_2Account
- LendingClub.Account: instance GHC.Generics.Selector LendingClub.Account.S1_0_3Account
- LendingClub.Account: instance GHC.Generics.Selector LendingClub.Account.S1_0_4Account
- LendingClub.Account: instance GHC.Generics.Selector LendingClub.Account.S1_0_5Account
- LendingClub.Account: instance GHC.Generics.Selector LendingClub.Account.S1_0_6Account
- LendingClub.Account: instance GHC.Generics.Selector LendingClub.Account.S1_0_7Account
- LendingClub.Account: instance GHC.Generics.Selector LendingClub.Account.S1_0_8Account
- LendingClub.Account: instance GHC.Generics.Selector LendingClub.Account.S1_0_9Account
- LendingClub.Account: instance GHC.Show.Show LendingClub.Account.Account
- LendingClub.Authorization: [authorization] :: Authorization -> ByteString
- LendingClub.Authorization: instance Data.Aeson.Types.Class.FromJSON LendingClub.Authorization.InvestorId
- LendingClub.Authorization: instance GHC.Classes.Eq LendingClub.Authorization.Authorization
- LendingClub.Authorization: instance GHC.Classes.Eq LendingClub.Authorization.InvestorId
- LendingClub.Authorization: instance GHC.Show.Show LendingClub.Authorization.Authorization
- LendingClub.Authorization: instance GHC.Show.Show LendingClub.Authorization.InvestorId
- LendingClub.Commands: instance Data.Aeson.Types.Class.FromJSON LendingClub.Commands.LCListings
- LendingClub.Commands: instance Data.Aeson.Types.Class.FromJSON LendingClub.Commands.LCNotes
- LendingClub.Commands: instance GHC.Generics.Constructor LendingClub.Commands.C1_0LCListings
- LendingClub.Commands: instance GHC.Generics.Constructor LendingClub.Commands.C1_0LCNotes
- LendingClub.Commands: instance GHC.Generics.Datatype LendingClub.Commands.D1LCListings
- LendingClub.Commands: instance GHC.Generics.Datatype LendingClub.Commands.D1LCNotes
- LendingClub.Commands: instance GHC.Generics.Generic LendingClub.Commands.LCListings
- LendingClub.Commands: instance GHC.Generics.Generic LendingClub.Commands.LCNotes
- LendingClub.Commands: instance GHC.Generics.Selector LendingClub.Commands.S1_0_0LCListings
- LendingClub.Commands: instance GHC.Generics.Selector LendingClub.Commands.S1_0_0LCNotes
- LendingClub.Internal.JSON: instance Data.Aeson.Types.Class.ToJSON LendingClub.Internal.JSON.InvestRequest
- LendingClub.Internal.JSON: instance Data.Aeson.Types.Class.ToJSON LendingClub.Internal.JSON.Order
- LendingClub.Internal.JSON: instance GHC.Generics.Constructor LendingClub.Internal.JSON.C1_0InvestRequest
- LendingClub.Internal.JSON: instance GHC.Generics.Constructor LendingClub.Internal.JSON.C1_0Order
- LendingClub.Internal.JSON: instance GHC.Generics.Datatype LendingClub.Internal.JSON.D1InvestRequest
- LendingClub.Internal.JSON: instance GHC.Generics.Datatype LendingClub.Internal.JSON.D1Order
- LendingClub.Internal.JSON: instance GHC.Generics.Generic LendingClub.Internal.JSON.InvestRequest
- LendingClub.Internal.JSON: instance GHC.Generics.Generic LendingClub.Internal.JSON.Order
- LendingClub.Internal.JSON: instance GHC.Generics.Selector LendingClub.Internal.JSON.S1_0_0InvestRequest
- LendingClub.Internal.JSON: instance GHC.Generics.Selector LendingClub.Internal.JSON.S1_0_0Order
- LendingClub.Internal.JSON: instance GHC.Generics.Selector LendingClub.Internal.JSON.S1_0_1InvestRequest
- LendingClub.Internal.JSON: instance GHC.Generics.Selector LendingClub.Internal.JSON.S1_0_1Order
- LendingClub.Internal.JSON: instance GHC.Show.Show LendingClub.Internal.JSON.InvestRequest
- LendingClub.Internal.JSON: instance GHC.Show.Show LendingClub.Internal.JSON.Order
- LendingClub.Invest: [code] :: ErrorMessage -> Text
- LendingClub.Invest: [errors] :: InvestResponse -> [ErrorMessage]
- LendingClub.Invest: [executionStatus] :: InvestConfirmation -> [ExecutionStatus]
- LendingClub.Invest: [field] :: ErrorMessage -> Text
- LendingClub.Invest: [investedAmount] :: InvestConfirmation -> Money
- LendingClub.Invest: [loanId] :: InvestConfirmation -> Int
- LendingClub.Invest: [message] :: ErrorMessage -> Text
- LendingClub.Invest: [orderConfirmations] :: InvestResponse -> [InvestConfirmation]
- LendingClub.Invest: [orderInstructId] :: InvestResponse -> Int
- LendingClub.Invest: [requestedAmount] :: InvestConfirmation -> Money
- LendingClub.Invest: instance Data.Aeson.Types.Class.FromJSON LendingClub.Invest.ErrorMessage
- LendingClub.Invest: instance Data.Aeson.Types.Class.FromJSON LendingClub.Invest.ExecutionStatus
- LendingClub.Invest: instance Data.Aeson.Types.Class.FromJSON LendingClub.Invest.InvestConfirmation
- LendingClub.Invest: instance Data.Aeson.Types.Class.FromJSON LendingClub.Invest.InvestResponse
- LendingClub.Invest: instance GHC.Classes.Eq LendingClub.Invest.ErrorMessage
- LendingClub.Invest: instance GHC.Classes.Eq LendingClub.Invest.ExecutionStatus
- LendingClub.Invest: instance GHC.Classes.Eq LendingClub.Invest.InvestConfirmation
- LendingClub.Invest: instance GHC.Classes.Eq LendingClub.Invest.InvestResponse
- LendingClub.Invest: instance GHC.Generics.Constructor LendingClub.Invest.C1_0ErrorMessage
- LendingClub.Invest: instance GHC.Generics.Constructor LendingClub.Invest.C1_0InvestConfirmation
- LendingClub.Invest: instance GHC.Generics.Datatype LendingClub.Invest.D1ErrorMessage
- LendingClub.Invest: instance GHC.Generics.Datatype LendingClub.Invest.D1InvestConfirmation
- LendingClub.Invest: instance GHC.Generics.Generic LendingClub.Invest.ErrorMessage
- LendingClub.Invest: instance GHC.Generics.Generic LendingClub.Invest.InvestConfirmation
- LendingClub.Invest: instance GHC.Generics.Selector LendingClub.Invest.S1_0_0ErrorMessage
- LendingClub.Invest: instance GHC.Generics.Selector LendingClub.Invest.S1_0_0InvestConfirmation
- LendingClub.Invest: instance GHC.Generics.Selector LendingClub.Invest.S1_0_1ErrorMessage
- LendingClub.Invest: instance GHC.Generics.Selector LendingClub.Invest.S1_0_1InvestConfirmation
- LendingClub.Invest: instance GHC.Generics.Selector LendingClub.Invest.S1_0_2ErrorMessage
- LendingClub.Invest: instance GHC.Generics.Selector LendingClub.Invest.S1_0_2InvestConfirmation
- LendingClub.Invest: instance GHC.Generics.Selector LendingClub.Invest.S1_0_3InvestConfirmation
- LendingClub.Invest: instance GHC.Show.Show LendingClub.Invest.ErrorMessage
- LendingClub.Invest: instance GHC.Show.Show LendingClub.Invest.ExecutionStatus
- LendingClub.Invest: instance GHC.Show.Show LendingClub.Invest.InvestConfirmation
- LendingClub.Invest: instance GHC.Show.Show LendingClub.Invest.InvestResponse
- LendingClub.Listing: [amountDelinquent] :: Credit -> !(Maybe Money)
- LendingClub.Listing: [bankcardUtilization] :: Credit -> !Double
- LendingClub.Listing: [credit] :: Listing -> !Credit
- LendingClub.Listing: [currentDelinquencies] :: Credit -> !(Maybe Int)
- LendingClub.Listing: [debtToIncome] :: Credit -> !Double
- LendingClub.Listing: [fico] :: Credit -> !Int
- LendingClub.Listing: [fundedAmount] :: Listing -> !Money
- LendingClub.Listing: [isHomeowner] :: Credit -> !Bool
- LendingClub.Listing: [listingGrade] :: Listing -> !Grade
- LendingClub.Listing: [listingId] :: Listing -> !Int
- LendingClub.Listing: [monthsEmployed] :: Credit -> !(Maybe Int)
- LendingClub.Listing: [offer] :: Listing -> !Offer
- LendingClub.Listing: [openCreditLines] :: Credit -> !(Maybe Int)
- LendingClub.Listing: [purpose] :: Listing -> !Purpose
- LendingClub.Listing: [rate] :: Offer -> !Double
- LendingClub.Listing: [requestAmount] :: Offer -> !Money
- LendingClub.Listing: [revolvingAvailableCredit] :: Credit -> !(Maybe Int)
- LendingClub.Listing: [revolvingBalance] :: Credit -> !(Maybe Money)
- LendingClub.Listing: [subGrade] :: Listing -> !SubGrade
- LendingClub.Listing: [termInMonths] :: Offer -> !Int
- LendingClub.Listing: [totOpenRevolvingAccts] :: Credit -> !(Maybe Int)
- LendingClub.Listing: instance Data.Aeson.Types.Class.FromJSON LendingClub.Listing.Grade
- LendingClub.Listing: instance Data.Aeson.Types.Class.FromJSON LendingClub.Listing.Homeownership
- LendingClub.Listing: instance Data.Aeson.Types.Class.FromJSON LendingClub.Listing.Listing
- LendingClub.Listing: instance Data.Aeson.Types.Class.FromJSON LendingClub.Listing.Purpose
- LendingClub.Listing: instance Data.Aeson.Types.Class.FromJSON LendingClub.Listing.SubGrade
- LendingClub.Listing: instance Data.Aeson.Types.Class.ToJSON LendingClub.Listing.Grade
- LendingClub.Listing: instance GHC.Classes.Eq LendingClub.Listing.Grade
- LendingClub.Listing: instance GHC.Classes.Eq LendingClub.Listing.Homeownership
- LendingClub.Listing: instance GHC.Classes.Eq LendingClub.Listing.Listing
- LendingClub.Listing: instance GHC.Classes.Eq LendingClub.Listing.Purpose
- LendingClub.Listing: instance GHC.Classes.Eq LendingClub.Listing.SubGrade
- LendingClub.Listing: instance GHC.Classes.Ord LendingClub.Listing.Grade
- LendingClub.Listing: instance GHC.Classes.Ord LendingClub.Listing.SubGrade
- LendingClub.Listing: instance GHC.Enum.Enum LendingClub.Listing.Grade
- LendingClub.Listing: instance GHC.Enum.Enum LendingClub.Listing.SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_0Grade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_0Homeownership
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_0SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_10SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_11SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_12SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_13SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_14SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_15SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_16SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_17SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_18SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_19SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_1Grade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_1Homeownership
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_1SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_20SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_21SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_22SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_23SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_24SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_25SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_26SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_27SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_28SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_29SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_2Grade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_2Homeownership
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_2SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_30SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_31SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_32SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_33SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_34SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_3Grade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_3Homeownership
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_3SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_4Grade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_4SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_5Grade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_5SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_6Grade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_6SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_7SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_8SubGrade
- LendingClub.Listing: instance GHC.Generics.Constructor LendingClub.Listing.C1_9SubGrade
- LendingClub.Listing: instance GHC.Generics.Datatype LendingClub.Listing.D1Grade
- LendingClub.Listing: instance GHC.Generics.Datatype LendingClub.Listing.D1Homeownership
- LendingClub.Listing: instance GHC.Generics.Datatype LendingClub.Listing.D1SubGrade
- LendingClub.Listing: instance GHC.Generics.Generic LendingClub.Listing.Grade
- LendingClub.Listing: instance GHC.Generics.Generic LendingClub.Listing.Homeownership
- LendingClub.Listing: instance GHC.Generics.Generic LendingClub.Listing.SubGrade
- LendingClub.Listing: instance GHC.Read.Read LendingClub.Listing.Grade
- LendingClub.Listing: instance GHC.Read.Read LendingClub.Listing.Purpose
- LendingClub.Listing: instance GHC.Read.Read LendingClub.Listing.SubGrade
- LendingClub.Listing: instance GHC.Show.Show LendingClub.Listing.Credit
- LendingClub.Listing: instance GHC.Show.Show LendingClub.Listing.Grade
- LendingClub.Listing: instance GHC.Show.Show LendingClub.Listing.Homeownership
- LendingClub.Listing: instance GHC.Show.Show LendingClub.Listing.Listing
- LendingClub.Listing: instance GHC.Show.Show LendingClub.Listing.Offer
- LendingClub.Listing: instance GHC.Show.Show LendingClub.Listing.Purpose
- LendingClub.Listing: instance GHC.Show.Show LendingClub.Listing.SubGrade
- LendingClub.Note: [grade] :: Note -> Grade
- LendingClub.Note: [interestRate] :: Note -> Double
- LendingClub.Note: [loanAmount] :: Note -> Money
- LendingClub.Note: [loanId] :: Note -> Int
- LendingClub.Note: [loanLength] :: Note -> Int
- LendingClub.Note: [loanStatus] :: Note -> Text
- LendingClub.Note: [noteAmount] :: Note -> Money
- LendingClub.Note: [noteId] :: Note -> Int
- LendingClub.Note: [orderId] :: Note -> Int
- LendingClub.Note: [paymentsReceived] :: Note -> Money
- LendingClub.Note: instance Data.Aeson.Types.Class.FromJSON LendingClub.Note.Note
- LendingClub.Note: instance GHC.Classes.Eq LendingClub.Note.Note
- LendingClub.Note: instance GHC.Generics.Constructor LendingClub.Note.C1_0Note
- LendingClub.Note: instance GHC.Generics.Datatype LendingClub.Note.D1Note
- LendingClub.Note: instance GHC.Generics.Generic LendingClub.Note.Note
- LendingClub.Note: instance GHC.Generics.Selector LendingClub.Note.S1_0_0Note
- LendingClub.Note: instance GHC.Generics.Selector LendingClub.Note.S1_0_1Note
- LendingClub.Note: instance GHC.Generics.Selector LendingClub.Note.S1_0_2Note
- LendingClub.Note: instance GHC.Generics.Selector LendingClub.Note.S1_0_3Note
- LendingClub.Note: instance GHC.Generics.Selector LendingClub.Note.S1_0_4Note
- LendingClub.Note: instance GHC.Generics.Selector LendingClub.Note.S1_0_5Note
- LendingClub.Note: instance GHC.Generics.Selector LendingClub.Note.S1_0_6Note
- LendingClub.Note: instance GHC.Generics.Selector LendingClub.Note.S1_0_7Note
- LendingClub.Note: instance GHC.Generics.Selector LendingClub.Note.S1_0_8Note
- LendingClub.Note: instance GHC.Generics.Selector LendingClub.Note.S1_0_9Note
- LendingClub.Note: instance GHC.Show.Show LendingClub.Note.Note
+ LendingClub: accountTotal :: Account -> Money
+ LendingClub: accruedInterest :: Account -> Money
+ LendingClub: amountDelinquent :: Credit -> !(Maybe Money)
+ LendingClub: authorization :: Authorization -> ByteString
+ LendingClub: availableCash :: Account -> Money
+ LendingClub: bankcardUtilization :: Credit -> !Double
+ LendingClub: code :: ErrorMessage -> Text
+ LendingClub: credit :: Listing -> !Credit
+ LendingClub: currentDelinquencies :: Credit -> !(Maybe Int)
+ LendingClub: debtToIncome :: Credit -> !Double
+ LendingClub: errors :: InvestResponse -> [ErrorMessage]
+ LendingClub: executionStatus :: InvestConfirmation -> [ExecutionStatus]
+ LendingClub: fico :: Credit -> !Int
+ LendingClub: field :: ErrorMessage -> Text
+ LendingClub: fundedAmount :: Listing -> !Money
+ LendingClub: infundingBalance :: Account -> Money
+ LendingClub: investedAmount :: InvestConfirmation -> Money
+ LendingClub: investorId :: Account -> InvestorId
+ LendingClub: isHomeowner :: Credit -> !Bool
+ LendingClub: listingGrade :: Listing -> !Grade
+ LendingClub: listingId :: Listing -> !Int
+ LendingClub: loanId :: InvestConfirmation -> Int
+ LendingClub: message :: ErrorMessage -> Text
+ LendingClub: monthsEmployed :: Credit -> !(Maybe Int)
+ LendingClub: offer :: Listing -> !Offer
+ LendingClub: openCreditLines :: Credit -> !(Maybe Int)
+ LendingClub: orderConfirmations :: InvestResponse -> [InvestConfirmation]
+ LendingClub: orderInstructId :: InvestResponse -> Int
+ LendingClub: outstandingPrincipal :: Account -> Money
+ LendingClub: purpose :: Listing -> !Purpose
+ LendingClub: rate :: Offer -> !Double
+ LendingClub: receivedInterest :: Account -> Money
+ LendingClub: receivedLateFees :: Account -> Maybe Money
+ LendingClub: receivedPrincipal :: Account -> Money
+ LendingClub: requestAmount :: Offer -> !Money
+ LendingClub: requestedAmount :: InvestConfirmation -> Money
+ LendingClub: revolvingAvailableCredit :: Credit -> !(Maybe Int)
+ LendingClub: revolvingBalance :: Credit -> !(Maybe Money)
+ LendingClub: subGrade :: Listing -> !SubGrade
+ LendingClub: termInMonths :: Offer -> !Int
+ LendingClub: totOpenRevolvingAccts :: Credit -> !(Maybe Int)
+ LendingClub: totalNotes :: Account -> Int
+ LendingClub: totalPortfolios :: Account -> Int
+ LendingClub.Account: accountTotal :: Account -> Money
+ LendingClub.Account: accruedInterest :: Account -> Money
+ LendingClub.Account: availableCash :: Account -> Money
+ LendingClub.Account: infundingBalance :: Account -> Money
+ LendingClub.Account: instance Constructor C1_0Account
+ LendingClub.Account: instance Datatype D1Account
+ LendingClub.Account: instance Eq Account
+ LendingClub.Account: instance FromJSON Account
+ LendingClub.Account: instance Generic Account
+ LendingClub.Account: instance Selector S1_0_0Account
+ LendingClub.Account: instance Selector S1_0_10Account
+ LendingClub.Account: instance Selector S1_0_1Account
+ LendingClub.Account: instance Selector S1_0_2Account
+ LendingClub.Account: instance Selector S1_0_3Account
+ LendingClub.Account: instance Selector S1_0_4Account
+ LendingClub.Account: instance Selector S1_0_5Account
+ LendingClub.Account: instance Selector S1_0_6Account
+ LendingClub.Account: instance Selector S1_0_7Account
+ LendingClub.Account: instance Selector S1_0_8Account
+ LendingClub.Account: instance Selector S1_0_9Account
+ LendingClub.Account: instance Show Account
+ LendingClub.Account: investorId :: Account -> InvestorId
+ LendingClub.Account: outstandingPrincipal :: Account -> Money
+ LendingClub.Account: receivedInterest :: Account -> Money
+ LendingClub.Account: receivedLateFees :: Account -> Maybe Money
+ LendingClub.Account: receivedPrincipal :: Account -> Money
+ LendingClub.Account: totalNotes :: Account -> Int
+ LendingClub.Account: totalPortfolios :: Account -> Int
+ LendingClub.Authorization: authorization :: Authorization -> ByteString
+ LendingClub.Authorization: instance Eq Authorization
+ LendingClub.Authorization: instance Eq InvestorId
+ LendingClub.Authorization: instance FromJSON InvestorId
+ LendingClub.Authorization: instance Show Authorization
+ LendingClub.Authorization: instance Show InvestorId
+ LendingClub.Commands: instance Constructor C1_0LCListings
+ LendingClub.Commands: instance Constructor C1_0LCNotes
+ LendingClub.Commands: instance Datatype D1LCListings
+ LendingClub.Commands: instance Datatype D1LCNotes
+ LendingClub.Commands: instance FromJSON LCListings
+ LendingClub.Commands: instance FromJSON LCNotes
+ LendingClub.Commands: instance Generic LCListings
+ LendingClub.Commands: instance Generic LCNotes
+ LendingClub.Commands: instance Selector S1_0_0LCListings
+ LendingClub.Commands: instance Selector S1_0_0LCNotes
+ LendingClub.Internal.JSON: instance Constructor C1_0InvestRequest
+ LendingClub.Internal.JSON: instance Constructor C1_0Order
+ LendingClub.Internal.JSON: instance Datatype D1InvestRequest
+ LendingClub.Internal.JSON: instance Datatype D1Order
+ LendingClub.Internal.JSON: instance Generic InvestRequest
+ LendingClub.Internal.JSON: instance Generic Order
+ LendingClub.Internal.JSON: instance Selector S1_0_0InvestRequest
+ LendingClub.Internal.JSON: instance Selector S1_0_0Order
+ LendingClub.Internal.JSON: instance Selector S1_0_1InvestRequest
+ LendingClub.Internal.JSON: instance Selector S1_0_1Order
+ LendingClub.Internal.JSON: instance Show InvestRequest
+ LendingClub.Internal.JSON: instance Show Order
+ LendingClub.Internal.JSON: instance ToJSON InvestRequest
+ LendingClub.Internal.JSON: instance ToJSON Order
+ LendingClub.Invest: code :: ErrorMessage -> Text
+ LendingClub.Invest: errors :: InvestResponse -> [ErrorMessage]
+ LendingClub.Invest: executionStatus :: InvestConfirmation -> [ExecutionStatus]
+ LendingClub.Invest: field :: ErrorMessage -> Text
+ LendingClub.Invest: instance Constructor C1_0ErrorMessage
+ LendingClub.Invest: instance Constructor C1_0InvestConfirmation
+ LendingClub.Invest: instance Datatype D1ErrorMessage
+ LendingClub.Invest: instance Datatype D1InvestConfirmation
+ LendingClub.Invest: instance Eq ErrorMessage
+ LendingClub.Invest: instance Eq ExecutionStatus
+ LendingClub.Invest: instance Eq InvestConfirmation
+ LendingClub.Invest: instance Eq InvestResponse
+ LendingClub.Invest: instance FromJSON ErrorMessage
+ LendingClub.Invest: instance FromJSON ExecutionStatus
+ LendingClub.Invest: instance FromJSON InvestConfirmation
+ LendingClub.Invest: instance FromJSON InvestResponse
+ LendingClub.Invest: instance Generic ErrorMessage
+ LendingClub.Invest: instance Generic InvestConfirmation
+ LendingClub.Invest: instance Selector S1_0_0ErrorMessage
+ LendingClub.Invest: instance Selector S1_0_0InvestConfirmation
+ LendingClub.Invest: instance Selector S1_0_1ErrorMessage
+ LendingClub.Invest: instance Selector S1_0_1InvestConfirmation
+ LendingClub.Invest: instance Selector S1_0_2ErrorMessage
+ LendingClub.Invest: instance Selector S1_0_2InvestConfirmation
+ LendingClub.Invest: instance Selector S1_0_3InvestConfirmation
+ LendingClub.Invest: instance Show ErrorMessage
+ LendingClub.Invest: instance Show ExecutionStatus
+ LendingClub.Invest: instance Show InvestConfirmation
+ LendingClub.Invest: instance Show InvestResponse
+ LendingClub.Invest: investedAmount :: InvestConfirmation -> Money
+ LendingClub.Invest: loanId :: InvestConfirmation -> Int
+ LendingClub.Invest: message :: ErrorMessage -> Text
+ LendingClub.Invest: orderConfirmations :: InvestResponse -> [InvestConfirmation]
+ LendingClub.Invest: orderInstructId :: InvestResponse -> Int
+ LendingClub.Invest: requestedAmount :: InvestConfirmation -> Money
+ LendingClub.Listing: amountDelinquent :: Credit -> !(Maybe Money)
+ LendingClub.Listing: bankcardUtilization :: Credit -> !Double
+ LendingClub.Listing: credit :: Listing -> !Credit
+ LendingClub.Listing: currentDelinquencies :: Credit -> !(Maybe Int)
+ LendingClub.Listing: debtToIncome :: Credit -> !Double
+ LendingClub.Listing: fico :: Credit -> !Int
+ LendingClub.Listing: fundedAmount :: Listing -> !Money
+ LendingClub.Listing: instance Constructor C1_0Grade
+ LendingClub.Listing: instance Constructor C1_0Homeownership
+ LendingClub.Listing: instance Constructor C1_0SubGrade
+ LendingClub.Listing: instance Constructor C1_10SubGrade
+ LendingClub.Listing: instance Constructor C1_11SubGrade
+ LendingClub.Listing: instance Constructor C1_12SubGrade
+ LendingClub.Listing: instance Constructor C1_13SubGrade
+ LendingClub.Listing: instance Constructor C1_14SubGrade
+ LendingClub.Listing: instance Constructor C1_15SubGrade
+ LendingClub.Listing: instance Constructor C1_16SubGrade
+ LendingClub.Listing: instance Constructor C1_17SubGrade
+ LendingClub.Listing: instance Constructor C1_18SubGrade
+ LendingClub.Listing: instance Constructor C1_19SubGrade
+ LendingClub.Listing: instance Constructor C1_1Grade
+ LendingClub.Listing: instance Constructor C1_1Homeownership
+ LendingClub.Listing: instance Constructor C1_1SubGrade
+ LendingClub.Listing: instance Constructor C1_20SubGrade
+ LendingClub.Listing: instance Constructor C1_21SubGrade
+ LendingClub.Listing: instance Constructor C1_22SubGrade
+ LendingClub.Listing: instance Constructor C1_23SubGrade
+ LendingClub.Listing: instance Constructor C1_24SubGrade
+ LendingClub.Listing: instance Constructor C1_25SubGrade
+ LendingClub.Listing: instance Constructor C1_26SubGrade
+ LendingClub.Listing: instance Constructor C1_27SubGrade
+ LendingClub.Listing: instance Constructor C1_28SubGrade
+ LendingClub.Listing: instance Constructor C1_29SubGrade
+ LendingClub.Listing: instance Constructor C1_2Grade
+ LendingClub.Listing: instance Constructor C1_2Homeownership
+ LendingClub.Listing: instance Constructor C1_2SubGrade
+ LendingClub.Listing: instance Constructor C1_30SubGrade
+ LendingClub.Listing: instance Constructor C1_31SubGrade
+ LendingClub.Listing: instance Constructor C1_32SubGrade
+ LendingClub.Listing: instance Constructor C1_33SubGrade
+ LendingClub.Listing: instance Constructor C1_34SubGrade
+ LendingClub.Listing: instance Constructor C1_3Grade
+ LendingClub.Listing: instance Constructor C1_3Homeownership
+ LendingClub.Listing: instance Constructor C1_3SubGrade
+ LendingClub.Listing: instance Constructor C1_4Grade
+ LendingClub.Listing: instance Constructor C1_4SubGrade
+ LendingClub.Listing: instance Constructor C1_5Grade
+ LendingClub.Listing: instance Constructor C1_5SubGrade
+ LendingClub.Listing: instance Constructor C1_6Grade
+ LendingClub.Listing: instance Constructor C1_6SubGrade
+ LendingClub.Listing: instance Constructor C1_7SubGrade
+ LendingClub.Listing: instance Constructor C1_8SubGrade
+ LendingClub.Listing: instance Constructor C1_9SubGrade
+ LendingClub.Listing: instance Datatype D1Grade
+ LendingClub.Listing: instance Datatype D1Homeownership
+ LendingClub.Listing: instance Datatype D1SubGrade
+ LendingClub.Listing: instance Enum Grade
+ LendingClub.Listing: instance Enum SubGrade
+ LendingClub.Listing: instance Eq Grade
+ LendingClub.Listing: instance Eq Homeownership
+ LendingClub.Listing: instance Eq Listing
+ LendingClub.Listing: instance Eq Purpose
+ LendingClub.Listing: instance Eq SubGrade
+ LendingClub.Listing: instance FromJSON Grade
+ LendingClub.Listing: instance FromJSON Homeownership
+ LendingClub.Listing: instance FromJSON Listing
+ LendingClub.Listing: instance FromJSON Purpose
+ LendingClub.Listing: instance FromJSON SubGrade
+ LendingClub.Listing: instance Generic Grade
+ LendingClub.Listing: instance Generic Homeownership
+ LendingClub.Listing: instance Generic SubGrade
+ LendingClub.Listing: instance Ord Grade
+ LendingClub.Listing: instance Ord SubGrade
+ LendingClub.Listing: instance Read Grade
+ LendingClub.Listing: instance Read Purpose
+ LendingClub.Listing: instance Read SubGrade
+ LendingClub.Listing: instance Show Credit
+ LendingClub.Listing: instance Show Grade
+ LendingClub.Listing: instance Show Homeownership
+ LendingClub.Listing: instance Show Listing
+ LendingClub.Listing: instance Show Offer
+ LendingClub.Listing: instance Show Purpose
+ LendingClub.Listing: instance Show SubGrade
+ LendingClub.Listing: instance ToJSON Grade
+ LendingClub.Listing: instance Typeable Grade
+ LendingClub.Listing: instance Typeable Homeownership
+ LendingClub.Listing: instance Typeable SubGrade
+ LendingClub.Listing: isHomeowner :: Credit -> !Bool
+ LendingClub.Listing: listingGrade :: Listing -> !Grade
+ LendingClub.Listing: listingId :: Listing -> !Int
+ LendingClub.Listing: monthsEmployed :: Credit -> !(Maybe Int)
+ LendingClub.Listing: offer :: Listing -> !Offer
+ LendingClub.Listing: openCreditLines :: Credit -> !(Maybe Int)
+ LendingClub.Listing: purpose :: Listing -> !Purpose
+ LendingClub.Listing: rate :: Offer -> !Double
+ LendingClub.Listing: requestAmount :: Offer -> !Money
+ LendingClub.Listing: revolvingAvailableCredit :: Credit -> !(Maybe Int)
+ LendingClub.Listing: revolvingBalance :: Credit -> !(Maybe Money)
+ LendingClub.Listing: subGrade :: Listing -> !SubGrade
+ LendingClub.Listing: termInMonths :: Offer -> !Int
+ LendingClub.Listing: totOpenRevolvingAccts :: Credit -> !(Maybe Int)
+ LendingClub.Note: grade :: Note -> Grade
+ LendingClub.Note: instance Constructor C1_0Note
+ LendingClub.Note: instance Datatype D1Note
+ LendingClub.Note: instance Eq Note
+ LendingClub.Note: instance FromJSON Note
+ LendingClub.Note: instance Generic Note
+ LendingClub.Note: instance Selector S1_0_0Note
+ LendingClub.Note: instance Selector S1_0_1Note
+ LendingClub.Note: instance Selector S1_0_2Note
+ LendingClub.Note: instance Selector S1_0_3Note
+ LendingClub.Note: instance Selector S1_0_4Note
+ LendingClub.Note: instance Selector S1_0_5Note
+ LendingClub.Note: instance Selector S1_0_6Note
+ LendingClub.Note: instance Selector S1_0_7Note
+ LendingClub.Note: instance Selector S1_0_8Note
+ LendingClub.Note: instance Selector S1_0_9Note
+ LendingClub.Note: instance Show Note
+ LendingClub.Note: interestRate :: Note -> Double
+ LendingClub.Note: loanAmount :: Note -> Money
+ LendingClub.Note: loanId :: Note -> Int
+ LendingClub.Note: loanLength :: Note -> Int
+ LendingClub.Note: loanStatus :: Note -> Text
+ LendingClub.Note: noteAmount :: Note -> Money
+ LendingClub.Note: noteId :: Note -> Int
+ LendingClub.Note: orderId :: Note -> Int
+ LendingClub.Note: paymentsReceived :: Note -> Money

Files

lendingclub.cabal view
@@ -1,5 +1,5 @@ name:                lendingclub-version:             0.1.0.0+version:             0.1.1 synopsis:            Bindings for the LendingClub marketplace API description:         Bindings for the LendingClub marketplace API homepage:            https://www.lendingclub.com/developers/lc-api.action@@ -29,7 +29,7 @@     LendingClub.Internal.JSON    build-depends:       -    base >=4.8 && <4.9, +    base >=4.7 && <4.9,      text >=1.2 && <1.3,      bytestring >=0.10 && <0.11,      mtl >=2.2 && <2.3,