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: Numeric [Required]

How many shares of target Stock Class does this security convert into?

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