Added
- A new module `lakshmi.performance` that adds ability to checkpoint
portfolio balances and display stats about portfolio's performance over time.
- New commands in `lak` that exposes some functionality of the
`lakshmi.performance` module:
- `lak add checkpoint`
- `lak edit checkpoint`
- `lak delete checkpoint`
- `lak list checkpoints`
- `lak list performance`
- `lak info performance`
- Support in `.lakrc` to specify where the portfolio performance related data
(checkpoints) are stored.
Fixed
- Help message now shows default values for `lak analyze rebalance`.
- Added validation for I/EE bond purchase dates.