Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilMaric authored Apr 7, 2021
1 parent d0104bd commit cbcd2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ yourself).
# Usage
To generate the buys that will move your portfolio as close as possible to the target allocation, run the tool as follows:
```
$ portfolio-rebalancer -p <portfolio CSV-file> <lump sum to invest>
$ portfolio-rebalancer calc -p <portfolio CSV-file> <lump sum to invest>
```

Using our `sample-portfolio.csv` as above, a sample run could look as follows:
```
$ portfolio-rebalancer -p sample-portfolio.csv 100
$ portfolio-rebalancer calc -p sample-portfolio.csv 100
Buy 5X MSFT @ 10.00 - New allocation 40.00%
Buy 1X APPL @ 20.00 - New allocation 30.00%
Buy 1X GOOG @ 30.00 - New allocation 30.00%
Expand Down

0 comments on commit cbcd2f4

Please sign in to comment.