We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19819bf + 4b5bb22 commit 3c4894cCopy full SHA for 3c4894c
1 file changed
ws_api/wealthsimple_api.py
@@ -342,6 +342,8 @@ def _account_add_description(account):
342
account['description'] = f"TFSA: self-directed - {account['currency']}"
343
elif account['unifiedAccountType'] == 'MANAGED_TFSA':
344
account['description'] = f"TFSA: managed - {account['currency']}"
345
+ elif account['unifiedAccountType'] == 'SELF_DIRECTED_NON_REGISTERED':
346
+ account['description'] = "Non-registered: self-directed"
347
elif account['unifiedAccountType'] == 'SELF_DIRECTED_JOINT_NON_REGISTERED':
348
account['description'] = "Non-registered: self-directed - joint"
349
elif account['unifiedAccountType'] == 'SELF_DIRECTED_NON_REGISTERED_MARGIN':
0 commit comments