We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e41290 commit d7ebe99Copy full SHA for d7ebe99
1 file changed
ws_api/formatters.py
@@ -56,6 +56,8 @@ def format_account_description(account: dict) -> None:
56
account["description"] = "Non-registered: managed - private credit"
57
elif "PRIVATE_EQUITY" in features:
58
account["description"] = "Non-registered: managed - private equity"
59
+ elif "MANAGED" in features:
60
+ account["description"] = "Non-registered: managed"
61
else:
62
account["description"] = account_type
63
# Simple lookup for all other types
0 commit comments