All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.cdm.base.staticdata.asset.common.DebtSeniorityEnum.py Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
# pylint: disable=missing-module-docstring, invalid-name, line-too-long
from enum import Enum

__all__ = ['DebtSeniorityEnum']

class DebtSeniorityEnum(Enum):
    """
    Specifies the order of repayment in the event of a sale or bankruptcy of the issuer or a related party (eg guarantor).
    """
    SECURED = "Secured"
    """
    Denotes debt which is secured over assets of the issuer or a related party (eg guarantor).
    """
    SENIOR = "Senior"
    """
    Denotes debt  which ranks pari passu with all other unsecured creditors of the issuer.
    """
    SUBORDINATED = "Subordinated"
    """
    Denotes debt  owed to an unsecured creditor that in the event of a liquidation can only be paid after the claims of secured and senior creditors have been met.
    """




© 2015 - 2025 Weber Informatics LLC | Privacy Policy