-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ccdd228
commit aa1a7b6
Showing
12 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
.../id/tax/income/subtractions/id_alt_energy_device_deduction/alt_energy_device_cost_2019.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
from fiscalsim_us.model_api import * | ||
|
||
|
||
class alt_energy_device_cost_2019(Variable): | ||
value_type = float | ||
entity = TaxUnit | ||
label = "Idaho Qualifying Alternative Energy Device Cost 2019" | ||
documentation = "Cost of Idaho qualifying alternative energy device 2019" | ||
definition_period = YEAR | ||
definition_period = YEAR |
3 changes: 2 additions & 1 deletion
3
.../id/tax/income/subtractions/id_alt_energy_device_deduction/alt_energy_device_cost_2020.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
from fiscalsim_us.model_api import * | ||
|
||
|
||
class alt_energy_device_cost_2020(Variable): | ||
value_type = float | ||
entity = TaxUnit | ||
label = "Idaho Qualifying Alternative Energy Device Cost 2020" | ||
documentation = "Cost of Idaho qualifying alternative energy device 2020" | ||
definition_period = YEAR | ||
definition_period = YEAR |
3 changes: 2 additions & 1 deletion
3
.../id/tax/income/subtractions/id_alt_energy_device_deduction/alt_energy_device_cost_2021.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
from fiscalsim_us.model_api import * | ||
|
||
|
||
class alt_energy_device_cost_2021(Variable): | ||
value_type = float | ||
entity = TaxUnit | ||
label = "Idaho Qualifying Alternative Energy Device Cost 2021" | ||
documentation = "Cost of Idaho qualifying alternative energy device 2021" | ||
definition_period = YEAR | ||
definition_period = YEAR |
3 changes: 2 additions & 1 deletion
3
.../id/tax/income/subtractions/id_alt_energy_device_deduction/alt_energy_device_cost_2022.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
from fiscalsim_us.model_api import * | ||
|
||
|
||
class alt_energy_device_cost_2022(Variable): | ||
value_type = float | ||
entity = TaxUnit | ||
label = "Idaho Qualifying Alternative Energy Device Cost 2022" | ||
documentation = "Cost of Idaho qualifying alternative energy device 2022" | ||
definition_period = YEAR | ||
definition_period = YEAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ax/income/subtractions/id_alt_energy_device_deduction/alt_energy_device_deduction_2019.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
from fiscalsim_us.model_api import * | ||
|
||
|
||
class alt_energy_device_2019(Variable): | ||
value_type = bool | ||
entity = TaxUnit | ||
label = "Idaho Qualifying Alternative Energy Device 2019" | ||
documentation = "Idaho qualifying alternative energy device 2019" | ||
definition_period = YEAR | ||
definition_period = YEAR |
3 changes: 2 additions & 1 deletion
3
...ax/income/subtractions/id_alt_energy_device_deduction/alt_energy_device_deduction_2020.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
from fiscalsim_us.model_api import * | ||
|
||
|
||
class alt_energy_device_2020(Variable): | ||
value_type = bool | ||
entity = TaxUnit | ||
label = "Idaho Qualifying Alternative Energy Device 2020" | ||
documentation = "Idaho qualifying alternative energy device 2020" | ||
definition_period = YEAR | ||
definition_period = YEAR |
3 changes: 2 additions & 1 deletion
3
...ax/income/subtractions/id_alt_energy_device_deduction/alt_energy_device_deduction_2021.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
from fiscalsim_us.model_api import * | ||
|
||
|
||
class alt_energy_device_2021(Variable): | ||
value_type = bool | ||
entity = TaxUnit | ||
label = "Idaho Qualifying Alternative Energy Device 2021" | ||
documentation = "Idaho qualifying alternative energy device 2021" | ||
definition_period = YEAR | ||
definition_period = YEAR |
3 changes: 2 additions & 1 deletion
3
...ax/income/subtractions/id_alt_energy_device_deduction/alt_energy_device_deduction_2022.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
from fiscalsim_us.model_api import * | ||
|
||
|
||
class alt_energy_device_2022(Variable): | ||
value_type = bool | ||
entity = TaxUnit | ||
label = "Idaho Qualifying Alternative Energy Device 2022" | ||
documentation = "Idaho qualifying alternative energy device 2022" | ||
definition_period = YEAR | ||
definition_period = YEAR |