Skip to content

Creating a GUI for performing simple equity cap-table calculations

Notifications You must be signed in to change notification settings

ZeroDarkHardy/stock_vesting_schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock_vesting_schedule

Creating a GUI for performing simple equity cap-table calculations using Python w/ TKinter.

Overview of Project

My client works in the legal department at a tech company. Part of her job involves overseeing her company's equity cap table, and assisting when a shareholder decides to excercize their stock options. Unfortunately, there are bugs in the equity management software her company uses, which sometimes create small inconsitencies in their stock vesting schedules.
The client had been verifying the vesting schedules using an Excel spreadsheet, and my aim was to expedite that process by creating a user-friendly GUI that would perform the necessary calculations to verify the vesting schedule totals. Verification of this kind is only necessary when a shareholder intends to excercize their options before the full sum have reached their vesting period.

Resources

Software/Languages: Python 3.7.11, TKinter, TKcalendar, Pyinstaller, Visual Studio Code 1.68.0

Project Constraints

According to my client, all stock options granted by her company are on a 48 month vesting schedule. While that means that all options vest at a rate of 2.08333% per month, many option grants contain a "cliff period" during which no shares officially vest (this period is 12 calendar months). On the first day of the 12th month, the cliff period expires and a lump amount of options (25% of grant total) become immediately vested. Each month after that, the options vest at a rate of 1/48 of total per month, calculated to 5 decimal places.

Though the rate of vesting is monitored out to 5 decimal places, when a total is generated (at time of excercizing), this total is rounded down to the nearest integer.

The client wants the following features to be present in the GUI:

  • A text entry field for the total number of options in the grant.
  • Two calendar drop-down style menus to accept date inputs for the start and end of vesting period (meaning the date of the original grant and the date of excercize).
  • A clickable toggle to enable/disable the "cliff period" in the vesting cycle.
  • An execute button that will produce the following readouts within the app:
    • Display the number of vesting installations

About

Creating a GUI for performing simple equity cap-table calculations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages