Giter Club home page Giter Club logo

estimated-taxes's Introduction

estimated-taxes

Estimated taxes calculator.

This is meant to help estimate additional tax payments throughout the year, i.e. for IRS form 1040-ES and CA form 540-ES.

Please review the logic yourself if you intend to use this. It intentionally does not attempt to handle all forms and all scenarios; you will likely need to augment it for your particular needs.

See also nkouevda/capital-gains.

Installation

pip install estimated-taxes

Or:

brew install nkouevda/nkouevda/estimated-taxes

Usage

usage: estimated-taxes [<options>] [--] <input file>

Estimated taxes calculator

optional arguments:
  -h, --help     show this help message and exit
  -v, --version  show program's version number and exit

Input Format

See input/example.yaml.

The input file must start with !InputData, and must specify year, filing_status, fed_allowances, and ca_allowances. All other values are optional.

Each value must be a number, or a list of numbers, or a map where the values are numbers. Lists and maps are allowed for convenience, to split up categories into multiple entries. For example, the following are all equivalent:

supplemental_wages: 62500

supplemental_wages:
  - 12500
  - 50000

supplemental_wages:
  bonus: 12500
  rsu: 50000

Examples

estimated-taxes input/example.yaml > output/example.txt

TODO

  • Itemized deductions other than SALT
  • AMT

License

MIT License

estimated-taxes's People

Contributors

nkouevda avatar dependabot[bot] avatar

Stargazers

Paul Denisevich avatar Bin Dong 董斌 avatar Kevin McGee avatar Chris Magalotti avatar YanQiang Lu avatar  avatar  avatar Kiryl avatar Jeffrey H. Chen avatar Pasha Pourmand avatar

Watchers

James Cloos avatar  avatar Paul Denisevich avatar  avatar

Forkers

ppourmand

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.