[Enhancement]: New boolean to track ISO eligibility at time of issuance
Description of Enhancement :
We should only have one column to determine the compensation type of an EquityCompensationIssuance.
UPDATE: We actually do have this already -- the old field option_grant_type is marked as DEPRECATED via the $comment field:
"$comment": "DEPRECATION WARNING - This field is being retained for compatibility, but these variations have been incorporated into CompensationType.schema.json enum options"
We should move that $comment into the description field so that it appears in the documentation as so.
We also need a boolean to track ISO eligibility at time of issuance, to support OCX
Why is this Needed?
We cannot support the OCX column "ISO Eligible at Grant Date (Y/N)" without tracking this separately in OCF
Anything else we need to know?
Created while working through the comments sheet attached to issue https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/issues/507
Is it possible to "un-deprecate" the option_grant_type field? If so, then this field could be used to track ISO eligibility. ISO would indicate ISO eligible, and NSO and INTL would both indicate not ISO eligible.
(this is actually how I've used the option_grant_type field in the ISO NSO Calculator, before I read this comment and learned that the option_grant_type field was deprecated. see here and here)