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

src.cdm.base.staticdata.party.PayerReceiverEnum.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__ = ['PayerReceiverEnum']

class PayerReceiverEnum(Enum):
    """
    The enumerated values to specify an interest rate stream payer or receiver party.
    """
    PAYER = "Payer"
    """
    The party identified as the stream payer.
    """
    RECEIVER = "Receiver"
    """
    The party identified as the stream receiver.
    """




© 2015 - 2025 Weber Informatics LLC | Privacy Policy