Skip to content

Commit 127afcb

Browse files
authored
Merge pull request #13 from CardoAI/fix/add-new-roles-i-counterparties
add new choice in SPVAssetClassChoices
2 parents 8c2e8a9 + c016860 commit 127afcb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python_utils/esma_choices.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ class SPVAssetClassChoices(ChoiceEnum):
309309
RECREATIONAL_VEHICLE = 21, "Recreational Vehicle"
310310
CORPORATE_LOAN = 22, "Corporate Loan"
311311
BNPL = 23, "BNPL"
312+
STUDENT_LOAN = 104, "Student Loan"
312313

313314

314315
class SPVWaterfallTypeChoices(ChoiceEnum):

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = cardo-python-utils
3-
version = 0.4.1
3+
version = 0.4.2
44
description = Python library enhanced with a wide range of functions for different scenarios.
55
long_description = file: README.rst
66
url = https://github.com/CardoAI/cardo-python-utils

0 commit comments

Comments
 (0)