pyocf.types.conversion_mechanisms.fixedamountconversionmechanism
Describes how a security converts into a fixed amount of a stock class
- pydantic model pyocf.types.conversion_mechanisms.fixedamountconversionmechanism.FixedAmountConversionMechanism
Describes how a security converts into a fixed amount of a stock class
- field converts_to_quantity: Annotated[Numeric, FieldInfo(annotation=NoneType, required=True, description='How many shares of target Stock Class does this security convert into?')] [Required]
How many shares of target Stock Class does this security convert into?
- field type: Annotated[Literal['FIXED_AMOUNT_CONVERSION'], FieldInfo(annotation=NoneType, required=True, description='')] = 'FIXED_AMOUNT_CONVERSION'