cragr add new labels to market type
This commit is contained in:
parent
d9202f0e33
commit
a531d94571
1 changed files with 3 additions and 0 deletions
|
|
@ -87,7 +87,10 @@ class _AccountsPage(BasePage):
|
|||
'LIV A': Account.TYPE_SAVINGS,
|
||||
'LDD': Account.TYPE_SAVINGS,
|
||||
'PEL': Account.TYPE_MARKET,
|
||||
'PEA': Account.TYPE_MARKET,
|
||||
'CPS': Account.TYPE_MARKET,
|
||||
'TITR': Account.TYPE_MARKET,
|
||||
'TITR CTD': Account.TYPE_MARKET,
|
||||
}
|
||||
|
||||
def get_list(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue