Equity Compensation

Stock Option Grant Generator

Generate ISO or NSO stock option grant agreements with customizable vesting schedules, exercise prices, and termination provisions.

Live Preview - Click highlighted text to edit
Stock Option Grant Agreement Live
`; const b=new Blob([h],{type:'text/html'}); const u=URL.createObjectURL(b); const a=document.createElement('a'); a.href=u; a.download=`Stock-Option-Grant-${optionType}.html`; a.click(); URL.revokeObjectURL(u); showToast('Downloaded!','success'); }