pyocf.objects.vestingterms

Object describing the terms under which a security vests

pydantic model pyocf.objects.vestingterms.VestingTerms

Object describing the terms under which a security vests

field allocation_type: AllocationType [Required]

Allocation/rounding type for the vesting schedule

field comments: list[str] | None = None
field description: str [Required]

Detailed description of the vesting schedule

field id: str [Required]

Identifier for the object

field name: str [Required]

Concise name for the vesting schedule

field object_type: Literal['VESTING_TERMS'] = 'VESTING_TERMS'
field vesting_conditions: list[VestingCondition] [Required]

Conditions and triggers that describe the graph of vesting schedules and events