Skip to content

VictorKaycee17/taxgee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaxGee

TaxGee is a fintech tax engine designed for flexibility and versioning of tax rules.

Project Structure

  • src/logic/: Contains the core calculation engine (engine.js).
  • src/rules/: Separated by year, containing specific tax rule configurations (e.g., 2025/incomeTax.js, 2026/incomeTax.js).
  • test/: Unit tests for the engine and rules.

Getting Started

  1. Install dependencies:

    npm install
  2. Run tests:

    npm test

Rule Versioning

To add rules for a new year:

  1. Create a new directory in src/rules/ (e.g., 2027).
  2. Add rule files (e.g., incomeTax.js) following the existing pattern.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors