pyocf.types.conversion_mechanisms.percentcapitalizationconversionmechanism
Sets forth inputs and conversion mechanism of percent of capitalization conversion (where an instrument purports to grant a percent of company capitalization at some point in time)
- pydantic model pyocf.types.conversion_mechanisms.percentcapitalizationconversionmechanism.PercentCapitalizationConversionMechanism
Sets forth inputs and conversion mechanism of percent of capitalization conversion (where an instrument purports to grant a percent of company capitalization at some point in time)
- field capitalization_definition: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='How is company capitalization defined for purposes of conversion? If possible,include the legal language from the instrument.')] | None = None
- field capitalization_definition_rules: Annotated[CapitalizationDefinitionRules, FieldInfo(annotation=NoneType, required=True, description='The rules for which types of securities would be included in the capitalizationdefinition.')] | None = None
- field converts_to_percent: Annotated[Percentage, FieldInfo(annotation=NoneType, required=True, description='What percentage of the company capitalization does this convert to')] [Required]
What percentage of the company capitalization does this convert to
- field type: Annotated[Literal['FIXED_PERCENT_OF_CAPITALIZATION_CONVERSION'], FieldInfo(annotation=NoneType, required=True, description='')] = 'FIXED_PERCENT_OF_CAPITALIZATION_CONVERSION'