Skip to content

Commit

Permalink
Merge pull request #58 from willemstuursma/master
Browse files Browse the repository at this point in the history
#57 Add new fees for Rabobank
  • Loading branch information
nicwortel authored Aug 1, 2024
2 parents d24b466 + 48d9c9c commit 7b8e465
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 7b8e465

Please sign in to comment.