From bbec278482b496b683e51538cc91aa8224560fdc Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Fri, 2 Aug 2024 12:39:48 +0200 Subject: [PATCH] Calculate the correct service fee for non-Kernselectie mutual funds at DEGIRO DEGIRO charges an annual service fee of 0.2% for mutual funds which are not part of the Kernselectie. See https://github.com/nicwortel/indexfondsenvergelijken.nl/pull/52 for context. --- data/brokers.json | 18 ++++++++++++++++++ data/portfolios.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/data/brokers.json b/data/brokers.json index 36bf62e..d73b416 100644 --- a/data/brokers.json +++ b/data/brokers.json @@ -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", diff --git a/data/portfolios.json b/data/portfolios.json index b20037d..e99d152 100644 --- a/data/portfolios.json +++ b/data/portfolios.json @@ -97,7 +97,7 @@ "Lynx", "Easybroker", "ING", - "DEGIRO" + "DEGIRO Beleggingsfondsen" ] }, {