pyocf.types.vesting

Describes an exact vesting date and amount

pydantic model pyocf.types.vesting.Vesting

Describes an exact vesting date and amount

field amount: Annotated[Numeric, FieldInfo(annotation=NoneType, required=True, description='Quantity of shares which vested or will vest')] [Required]

Quantity of shares which vested or will vest

field date: Annotated[Date, FieldInfo(annotation=NoneType, required=True, description='Date the vesting occurred or will occur')] [Required]

Date the vesting occurred or will occur

Modules

vestingcondition

Describes condition / triggers to be satisfied for vesting to occur

vestingconditionportion

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

vestingeventtrigger

Describes a vesting condition satisfied when a particular unscheduled event occurs

vestingperiodindays

Describes a period of time expressed in days (e.g. 365 days) for use in Vesting Terms.

vestingperiodinmonths

Describes a period of time expressed in months (e.g. 3 months) for use in Vesting Terms.

vestingscheduleabsolutetrigger

Describes a vesting condition satisfied on an absolute date.

vestingschedulerelativetrigger

Describes a vesting condition satisfied when a period of time, relative to another vesting condition, has elapsed.

vestingstarttrigger

Describes a vesting condition satisfied at the security's vesting commencement date