The Analytic Companion for Portfolio Performance
Project description
pp-terminal - The Analytic Companion for Portfolio Performance
A powerful command-line tool that uses the openness of Portfolio Performance data and the convenient access of ppxml2db to offer a whole new level of insights into your portfolio.
For example, pp-terminal includes a command to calculate the preliminary tax values ("Vorabpauschale") for Germany:
pp-terminal is a lightweight tool for all the nice-to-have features that won't make it into the official Portfolio Performance app. This can be because of country-dependant tax rules, complex Java implementation, highly individual requirements, too many edge-cases, etc.
By default, pp-terminal provides the following commands:
| Command | Description |
|---|---|
list accounts |
Get detailed information about the balances per each deposit and/or securities account |
list securities |
Get detailed information about the securities |
simulate interest |
Calculate how much interest you should have been earned per account and compare with actual values |
simulate share-sell |
Calculate the taxes if a security from a certain account would be sold |
simulate vorabpauschale |
Run a simulation for the German preliminary tax ("Vorabpauschale") on the portfolio |
validate |
Run a number of different validation checks on the portfolio data, e.g. security prices up-to-date |
Code completion for commands and options is available.
You can choose between different output formats like JSON or CSV with the --format option.
In addition to the standard set, you can easily create your own commands and share them with the community.
[!IMPORTANT] I am not a tax consultant. All results of this application are just a non-binding indication and without guarantee. They may deviate from the actual values.
Requirements
- pipx to install the application (without having to worry about different Python runtimes)
- Portfolio Performance version >= 0.70.3
- Portfolio Performance file must be saved as "XML with id attributes"
Installing
pipx install pp-terminal
Once installed, update to the latest with:
pipx upgrade pp-terminal
Usage 💡
The commands mentioned above all require the Portfolio Performance XML file as input.
The application does not modify the original Portfolio Performance file.
You can either provide that file as first option to the command
pp-terminal --file=depot.xml list accounts
or by setting an environment variable PP_TERMINAL_INPUT_FILE=depot.xml you can omit the option
pp-terminal list accounts
To view all available arguments you can always use the --help option.
Customize Number Formats
If you want another formatting for numbers, assure that the terminal has the correct language settings, e.g. for Germany
set environment variable LANG=de_DE.UTF-8.
Disable Colored Output
To disable all colors in the console output for a better readability, you can set the NO_COLOR=1 environment variable.
Contributing
Propose Changes
To contribute improvements to pp-terminal just follow these steps:
- Fork and clone this repository
- Run
make - Verify build with
poetry run pp-terminal --version - Create a new branch based on
master:git checkout master && git pull && git checkout -b your-patch - Implement your changes in this new branch
- Run
maketo verify everything is fine - Submit a Pull Request
Create Your Own Command ⚒️
Developers can easily extend the default pp-terminal functionality by implementing their own commands. Therefore, the Python
entry point pp_terminal.commands is provided.
To hook into a sub-command, e.g. list, you have to prefix the entry point name with list..
The most basic pp-terminal command looks like this:
from pp_terminal.output import Console
import typer
app = typer.Typer()
console = Console()
@app.command
def hello_world() -> None:
console.print("Hello World")
This will result in the command pp-terminal hello-world being available.
For more sophisticated samples take a look at the packaged commands in the pp_terminal/commands directory,
e.g. a good starting point is list_accounts.py.
The app uses Typer for composing the commands and Rich for nice console outputs. The Portfolio Performance XML file is read with ppxml2db and efficiently held in pandas dataframes.
If your command makes sense for a broader audience, I'm happy to accept a pull request.
Known Limitations 🚧
- The script is still in beta version, so there might be Portfolio Performance files that are not compatible with and also public APIs can change
License
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pp_terminal-0.6.1.tar.gz.
File metadata
- Download URL: pp_terminal-0.6.1.tar.gz
- Upload date:
- Size: 54.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25d740678364890f280dbdf769e96388462dd693f2b9fecfa62d3fdb3e0f6058
|
|
| MD5 |
5e5461b17a3ecd5a0370e157ff7f9286
|
|
| BLAKE2b-256 |
3da058312c088d70e0884e83997a3e30fa3402ba3856d75ee61fc4f760172860
|
Provenance
The following attestation bundles were made for pp_terminal-0.6.1.tar.gz:
Publisher:
ci.yml on ma4nn/pp-terminal
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pp_terminal-0.6.1.tar.gz -
Subject digest:
25d740678364890f280dbdf769e96388462dd693f2b9fecfa62d3fdb3e0f6058 - Sigstore transparency entry: 813574443
- Sigstore integration time:
-
Permalink:
ma4nn/pp-terminal@d84352f4b4fac1de4630cd148d8dc529fc33ea25 -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ma4nn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@d84352f4b4fac1de4630cd148d8dc529fc33ea25 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pp_terminal-0.6.1-py3-none-any.whl.
File metadata
- Download URL: pp_terminal-0.6.1-py3-none-any.whl
- Upload date:
- Size: 79.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4def4ccbc15f23d54a4189bbe908c7a15f3f12d4aa1b2b37be63727be7d44e38
|
|
| MD5 |
4f90e6a1feaa5a5d6bb95ea6d5a13bae
|
|
| BLAKE2b-256 |
fc55dbd453d34142c0b48ed03596c6dafe1a13a494cff5a84900313a5896d82c
|
Provenance
The following attestation bundles were made for pp_terminal-0.6.1-py3-none-any.whl:
Publisher:
ci.yml on ma4nn/pp-terminal
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pp_terminal-0.6.1-py3-none-any.whl -
Subject digest:
4def4ccbc15f23d54a4189bbe908c7a15f3f12d4aa1b2b37be63727be7d44e38 - Sigstore transparency entry: 813574444
- Sigstore integration time:
-
Permalink:
ma4nn/pp-terminal@d84352f4b4fac1de4630cd148d8dc529fc33ea25 -
Branch / Tag:
refs/tags/v0.6.1 - Owner: https://github.com/ma4nn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@d84352f4b4fac1de4630cd148d8dc529fc33ea25 -
Trigger Event:
release
-
Statement type: