pyocf.types.vesting.vestingschedulerelativetrigger

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

pydantic model pyocf.types.vesting.vestingschedulerelativetrigger.VestingScheduleRelativeTrigger

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

field period: VestingPeriodInDays | VestingPeriodInMonths [Required]

The span of time that must have elapsed since the condition`relative_to_condition_id` occurred for this condition to trigger. For weeks or”ideal” years (365 days), use VestingPeriodInDays. For calendar years use`VestingPeriodInMonths`.

field relative_to_condition_id: str [Required]

Reference to the vesting condition ID to which the period is relative

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