Skip to content

Commit

Permalink
Split Saxo Bank into Saxo Bank and Saxo Bank AutoInvest
Browse files Browse the repository at this point in the history
Some of the portfolios listed with Saxo are supported by Saxo's AutoInvest,
allowing for automated monthly investments with zero transaction costs.

To list the transaction costs for all portfolios (with or without AutoInvest)
correctly, we split the broker into two brokers: one with transaction costs
for ETFs, and one without.
See https://www.home.saxo/nl-nl/products/autoinvest for more information.
  • Loading branch information
nicwortel committed Apr 15, 2024
1 parent 304beb8 commit d3f8436
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
14 changes: 14 additions & 0 deletions data/brokers.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,20 @@
"costOverview": "https://www.home.saxo/-/media/documents/regional/nl/pricing-unified.pdf?revision=db393ec4-e48a-4be2-a5e4-7751670cd203",
"website": "https://www.home.saxo/nl-nl"
},
{
"name": "Saxo Bank AutoInvest",
"logo": "saxo.png",
"product": "Zelf Beleggen AutoInvest",
"serviceFee": {
"percentage": 0.01,
"maximum": 40
},
"serviceFeeFrequency": "monthly",
"mutualFundTransactionFee": 0,
"etfTransactionFee": 0,
"costOverview": "https://www.home.saxo/-/media/documents/regional/nl/pricing-unified.pdf?revision=db393ec4-e48a-4be2-a5e4-7751670cd203",
"website": "https://www.home.saxo/nl-nl"
},
{
"name": "FitVermogen",
"logo": "fitvermogen.png",
Expand Down
6 changes: 3 additions & 3 deletions data/portfolios.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ING",
"ABN Amro",
"DEGIRO",
"Saxo Bank",
"Saxo Bank AutoInvest",
"Interactive Brokers",
"Lynx",
"Easybroker"
Expand All @@ -65,7 +65,7 @@
"DEGIRO",
"Interactive Brokers",
"Lynx",
"Saxo Bank",
"Saxo Bank AutoInvest",
"Easybroker"
]
},
Expand All @@ -92,7 +92,7 @@
}
],
"brokers": [
"Saxo Bank",
"Saxo Bank AutoInvest",
"Interactive Brokers",
"Lynx",
"Easybroker"
Expand Down
11 changes: 11 additions & 0 deletions wijzigingen.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@

<h1 class="h2">Wijzigingen</h1>

<article>
<h2 class="h4 mb-0">Betere ondersteuning voor Saxo AutoInvest</h2>

<p class="text-muted">15 april 2024</p>

<p>Voor Saxo Bank wordt nu onderscheid gemaakt tussen portfolio's die ondersteund worden door AutoInvest
(automatisch maandelijks inleggen zonder transactiekosten) en portfolio's die niet via AutoInvest
aangekocht kunnen worden. Ook wordt nu al de nieuwe kostenstructuur toegepast, die vanaf 13 mei
in zal gaan.</p>
</article>

<article>
<h2 class="h4 mb-0">Overname NN fondsen door Goldman Sachs</h2>

Expand Down

0 comments on commit d3f8436

Please sign in to comment.