pyocf.types.conversion_mechanisms.customconversionmechanism

Sets forth inputs and conversion mechanism of a custom conversion, a conversion type that cannot be accurately modelled with any other OCF conversion mechanism type

pydantic model pyocf.types.conversion_mechanisms.customconversionmechanism.CustomConversionMechanism

Sets forth inputs and conversion mechanism of a custom conversion, a conversion type that cannot be accurately modelled with any other OCF conversion mechanism type

field custom_conversion_description: str [Required]

Detailed description of how the number of resulting shares should be determined?Use legal language from an instrument where possible

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