Skip to content

Commit 3c4894c

Browse files
authored
Merge pull request #11 from Deigue/main
new: description for "Non-registered: self-directed"
2 parents 19819bf + 4b5bb22 commit 3c4894c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ws_api/wealthsimple_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ def _account_add_description(account):
342342
account['description'] = f"TFSA: self-directed - {account['currency']}"
343343
elif account['unifiedAccountType'] == 'MANAGED_TFSA':
344344
account['description'] = f"TFSA: managed - {account['currency']}"
345+
elif account['unifiedAccountType'] == 'SELF_DIRECTED_NON_REGISTERED':
346+
account['description'] = "Non-registered: self-directed"
345347
elif account['unifiedAccountType'] == 'SELF_DIRECTED_JOINT_NON_REGISTERED':
346348
account['description'] = "Non-registered: self-directed - joint"
347349
elif account['unifiedAccountType'] == 'SELF_DIRECTED_NON_REGISTERED_MARGIN':

0 commit comments

Comments
 (0)