Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lak analyze rebalance - missing custom class #44

Closed
mhenke opened this issue Feb 26, 2022 · 3 comments
Closed

lak analyze rebalance - missing custom class #44

mhenke opened this issue Feb 26, 2022 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@mhenke
Copy link

mhenke commented Feb 26, 2022

I added a class called US_Ext for extended market since my 401k plan doesn't have a total market fund but has a s&p 500 and extended market. When I run rebalance, it seems to miss the US_Ext class.

lak analyze rebalance
Class Actual% Desired% Value Difference


US 83% 59% $189,381.65 -$53,901.82
Bonds 2% 10% $4,820.86 +$18,126.26
Intl 3% 18% $7,061.55 +$34,243.28

lak list aa shows the US_Ext class

@sarvjeets sarvjeets self-assigned this Feb 26, 2022
@sarvjeets
Copy link
Owner

Any chance US_Ext class is already within bounds? lak analyze rebalance only prints the assets that are not within bounds.

Is that's not the case, could you please attach the output of lak list aa

@sarvjeets sarvjeets added the bug Something isn't working label Feb 26, 2022
@mhenke
Copy link
Author

mhenke commented Feb 26, 2022

here is the yaml file.

portfolio.yaml.txt

here is the output
image

@sarvjeets
Copy link
Owner

sarvjeets commented Feb 26, 2022

Looking at lak list aa; it seems like the US_Ext is within the rebalance bounds (5% absulute; 25% relative). lak analyze rebalance will only print an asset class if it needs rebalancing. (which in this case are US, Intl and Bonds). This is WAI.

I'll take an AI to update the documentation of lak analyze relabance to make this obvious.

@sarvjeets sarvjeets added documentation Improvements or additions to documentation and removed bug Something isn't working labels Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants