pyocf.types.conversion_triggers.electiveconversionatwilltrigger

Type representation of elective trigger valid at will (so long as instrument is valid and outstanding).

pydantic model pyocf.types.conversion_triggers.electiveconversionatwilltrigger.ElectiveConversionAtWillTrigger

Type representation of elective trigger valid at will (so long as instrument is valid and outstanding).

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_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_AT_WILL'] = 'ELECTIVE_AT_WILL'