Skip to content

Commit 13a37aa

Browse files
committed
update csv-import.md (issues 188 & 189)
1 parent 2886ff8 commit 13a37aa

13 files changed

Lines changed: 632 additions & 109 deletions

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ test.md
66
.github/copilot-instructions.md
77
.gitignore
88
.vscode
9-
portfolio-help.code-workspace
9+
portfolio-help.code-workspace
10+
.continue
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Type;Date;Value;Cash Account;Securities Account;Shares;Taxes;Fees;Security Name
2-
Buy;2024-01-04;900;;;20;5;10;BASF
3-
Removal ;2024-01-04;150;broker-B (EUR);broker-A;;;;
4-
Interest;2024-01-05;99;broker-B (EUR);;;;;
5-
Fees;2024-01-06;98;broker-A (EUR);;;;;BASF
1+
Type; Date; Value; Cash Account; Offset Account; Gross Amount; Currency Gross Amount
2+
Withdrawal;2026-03-04;150;broker-B (EUR); ; ;
3+
Deposit;2026-03-04;150;broker-A (EUR); ; ;
4+
Transfer (Outbound);2026-03-04;100;broker-A (EUR);broker-A (USD);110;USD
5+
Fees;2026-04-06;2;broker-A (EUR); ; ;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Date;Type;Shares;Security Name;Value;Exchange rate;fees;taxes;Securities Account;Cash Account
2-
2024-01-04; Sell; 2; BASF; 90; ;5; 3; broker-A; broker-A (EUR)
3-
2024-01-13; Buy; 3; NVIDIA; 1740,98; 1,0837; 15; 10; broker-A; broker-A (EUR)
2+
2026-01-04; Sell; 2; BASF; 90; ;5; 3; broker-A; broker-A (EUR)
3+
2026-01-13; Buy; 3; NVIDIA; 1740,98; 1,0837; 15; 10; broker-A; broker-A (EUR)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Date;Ticker Symbol;ISIN;Security Name;Currency;shares;value
2-
2024-01-03;BAS;DE000BASF111 ;BASF;EUR;20;900
3-
2024-01-04;NVDA;;NVIDIA;USD;10;5450
1+
Date;Ticker Symbol;ISIN;Security Name;Currency;Shares;Value
2+
2026-04-05;BAS;DE000BASF111 ;BASF;EUR;20;900
3+
2026-04-06;NVDA;;NVIDIA;USD;5;750
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Ticker Symbol;ISIN;Security Name;Currency
2-
BAS;DE000BASF111 ;BASF;EUR
3-
NVDA;;NVIDIA;USD
1+
Ticker Symbol;ISIN;Security Name;currency;Info
2+
BAS;DE000BASF111;BASF;EUR;XETRA
3+
NVDA;;NVIDIA;USD;NASDAQ

docs/en/assets/kommer-1.portfolio

11.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)