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 Goldman Sachs funds (formerly NN funds) #40

Merged
merged 1 commit into from
Dec 12, 2023
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 added assets/images/gsam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/nnip.png
Binary file not shown.
22 changes: 11 additions & 11 deletions data/funds.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,30 +82,30 @@
"index": "Meesman Aandelen Wereldwijd Totaal"
},
{
"name": "NN Enhanced Index Sustainable Equity Fund",
"name": "Goldman Sachs Enhanced Index Sustainable Equity",
"type": "mutualFund",
"symbol": "NN Enhanced",
"symbol": "GSESA",
"isin": "NL0012125736",
"logo": "nnip.png",
"totalExpenseRatio": 0.18,
"internalTransactionCosts": 0.047,
"logo": "gsam.png",
"totalExpenseRatio": 0.177,
"internalTransactionCosts": 0.02,
"dividendLeakage": 0,
"kiid": "https://api.nnip.com/DocumentsApi/files/KIID_NL0012125736_NL_NL",
"kiid": "https://api.nnip.com/DocumentsApi/files/PRIIPSKID_NL0012125736_NL_NL",
"factsheet": "https://api.nnip.com/DocumentsApi/files/FACTSHEET_NL0012125736_NL_NL",
"index": "MSCI World Index",
"esgExclusions": 35,
"_source": "https://www.morningstar.nl/nl/funds/snapshot/snapshot.aspx?id=F00000YGLU&tab=3"
},
{
"name": "NN Enhanced Index Sustainable Emerging Markets Equity Fund",
"name": "Goldman Sachs Enhanced Index Sustainable EM Equity",
"type": "mutualFund",
"symbol": "NN Enhanced EM",
"symbol": "GSEME",
"isin": "NL0006311771",
"logo": "nnip.png",
"logo": "gsam.png",
"totalExpenseRatio": 0.3,
"internalTransactionCosts": 0.238,
"internalTransactionCosts": 0.07,
"dividendLeakage": 0,
"kiid": "https://api.nnip.com/DocumentsApi/files/KIID_NL0006311771_NL_NL",
"kiid": "https://api.nnip.com/DocumentsApi/files/PRIIPSKID_NL0006311771_NL_NL",
"factsheet": "https://api.nnip.com/DocumentsApi/files/FACTSHEET_NL0006311771_NL_NL",
"index": "MSCI Emerging Markets Index",
"esgExclusions": 35,
Expand Down
4 changes: 2 additions & 2 deletions data/portfolios.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@
"portfolio": [
{
"allocation": 89,
"fund": "NN Enhanced"
"fund": "GSESA"
},
{
"allocation": 11,
"fund": "NN Enhanced EM"
"fund": "GSEME"
}
],
"brokers": [
Expand Down
Loading