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

Implement a strategic strategy #46

Closed
jean-michel-gonet opened this issue Sep 29, 2020 · 0 comments
Closed

Implement a strategic strategy #46

jean-michel-gonet opened this issue Sep 29, 2020 · 0 comments
Assignees

Comments

@jean-michel-gonet
Copy link
Owner

Why?

  • Because it is a very common strategy.

Condition of satisfaction

The strategy has the following properties:

  • X% cash.
  • Y1% asset 1
  • Y2% asset 2
  • etc.
  • Where X% + Y1% +Y2% + ... = 100%
@jean-michel-gonet jean-michel-gonet self-assigned this Feb 20, 2021
jean-michel-gonet added a commit that referenced this issue Mar 5, 2021
* Created a ``FixedAllocationsStrategy`` class to implement this strategy, and required components to instantiate the class.
* Extended the ``Account`` to have a settlement time:
  * When selling parts, the cash is immediately counted in the NAV, but it is not immediately available for buying other assets.
  * When buying parts, they're immediately counted in the NAV, but they're not immediately available for selling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant