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

update DB to store individual positions instead of total value only #6

Open
MarkusZoppelt opened this issue Oct 24, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@MarkusZoppelt
Copy link
Owner

Currently, the db only stores the previous total prices and not the individual stocks.

Example:

Adding a new position (that has performed poorly this YTD) will change the historical performance of the portfolio, even though it's a new position.

Todo:

keep track of all individual stocks (that way buying and selling stocks would become new db entries). This would help tracking the performance better.

Thanks to u/fynnsu for bringing up that issue.

@MarkusZoppelt MarkusZoppelt added the enhancement New feature or request label Oct 24, 2022
@MarkusZoppelt MarkusZoppelt added good first issue Good for newcomers help wanted Extra attention is needed labels Dec 21, 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 good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant