Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Cardano funds (formerly ACTIAM funds) #42

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed assets/images/actiam.png
Binary file not shown.
Binary file added assets/images/cardano.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions data/funds.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,34 +112,34 @@
"_source": "https://www.morningstar.nl/nl/funds/snapshot/snapshot.aspx?id=F0GBR04B1D&tab=3"
},
{
"name": "ACTIAM Duurzaam Index Aandelenfonds Wereld",
"name": "Cardano ESG Transition Enhanced Index Equity Global",
"type": "mutualFund",
"symbol": "AVIAW",
"symbol": "CARIW",
"isin": "NL0011309349",
"logo": "actiam.png",
"logo": "cardano.png",
"totalExpenseRatio": 0.08,
"internalTransactionCosts": 0.0324,
"internalTransactionCosts": 0,
"dividendLeakage": 0,
"kiid": "https://www.actiam.com/4a5659/siteassets/6_fondsen/actiam-retail/ebi/ebi_actiam_duurzaam_index_aandelenfonds_wereld.pdf",
"factsheet": "https://www.actiam.com/4a52de/siteassets/6_fondsen/actiam-retail/factsheet-nl/fs_adia_wereld.pdf",
"kiid": "https://www.cardano.nl/download/8503/",
"factsheet": "https://www.cardano.nl/download/8499/",
"index": "MSCI World Index",
"esgExclusions": 19.1,
"_source": "https://www.actiam.com/497fbc/siteassets/6_fondsen/actiam-retail/jaarverslagen/jaarverslag-2020-actiam-beleggingsfondsen-nv.pdf#page=52"
"esgExclusions": 17.2,
"_source": "https://www.cardano.nl/esg-dashboard/?portfolioId=CARIW"
},
{
"name": "ACTIAM Duurzaam Index Aandelenfonds Opkomende Landen",
"name": "Cardano ESG Transition Enhanced Index Equity Emerging Markets",
"type": "mutualFund",
"symbol": "AVIAO",
"symbol": "CARIEM",
"isin": "NL0014332587",
"logo": "actiam.png",
"logo": "cardano.png",
"totalExpenseRatio": 0.13,
"internalTransactionCosts": 0.131,
"internalTransactionCosts": 0.03,
"dividendLeakage": 12,
"kiid": "https://www.actiam.com/49b032/siteassets/6_fondsen/actiam-retail/ebi/ebi-actiam-duurzaam-index-aandelenfonds-opkomende-landen.pdf",
"factsheet": "https://www.actiam.com/4a52de/siteassets/6_fondsen/actiam-retail/factsheet-nl/fs_adia_opkomende_landen.pdf",
"kiid": "https://www.cardano.nl/download/8461/",
"factsheet": "https://www.cardano.nl/download/8457/",
"index": "MSCI Emerging Markets Index",
"esgExclusions": 25.3,
"_source": "https://www.actiam.com/497fbc/siteassets/6_fondsen/actiam-retail/jaarverslagen/jaarverslag-2020-actiam-beleggingsfondsen-nv.pdf#page=52"
"esgExclusions": 27.1,
"_source": "https://www.cardano.nl/esg-dashboard/?portfolioId=CARIEM"
},
{
"name": "BND Wereld Indexfonds C-Hedged",
Expand Down
10 changes: 5 additions & 5 deletions data/portfolios.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
"portfolio": [
{
"allocation": 89,
"fund": "AVIAW"
"fund": "CARIW"
},
{
"allocation": 11,
"fund": "AVIAO"
"fund": "CARIEM"
}
],
"brokers": [
Expand All @@ -99,11 +99,11 @@
"portfolio": [
{
"allocation": 84,
"fund": "AVIAW"
"fund": "CARIW"
},
{
"allocation": 16,
"fund": "EMIM"
"fund": "CARIEM"
}
],
"brokers": [
Expand All @@ -117,7 +117,7 @@
"portfolio": [
{
"allocation": 75,
"fund": "AVIAW"
"fund": "CARIW"
},
{
"allocation": 13,
Expand Down
Loading