pyocf.types.vesting.vestingconditionportion

Describes a fractional portion (ratio) of shares associated with a Vesting Condition

pydantic model pyocf.types.vesting.vestingconditionportion.VestingConditionPortion

Describes a fractional portion (ratio) of shares associated with a Vesting Condition

field denominator: Numeric [Required]

Denominator of the ratio, i.e. the ratio of A to B (A:B) can be expressed as afraction (A/B), where B is the denominator

field numerator: Numeric [Required]

Numerator of the ratio, i.e. the ratio of A to B (A:B) can be expressed as afraction (A/B), where A is the numerator

field remainder: bool | None = None