Skip to content

[Enhancement]: Resolve ambiguity in Vesting Acceleration Transaction for partial accelerations #538

Description

@MattCantor

Moved to Discussion #540


Description of Enhancement :

Why is this Needed?

The Vesting Acceleration Transaction includes a date field and a numeric quantity field, along with an unstructured field for comments.

In the case of a partial acceleration, it is ambiguous whether the acceleration should apply to:

  • the shares that would otherwise vest soonest (i.e., acccelerate some shares, toll vesting for a period, then continue vesting)
  • the shares that would otherwise vest last (i.e., accelerate some shares, then truncate the vesting schedule)
  • pro-rata across all remaining shares (i.e., accelerate some shares and reduce the amount that would vest on all future vesting dates)
  • or something else.

Pro-rata is the most common, but we see the other approaches as well.

Possible Approaches

One alternative would be to require a vestings field such as found in the Equity Compensation Issuance Transaction to provide the exact vesting dates and amounts for the vesting schedule that should apply following the partial acceleration.

Or perhaps a field with e.g. enum ApplyToFirst, ApplyToLast, ApplyProRata, and an optional vestings field that takes precedence if it is provided.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Vesting ModelIssues relating to the vesting life cycleenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions