06/03 Optimize app
This commit is contained in:
@@ -53,8 +53,15 @@ CATEGORY_MAP = {
|
||||
|
||||
# Schwab account type → PFM account type
|
||||
ACCOUNT_TYPE_MAP = {
|
||||
'CASH': 'checking',
|
||||
'MARGIN': 'investment',
|
||||
'CASH': 'checking',
|
||||
'MARGIN': 'investment',
|
||||
'IRA': 'investment',
|
||||
'ROTH_IRA': 'investment',
|
||||
'ROLLOVER_IRA': 'investment',
|
||||
'TRADITIONAL_IRA': 'investment',
|
||||
'401K': 'investment',
|
||||
'ROTH_401K': 'investment',
|
||||
'BROKERAGE': 'investment',
|
||||
}
|
||||
|
||||
# Schwab instrument asset type → PFM investment asset type
|
||||
|
||||
Reference in New Issue
Block a user