Skip to content

A program to manage Prosper investments implemented in Haskell

Notifications You must be signed in to change notification settings

Friede80/Prosper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Prosper

Prosper is a tool to automate investments on the peer-to-peer lending site Prosper. Given a target portfolio distribution, this program will attempt to purchase available notes to keep your portfolio balanced.

Installation

$ ghc Prosper.hs

Usage

Prosper.exe "path/to/configfile.txt

Config file

The config file must be a JSON formated file with the following fields:

{
    "clientID":"XXXX",
    "clientSecret":"XXXX",
    "userID":"XXXX",
    "password":"XXXX",
    "distribution",[0.2, 0.3, 0.5, 0, 0, 0, 0]
}

Here distribution is an array where each filed indicates the percentage of the portfolio that should be invested in the corresponding note category: [ "AA", "A", "B", "C", "D", "E", "HR" ]

About

A program to manage Prosper investments implemented in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published