Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions python_utils/esma_choices.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down