pyocf.enums.conversiontriggertype

Enumeration of types of triggers common to various legal rights - e.g. does the satisfaction of a condition trigger an automatic conversion or merely a right to convert? If UNSPECIFIED, the system of record cannot represent this data in a structured form.

class pyocf.enums.conversiontriggertype.ConversionTriggerType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Enumeration of types of triggers common to various legal rights - e.g. does the satisfaction of a condition trigger an automatic conversion or merely a right to convert? If UNSPECIFIED, the system of record cannot represent this data in a structured form.

ENUM_AUTOMATIC_ON_CONDITION = 'AUTOMATIC_ON_CONDITION'
ENUM_AUTOMATIC_ON_DATE = 'AUTOMATIC_ON_DATE'
ENUM_ELECTIVE_AT_WILL = 'ELECTIVE_AT_WILL'
ENUM_ELECTIVE_IN_RANGE = 'ELECTIVE_IN_RANGE'
ENUM_ELECTIVE_ON_CONDITION = 'ELECTIVE_ON_CONDITION'
ENUM_UNSPECIFIED = 'UNSPECIFIED'