Skip to content

Commit b48dfb4

Browse files
authored
Merge pull request #6 from CardoAI/add-Counterparty-choices
Add counterParty choices
2 parents 0d05479 + a8d9ccc commit b48dfb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python_utils/esma_choices.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,10 @@ class SPVCounterpartyTypeChoices(ChoiceEnum):
426426
CLOM = 53, "Collateralised Loan Obligation Manager"
427427
PRTA = 54, "Portfolio Advisor"
428428
SUBA = 55, "Substitution Agent"
429+
BORR = 56, "Borrower"
430+
UNDT = 57, "Underlying Trust"
431+
DPST = 58, "Depositor"
432+
AGNT = 59, "Agent"
429433
OTHR = 100, "Other"
430434

431435

0 commit comments

Comments
 (0)