pyocf.types.conversion_triggers.electiveconversionindaterangetrigger

Type representation of elective trigger valid on or after start_date and until or before end_date.

pydantic model pyocf.types.conversion_triggers.electiveconversionindaterangetrigger.ElectiveConversionInDateRangeTrigger

Type representation of elective trigger valid on or after start_date and until or before end_date.

field conversion_right: ConvertibleConversionRight | WarrantConversionRight | StockClassConversionRight [Required]

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

field end_date: Date [Required]

End date of range (inclusive)

field nickname: str | None = None
field start_date: Date [Required]

Start date of range (inclusive)

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_IN_RANGE'] = 'ELECTIVE_IN_RANGE'