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.
Moved to Discussion #540
Description of Enhancement :
Why is this Needed?
The Vesting Acceleration Transaction includes a
datefield and a numericquantityfield, along with an unstructured field forcomments.In the case of a partial acceleration, it is ambiguous whether the acceleration should apply to:
Pro-rata is the most common, but we see the other approaches as well.
Possible Approaches
One alternative would be to require a
vestingsfield 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 optionalvestingsfield that takes precedence if it is provided.