From c0168602a4f8fb1cc5437ebb08e1cf3f10571bc5 Mon Sep 17 00:00:00 2001 From: dqyra Date: Mon, 27 Oct 2025 11:05:58 +0100 Subject: [PATCH] add new choice in SPVAssetClassChoices --- python_utils/esma_choices.py | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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