diff --git a/python_utils/esma_choices.py b/python_utils/esma_choices.py index 4e2e61a..e8b97f2 100644 --- a/python_utils/esma_choices.py +++ b/python_utils/esma_choices.py @@ -309,6 +309,7 @@ class SPVAssetClassChoices(ChoiceEnum): RECREATIONAL_VEHICLE = 21, "Recreational Vehicle" CORPORATE_LOAN = 22, "Corporate Loan" BNPL = 23, "BNPL" + STUDENT_LOAN = 104, "Student Loan" class SPVWaterfallTypeChoices(ChoiceEnum): diff --git a/setup.cfg b/setup.cfg index fade505..0ad673d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cardo-python-utils -version = 0.4.1 +version = 0.4.2 description = Python library enhanced with a wide range of functions for different scenarios. long_description = file: README.rst url = https://github.com/CardoAI/cardo-python-utils