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

re-model portfolio data structure #5

Merged
merged 14 commits into from
Dec 18, 2023

Commits on Dec 18, 2023

  1. add allocation package

    this has all the algorithms currently on portfolio tree
    the tests in the proprietary package depend on other code so I am just
    copying the implementation till I can refactor the tests to be open
    source friendly
    crhntr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b4a94bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    690b7b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2889189 View commit details
    Browse the repository at this point in the history
  4. add factors to Metadata

    crhntr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    07a5441 View commit details
    Browse the repository at this point in the history
  5. fix test setup

    the variable names were a bit weird too
    crhntr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e98e6f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b56982f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55dc958 View commit details
    Browse the repository at this point in the history
  8. add label field to Component

    crhntr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a76917a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41277e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5632ea2 View commit details
    Browse the repository at this point in the history
  11. use Component for factor list

    crhntr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    affa8df View commit details
    Browse the repository at this point in the history
  12. fix tests after rebase

    crhntr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b216f08 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7460968 View commit details
    Browse the repository at this point in the history
  14. fix fake /api/returns endpoint

    crhntr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2f23051 View commit details
    Browse the repository at this point in the history