Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 593 Bytes

File metadata and controls

18 lines (16 loc) · 593 Bytes

TODO

Outstanding work:

  • ✅ Refine modular simulation pipeline and add additional rule plug-ins
  • Add more tests (Ongoing)
  • ✅ Extend modular pipeline with additional tax and benefit rules
    • ✅ Added ACCLevyRule
    • ✅ Added KiwiSaverRule
    • ✅ Added StudentLoanRule
    • ✅ Added IETCRule
    • ✅ Added WEPRule
    • ✅ Added BSTCRule
    • ✅ Added FTCRule
    • ✅ Added IWTCRule
  • Improve code documentation (Ongoing)
    • Add docstrings to Pydantic models in src/parameters.py
    • ✅ Set up a documentation generator (mkdocs with mkdocstrings is in place)