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

Calculate absolute and time-weighted rates of return #11

Open
1 of 2 tasks
IsaacCheng9 opened this issue Jun 12, 2023 · 1 comment
Open
1 of 2 tasks

Calculate absolute and time-weighted rates of return #11

IsaacCheng9 opened this issue Jun 12, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request requires research This requires extra research

Comments

@IsaacCheng9
Copy link
Owner

IsaacCheng9 commented Jun 12, 2023

Summary

  • Calculate absolute and time-weighted rates of return for:
    • User's entire portfolio
    • Each security in the user's portfolio
  • Absolute rate of return is the traditional metric: (current value - bought value) / bought value
  • Time-weighted rate of return is a new metric used by platforms like Vanguard.
    • It accounts for how long the user has held the security and extrapolates the return if they held it for a year.
    • More research must be done to ensure we implement this accurately.
    • Example of existing solution from Sharesight.

Progress

  • Absolute rate of return
  • Time-weighted rate of return

Related Issues

@IsaacCheng9
Copy link
Owner Author

Added existing example from Sharesight. Interestingly, they've taken the decision to avoid using time-weighted rates of return for investments less than a year ago, seemingly because this figure would otherwise fluctuate too much.

@IsaacCheng9 IsaacCheng9 added the high priority Requires more urgent attention label Jun 18, 2023
@IsaacCheng9 IsaacCheng9 self-assigned this Jun 18, 2023
@IsaacCheng9 IsaacCheng9 removed the high priority Requires more urgent attention label Jun 20, 2023
@IsaacCheng9 IsaacCheng9 moved this from In Progress to In Review in Kanban Board for Trading Portfolio Tracker Jun 20, 2023
@IsaacCheng9 IsaacCheng9 moved this from In Review to In Progress in Kanban Board for Trading Portfolio Tracker Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request requires research This requires extra research
Development

No branches or pull requests

1 participant