Skip to content

Update Idaho tax logic - #72

Open
sydneybeutler wants to merge 10 commits into
TheCGO:mainfrom
sydneybeutler:id
Open

Update Idaho tax logic#72
sydneybeutler wants to merge 10 commits into
TheCGO:mainfrom
sydneybeutler:id

Conversation

@sydneybeutler

Copy link
Copy Markdown
  • make format and make documentation has been run. (You may also want to run make test.)

This PR updates the Idaho tax logic.

"id_income_tax_before_non_refundable_credits", period
)
non_refundable_credits = tax_unit("id_non_refundable_credits", period)
return max_(before_non_refundable_credits - non_refundable_credits, 0)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sydneybeutler. I don't think you want to make this change. The max_() format is correct. It is a policyengine-core function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants