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: str | None = None
field converts_to_percent: Percentage [Required]

What percentage of the company capitalization does this convert to

field type: Literal['FIXED_PERCENT_OF_CAPITALIZATION_CONVERSION'] = 'FIXED_PERCENT_OF_CAPITALIZATION_CONVERSION'