pyocf.types.conversion_triggers.automaticconversionondatetrigger

Type representation of an automatic trigger on a date.

pydantic model pyocf.types.conversion_triggers.automaticconversionondatetrigger.AutomaticConversionOnDateTrigger

Type representation of an automatic trigger on a date.

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_date: Date [Required]

Date on which trigger occurs automatically (if it hasn’t already occured)

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_DATE'] = 'AUTOMATIC_ON_DATE'