We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c2e8a9 + c016860 commit 127afcbCopy full SHA for 127afcb
python_utils/esma_choices.py
@@ -309,6 +309,7 @@ class SPVAssetClassChoices(ChoiceEnum):
309
RECREATIONAL_VEHICLE = 21, "Recreational Vehicle"
310
CORPORATE_LOAN = 22, "Corporate Loan"
311
BNPL = 23, "BNPL"
312
+ STUDENT_LOAN = 104, "Student Loan"
313
314
315
class SPVWaterfallTypeChoices(ChoiceEnum):
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = cardo-python-utils
3
-version = 0.4.1
+version = 0.4.2
4
description = Python library enhanced with a wide range of functions for different scenarios.
5
long_description = file: README.rst
6
url = https://github.com/CardoAI/cardo-python-utils
0 commit comments