Skip to content

Commit c8b2c0f

Browse files
committed
Merge branch 'main' into feat/auth
2 parents 5319dee + 12a16c3 commit c8b2c0f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

python_utils/esma_choices.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ class FinancialCreditAssetFinancingPurposeChoices(ChoiceEnum):
4242
OTHV = 16, "Other Vehicle"
4343
EQUP = 17, "Equipment"
4444
PROP = 18, "Property"
45+
PURC = 20, "Purchase"
46+
RFTM = 21, "Rate/Term Refinance"
47+
COUT = 22, "Cash-Out Refinance"
4548
OTHR = 100, "Other"
4649

4750

@@ -60,6 +63,9 @@ class InterestRateTypeChoices(ChoiceEnum):
6063
MODE = 12, "Modular"
6164
OTHR = 13, "Other"
6265
FXRT = 14, "Fixed Rate"
66+
VARI = 15, "Variable (ARM)"
67+
HYBR = 16, "Hybrid ARM (Fixed-to-Variable)"
68+
STEP = 17, "Step Rate"
6369

6470

6571
class SeniorityChoices(ChoiceEnum):
@@ -86,7 +92,13 @@ class EmploymentStatusChoices(ChoiceEnum):
8692
STNT = 6, "Student"
8793
PNNR = 7, "Pensioner"
8894
NOEM = 8, "No Employment, Obligor is Legal Entity"
95+
RETI = 9, "Retired"
8996
OTHR = 10, "Other"
97+
UNUM = 11, "Unemployed"
98+
PATE = 12, "Part-Time Employed"
99+
CNTR = 13, "Contract / Freelance"
100+
BOWN = 14, "Business Owner"
101+
SEAS = 15, "Seasonally Employed"
90102

91103

92104
class PrimaryIncomeTypeChoices(ChoiceEnum):
@@ -100,6 +112,15 @@ class PrimaryIncomeTypeChoices(ChoiceEnum):
100112
DSPL = 8, "Disposable Income"
101113
CORP = 9, "Borrower is legal entity"
102114
OTHR = 10, "Other"
115+
SALR = 11, "Salary"
116+
SEMP = 12, "Self-Employment Income"
117+
BUSI = 13, "Business Income"
118+
RENT = 14, "Rental Income"
119+
INVT = 15, "Investment Income"
120+
CNTR = 16, "1099 / Contract Income"
121+
PENS = 17, "Pension / Retirement"
122+
SOCS = 18, "Social Security / Disability"
123+
ROYA = 19, "Royalties"
103124

104125

105126
class PrimaryIncomeVerificationChoices(ChoiceEnum):

0 commit comments

Comments
 (0)