Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benhg/paper-portfolio

Track paper portfolios of money over time
https://github.com/benhg/paper-portfolio

Last synced: 19 days ago
JSON representation

Track paper portfolios of money over time

Awesome Lists containing this project

README

        

# paper-portfolio
Track paper portfolios of money over time
```
{

meta:
{total_cash_entered
date_opened:
total_value:
}

settlement:
{symbol: CASH
value: 1 (special case)
shares: (whatever is available)
transactions : [{amount, type, price}] (negative price is sale, zero price is a dividend)

some-label {symbol: "VBAIX"
shares: 4.56(float)
transactions:[] }

}

```