pyocf.types.conversion_triggers.electiveconversiononconditiontrigger

Type representation of elective trigger on fulfillment of a condition.

pydantic model pyocf.types.conversion_triggers.electiveconversiononconditiontrigger.ElectiveConversionOnConditionTrigger

Type representation of elective trigger on fulfillment of a condition.

field conversion_right: ConvertibleConversionRight | WarrantConversionRight | StockClassConversionRight [Required]

When the conditions of the trigger are met, how does the convertible convert?

field nickname: str | None = None
field trigger_condition: str [Required]

Legal language describing what conditions must be satisfied for the conversionto take place (ideally, this should be excerpted from the instrument wherepossible)

field trigger_description: str | None = None
field trigger_id: str [Required]

Id for this conversion trigger, unique within list of ConversionTriggers inparent convertible issuance’s conversion_triggers field.

field type: Literal['ELECTIVE_ON_CONDITION'] = 'ELECTIVE_ON_CONDITION'