Skip to content

Commit

Permalink
updated v10 variable and rounded value for fica
Browse files Browse the repository at this point in the history
Resolves #53
  • Loading branch information
noman404 committed Nov 14, 2024
1 parent 2eb31b0 commit e2bb747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion policyengine_taxsim/config/variable_mappings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ policyengine_to_taxsim:
- full: 2
- full_text: 5
v10:
variable: state_agi
variable: adjusted_gross_income
implemented: true
idtl:
- full: 2
Expand Down
2 changes: 1 addition & 1 deletion policyengine_taxsim/core/output_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ def simulate_multiple(simulation, variables, year):
total = sum(to_roundedup_number(simulation.calculate(variable, period=year)) for variable in variables)
except:
total = 0.00
return total
return to_roundedup_number(total)

0 comments on commit e2bb747

Please sign in to comment.