Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benhg/paper-portfolio
- Owner: benhg
- Created: 2022-01-02T21:05:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T20:01:01.000Z (about 2 months ago)
- Last Synced: 2024-11-14T21:17:44.512Z (about 2 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:[] }}
```