prosper-0.1.1: Bindings to the Prosper marketplace API

Safe HaskellNone
LanguageHaskell2010

Prosper.Account

Synopsis

Documentation

data Account Source

A data structure for holding account information for Prosper

Constructors

Account 

Fields

availableCash :: !Money

Available cash for investing

pendingInvestments :: !Money

Amount of money invested that is pending origination

totPrincipalRecvdOnActiveNotes :: !Money

Total principal payments received on active notes

totalInvestedOnActiveNotes :: !Money

Total amount invested

outstandingPrincipalActiveNotes :: !Money

Total principal outstanding on active notes

totalAccountValue :: !Money

Total dollars held in investible cash, pending orders in the market, outstanding principal

pendingInvestmentsSecondaryMkt :: !Money

Investments on Folio

pendingQuickInvestOrders :: !Money

Prosper Quick Invests

Instances

Eq Account 
Show Account 
FromJSON Account

Parser for account info

Located at api/Account

emptyAccount :: Account Source

An empty account. All values are zero.