mirror of
https://github.com/escalante29/WealthySmart.git
synced 2026-05-19 08:48:48 +02:00
Remove MPAT and MEMP fund references from pension module
All checks were successful
Deploy to VPS / deploy (push) Successful in 56s
All checks were successful
Deploy to VPS / deploy (push) Successful in 56s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -46,8 +46,6 @@ class Bank(str, enum.Enum):
|
||||
FCL = "FCL"
|
||||
ROP = "ROP"
|
||||
VOL = "VOL"
|
||||
MEMP = "MEMP"
|
||||
MPAT = "MPAT"
|
||||
MORTGAGE = "MORTGAGE"
|
||||
|
||||
|
||||
|
||||
@@ -44,9 +44,6 @@ DEFAULT_ACCOUNTS = [
|
||||
(Bank.FCL, Currency.CRC, "FCL", AccountType.PENSION),
|
||||
(Bank.ROP, Currency.CRC, "ROP", AccountType.PENSION),
|
||||
(Bank.VOL, Currency.CRC, "VOL", AccountType.PENSION),
|
||||
# Savings (CRC)
|
||||
(Bank.MEMP, Currency.CRC, "MEMP", AccountType.SAVINGS),
|
||||
(Bank.MPAT, Currency.CRC, "MPAT", AccountType.SAVINGS),
|
||||
# Liabilities
|
||||
(Bank.MORTGAGE, Currency.USD, "Mortgage", AccountType.LIABILITY),
|
||||
# Crypto
|
||||
@@ -174,21 +171,6 @@ DEFAULT_RECURRING_ITEMS = [
|
||||
"month_of_year": 1,
|
||||
"notes": "Car insurance every 6 months (Jan, Jul)",
|
||||
},
|
||||
# Savings
|
||||
{
|
||||
"name": "Ahorro MEMP",
|
||||
"amount": 200000,
|
||||
"item_type": RecurringItemType.SAVINGS,
|
||||
"frequency": RecurringFrequency.MONTHLY,
|
||||
"notes": "Monthly savings to MEMP account",
|
||||
},
|
||||
{
|
||||
"name": "Ahorro MPAT",
|
||||
"amount": 200000,
|
||||
"item_type": RecurringItemType.SAVINGS,
|
||||
"frequency": RecurringFrequency.MONTHLY,
|
||||
"notes": "Monthly savings to MPAT account",
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user