Skip to content

Commit

Permalink
#57 Add new fees for Rabobank
Browse files Browse the repository at this point in the history
  • Loading branch information
willemstuursma committed Jul 31, 2024
1 parent d24b466 commit 48d9c9c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions data/brokers.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@
"serviceFee": {
"tiers": [
{"upperLimit": 100000, "percentage": 0.06},
{"upperLimit": null, "percentage": 0.03}
{"upperLimit": 500000, "percentage": 0.03},
{"upperLimit": 2000000, "percentage": 0.01},
{"upperLimit": null, "percentage": 0.0025}
],
"minimum": 5,
"maximum": 100
"minimum": 5
},
"serviceFeeCalculation": "averageOfQuarter",
"mutualFundTransactionFee": {
Expand All @@ -57,11 +58,6 @@
"percentage": 0.05,
"maximum": 150
},
"dividendDistributionFee": {
"base": "0.25",
"percentage": 0.5,
"maximum": 100
},
"costOverview": "https://media.rabobank.com/m/14436ec47eac2bbb/original/Tarieven-beleggen-bij-de-Rabobank.pdf",
"website": "https://www.rabobank.nl/particulieren/beleggen/rabo-zelf-beleggen/"
},
Expand Down

0 comments on commit 48d9c9c

Please sign in to comment.