Safe Haskell | None |
---|---|
Language | Haskell2010 |
- invest :: Authorization -> InvestorId -> Money -> Listing -> IO InvestResponse
- account :: Authorization -> InvestorId -> IO Account
- allListings :: Authorization -> IO (Vector Listing)
- notes :: Authorization -> InvestorId -> IO (Vector Note)
- listingFromNote :: Authorization -> Note -> IO (Maybe Listing)
Documentation
invest :: Authorization -> InvestorId -> Money -> Listing -> IO InvestResponse Source
account :: Authorization -> InvestorId -> IO Account Source
allListings :: Authorization -> IO (Vector Listing) Source
notes :: Authorization -> InvestorId -> IO (Vector Note) Source
listingFromNote :: Authorization -> Note -> IO (Maybe Listing) Source
Does not talk to LendingClub's listings endpoint. This uses in-memory data to retrieve listings.
TODO This thing is pretty much useles... Need to access historical listings