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: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Detailed description of how the number of resulting shares should be determined?Use legal language from an instrument where possible')] [Required]

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

field type: Annotated[Literal['CUSTOM_CONVERSION'], FieldInfo(annotation=NoneType, required=True, description='')] = 'CUSTOM_CONVERSION'