diff --git a/cgt_calc/parsers/trading212.py b/cgt_calc/parsers/trading212.py index 7d9922f..0f4740c 100644 --- a/cgt_calc/parsers/trading212.py +++ b/cgt_calc/parsers/trading212.py @@ -80,7 +80,10 @@ def action_from_str(label: str, filename: str) -> ActionType: ]: return ActionType.DIVIDEND - if label in ["Interest on cash"]: + if label in [ + "Interest on cash", + "Lending interest", + ]: return ActionType.INTEREST if label == "Stock Split":