You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/getting-started/create-portfolio.md
+43-5Lines changed: 43 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,56 @@ title: Creating a portfolio
4
4
5
5
With the menu `File > New > File` you can create a new portfolio file. You can have as many portfolios on your system. A wizard will guide you through the setup process.
6
6
7
-
First you need to select the default currency for the portfolio (see figure 1). You can always he the currency for individual securities
8
-
7
+
First you need to select the default currency for the portfolio (see figure 1). You can always change the currency for individual securities. PP supports almost every possible currency: from AED (United Arab Emirates Dirham) to ZWL (Zimbabwean dollar).
9
8

10
9
11
-
PP supports more than xx currencies
10
+
Your portfolio must contain at least one security [account](../concepts/account.md) and one associated deposit account (reference).
12
11
13
12

14
13
14
+
Sometimes, you need more than one deposit account. In step 3, you can add these extra cash accounts (e.g. in different currencies) to your portfolio.
15
15

16
16
17
+
As part of the creation wizard, you can also add the securities that you want to track in this portfolio. These securities are retrieved from German index trackers such a DAX (Deutscher Aktienindex) , tecDax, SDAX, and MDAX. You can also add the index itself or others (e.g. NASDAQ) with Indizes. Of course, you can add securities later on. Your choice is then much larger.
18
+
17
19

18
20
19
-

20
21
21
-
A file `unamed.xml` is created. You should save it under a different name and location.
22
+
Taxonomies such as Asset classes and Regions are used to classify your securities. This classification can then later on be used in performance analysis e.g. show me the performance of all securities from region xxx.
23
+
24
+

25
+
26
+
Only steps 1 and 2 are mandatory: setting the default currency and base portfolio with associated cash account. You can tell this from figure 2 because the `Finish` button becomes available. After that a file `unamed.xml` is created. Of course, you should save it under a different name and location.
27
+
28
+
# XML
29
+
All data of your portfolio is stored in one XML-file (eXtensible Markup Language). This is a human-readable file format. For example, take the following buying transaction of 5 shares of Microsoft at a purchase price of 334.27 USD with 30 USD fees and 45 USD taxes (see figure 6.).
30
+
31
+

32
+
33
+
This single buying transaction is represented with the following XML code.
Copy file name to clipboardExpand all lines: docs/en/getting-started/installation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,6 @@ PP is available for MacOS, Windows and Linux. You need to download it and do som
9
9
# Windows
10
10
You can download the compressed *Zip-file* and extract it in a directory at your choice. Even a portable USB-stick (about 250 MB free space) is fine (run from stick).
11
11
12
-
# Windows
13
-
You can download the compressed *Zip-file* and extract it in a directory at your choice. Even a portable USB-stick (about 250 MB free space) is fine (run from stick).
14
-
15
12
You can also download the Windows - Installer (setup.exe). On Windows 11, you get a security warning about the dangers of running an exe-file. After that, double clicking on this file, will start the installation. You can change the destination folder. By default, the c:\user directory is taken. You need about 200 MB of free space (see figure 2).
16
13
17
14
 { .pp-figure}
@@ -21,6 +18,9 @@ TODO: difference between windows installer & zip + adding how to install on macO
21
18
TODO: difference between windows installer & zip + adding how to install on macOS & Linux
22
19
{: .hidden}
23
20
21
+
# MacOS
22
+
23
+
24
24
# Github
25
25
The installer files are in fact stored in the [author's github repository](https://github.com/portfolio-performance/portfolio/releases). So, you can also download the program from this repository. If you ever should need a previous version, this is also the place to be (click on the version number at the left side).
0 commit comments