Skip to content

Release 2.5.0

Compare
Choose a tag to compare
@sarvjeets sarvjeets released this 24 Apr 16:34
· 147 commits to develop since this release
v2.5.0
0b30840

What's Changed

Added

  • A new command lak analyze allocate which suggests how to allocate new cash,
    while making sure the actual asset allocation remains close to the desired
    allocation. This command can also be used to get rebalancing suggestions or to
    withdraw money from the portfolio. In all cases, it will suggest changes that
    will minimize the relative difference between actual asset allocation and the
    desired asset allocation.
  • A new
    recipes doc
    documenting tips and tricks for using Lakshmi.

Changed

  • Changed some of the common methods to return percentages rounded to 1 digit
    rather than 0.
  • Earlier asset classes with no money mapped to them were not returned when
    returning asset allocation. Now all asset classes are returned regardless of
    whether they have money mapped or not.

Full Changelog: v2.4.1...v2.5.0