From dd32b524f58f9e32fbcc4f6d4c2ebe7207dbd947 Mon Sep 17 00:00:00 2001 From: "Jan N." <29396800+ciklista@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:46:34 +0100 Subject: [PATCH] Amundi MSCI World Merger --- pytr/transactions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytr/transactions.py b/pytr/transactions.py index 0fbefd2..b3eef47 100644 --- a/pytr/transactions.py +++ b/pytr/transactions.py @@ -257,6 +257,8 @@ def from_event(self, event: Event) -> Iterable[dict[str, Any]]: kwargs["isin2"] = "DE000TKMS001" elif event.note == "Unilever": kwargs["isin2"] = "GB00BVZK7T90" + elif event.note == "MSCI World USD (Acc)" and event.isin == "LU1781541179": + kwargs["isin2"] = "IE000BI8OT95" else: kwargs["isin2"] = event.note kwargs["note"] = event.title