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

Rebalancing based on arbitrary asset allocation #3

Open
marcopus opened this issue Jun 14, 2022 · 0 comments
Open

Rebalancing based on arbitrary asset allocation #3

marcopus opened this issue Jun 14, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@marcopus
Copy link
Owner

This feature is about make portfolio rebalancing based on some arbitrary asset allocations provided by the user. This could be used, for instance, if reference dates are not practical or not desired.

Example

Say we have three funds, A, B and C. The user provides an asset allocation, say like

{
    "A": 20,
    "B": 25,
    "C": 55
}

and the tool makes its rebalancing calculations based on this arbitrary values.

@marcopus marcopus added the enhancement New feature or request label Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant