pyocf.types.conversion_triggers.unspecifiedconversiontrigger

Use this where no structured data is available regarding what triggers the conversion of a given security.

pydantic model pyocf.types.conversion_triggers.unspecifiedconversiontrigger.UnspecifiedConversionTrigger

Use this where no structured data is available regarding what triggers the conversion of a given security.

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['UNSPECIFIED'] = 'UNSPECIFIED'