Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.36 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.36 KB

RSU tax implications calculator

This web page calculates the tax implications of selling RSUs belonging to people paying income tax in Israel.

Setting Up

  1. Install Homebrew.
  2. Install NodeJS through hombrew by running brew install node.
  3. Navigate to the project directory.
  4. Install dependencies by running npm install
  5. Use the following commands to work with the project:
    • npm run start - starts up a dev server that will compile with every change to the code.
    • npm run build - will build the project in production mode (run this before npm run deploy). This will create a build directory in your project.
    • npm run deploy - will deploy the build directory to gh-pages.

TODO

  1. Better date entering fields
  2. Find api for current (today's) market prices (quandle only gives the closing prices)
  3. Handle erroneous response from Qundle (display a user-friendly message about the api usage)

Feedback from alpha

  1. Add explanation about how the calculation was made
  2. Add explanation about trustee fees
  3. Add explanation (tooltip) about the input fields and why they are needed (e.g grant date)
  4. Add disclaimer (that I am not an accountant)

links explaining RSUs in Israel