Skip to content

Commit

Permalink
Calculate the correct service fee for non-Kernselectie mutual funds a…
Browse files Browse the repository at this point in the history
…t DEGIRO

DEGIRO charges an annual service fee of 0.2% for mutual funds which are not part
of the Kernselectie.

See #52 for context.
  • Loading branch information
nicwortel committed Aug 2, 2024
1 parent b634ad0 commit bbec278
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions data/brokers.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,24 @@
"costOverview": "https://www.degiro.nl/data/pdf/Tarievenoverzicht.pdf",
"website": "https://www.degiro.nl/"
},
{
"name": "DEGIRO Beleggingsfondsen",
"logo": "degiro.png",
"product": "Basic",
"mutualFundTransactionFee": {
"flat": 3.9
},
"etfTransactionFee": {
"flat": 3
},
"serviceFee": {
"_comment": "The 0.2% is per year, so divide 0.2% by 12 months",
"percentage": 0.016666667
},
"serviceFeeFrequency": "monthly",
"costOverview": "https://www.degiro.nl/data/pdf/Tarievenoverzicht.pdf",
"website": "https://www.degiro.nl/"
},
{
"name": "Saxo Bank",
"logo": "saxo.png",
Expand Down
2 changes: 1 addition & 1 deletion data/portfolios.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"Lynx",
"Easybroker",
"ING",
"DEGIRO"
"DEGIRO Beleggingsfondsen"
]
},
{
Expand Down

0 comments on commit bbec278

Please sign in to comment.