pyocf.types.conversion_triggers.automaticconversiononconditiontrigger

Type representation of automatic trigger on a tive or condition.

pydantic model pyocf.types.conversion_triggers.automaticconversiononconditiontrigger.AutomaticConversionOnConditionTrigger

Type representation of automatic trigger on a tive or 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['AUTOMATIC_ON_CONDITION'] = 'AUTOMATIC_ON_CONDITION'