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

src.cdm.product.asset.SpreadCalculationMethodEnum.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__ = ['SpreadCalculationMethodEnum']

class SpreadCalculationMethodEnum(Enum):
    """
    Method by which spread is calculated. For example on an asset swap: 'ParPar' or 'Proceeds' may be the method indicated.
    """
    PAR_PAR = "ParPar"
    PROCEEDS = "Proceeds"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy