https://github.com/pb-/vesting
https://github.com/pb-/vesting
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pb-/vesting
- Owner: pb-
- Created: 2021-08-08T18:52:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T18:54:02.000Z (about 5 years ago)
- Last Synced: 2025-07-23T00:12:50.644Z (about 1 year ago)
- Language: Clojure
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vesting
A small program to print a vesting chart for awarded stock grants. You configure a file like [example.edn](example.edn), then run
```
clojure -m vesting example.edn | gnuplot | feh -
```
and you see something this:

For this to work you will need the programs involved in the pipeline, i.e.
* Clojure
* Gnuplot
* feh, or any other image viewer
You can also adjust the valuation by passing a parameter to see how the portfolio behaves:
```
clojure -m vesting example.edn 2800 | gnuplot | feh -
```