cardo-python-utils 0.3.5__tar.gz → 0.3.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. {cardo_python_utils-0.3.5/cardo_python_utils.egg-info → cardo_python_utils-0.3.8}/PKG-INFO +2 -2
  2. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8/cardo_python_utils.egg-info}/PKG-INFO +2 -2
  3. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/esma_choices.py +5 -0
  4. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/setup.cfg +1 -1
  5. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/LICENSE +0 -0
  6. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/MANIFEST.in +0 -0
  7. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/README.rst +0 -0
  8. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/cardo_python_utils.egg-info/SOURCES.txt +0 -0
  9. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/cardo_python_utils.egg-info/dependency_links.txt +0 -0
  10. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/cardo_python_utils.egg-info/requires.txt +0 -0
  11. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/cardo_python_utils.egg-info/top_level.txt +0 -0
  12. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/__init__.py +0 -0
  13. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/choices.py +0 -0
  14. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/data_structures.py +0 -0
  15. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/db.py +0 -0
  16. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/django_utils.py +0 -0
  17. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/exceptions.py +0 -0
  18. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/imports.py +0 -0
  19. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/math.py +0 -0
  20. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/pandas_utils.py +0 -0
  21. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/rest.py +0 -0
  22. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/text.py +0 -0
  23. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/time.py +0 -0
  24. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/python_utils/types_hinting.py +0 -0
  25. {cardo_python_utils-0.3.5 → cardo_python_utils-0.3.8}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: cardo-python-utils
3
- Version: 0.3.5
3
+ Version: 0.3.8
4
4
  Summary: Python library enhanced with a wide range of functions for different scenarios.
5
5
  Home-page: https://github.com/CardoAI/cardo-python-utils
6
6
  Author: Kristi Kotini
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: cardo-python-utils
3
- Version: 0.3.5
3
+ Version: 0.3.8
4
4
  Summary: Python library enhanced with a wide range of functions for different scenarios.
5
5
  Home-page: https://github.com/CardoAI/cardo-python-utils
6
6
  Author: Kristi Kotini
@@ -307,6 +307,7 @@ class SPVAssetClassChoices(ChoiceEnum):
307
307
  PUBLIC_CLAIMS = 19, "Public Claims"
308
308
  CDO = 20, "CDO"
309
309
  RECREATIONAL_VEHICLE = 21, "Recreational Vehicle"
310
+ CORPORATE_LOAN = 22, "Corporate Loan"
310
311
 
311
312
 
312
313
  class SPVWaterfallTypeChoices(ChoiceEnum):
@@ -425,6 +426,10 @@ class SPVCounterpartyTypeChoices(ChoiceEnum):
425
426
  CLOM = 53, "Collateralised Loan Obligation Manager"
426
427
  PRTA = 54, "Portfolio Advisor"
427
428
  SUBA = 55, "Substitution Agent"
429
+ BORR = 56, "Borrower"
430
+ UNDT = 57, "Underlying Trust"
431
+ DPST = 58, "Depositor"
432
+ AGNT = 59, "Agent"
428
433
  OTHR = 100, "Other"
429
434
 
430
435
 
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = cardo-python-utils
3
- version = 0.3.5
3
+ version = 0.3.8
4
4
  description = Python library enhanced with a wide range of functions for different scenarios.
5
5
  long_description = file: README.rst
6
6
  url = https://github.com/CardoAI/cardo-python-utils