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

src.cdm.legaldocumentation.master.NationalizationOrInsolvencyOrDelistingEventEnum.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__ = ['NationalizationOrInsolvencyOrDelistingEventEnum']

class NationalizationOrInsolvencyOrDelistingEventEnum(Enum):
    """
    Defines the consequences of nationalization, insolvency and delisting events relating to the underlying.
    """
    CANCELLATION_AND_PAYMENT = "CancellationAndPayment"
    """
    The trade is terminated.
    """
    NEGOTIATED_CLOSEOUT = "NegotiatedCloseout"
    """
    The parties may, but are not obliged, to terminate the transaction on mutually acceptable terms and if the terms are not agreed then the transaction continues.
    """




© 2015 - 2025 Weber Informatics LLC | Privacy Policy