Extend securities filters to also include short positions#61
Extend securities filters to also include short positions#61financelurker wants to merge 2 commits into
Conversation
|
Not quite sure how to solve the build issue... Poetry gives me errors (wants to install packages in the system, despite having a venv in the repository) and make does not work either (selinux errors, I am on Fedora)... (I have installed it as editable source-module, and this way it works...) |
|
|
@financelurker thanks, I have consolidated the new tests into the existing ones and build now works fine 👍 The only thing I am still struggling is:
What's your take on these points? |
|
@financelurker any thoughts on this ☝️? |



This change allows the "view securities" command to also show short positions in your repository.
I know, short positions in Portfolio Performance are a bit wonky, but still used by many people.
snapshot.shares now returns also negative amounts; view securities is adapted, values()/VAP/share-sell are out of scope and can be inplausible (needs a separate change).