policyengine-us 1.377.1__py3-none-any.whl → 1.379.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of policyengine-us might be problematic. Click here for more details.

@@ -0,0 +1,40 @@
1
+ description: All state non-refundable credits.
2
+ values:
3
+ 0000-01-01:
4
+ - al_non_refundable_credits # Alabama.
5
+ - ar_non_refundable_credits # Arkansas.
6
+ - az_non_refundable_credits # Arizona.
7
+ - co_non_refundable_credits # Colorado.
8
+ - ct_non_refundable_credits # Connecticut.
9
+ - dc_non_refundable_credits # District of Columbia.
10
+ - de_non_refundable_credits # Delaware.
11
+ - ga_non_refundable_credits # Georgia.
12
+ - hi_non_refundable_credits # Hawaii.
13
+ - id_non_refundable_credits # Idaho.
14
+ - ky_non_refundable_credits # Kentucky.
15
+ - la_non_refundable_credits # Louisiana.
16
+ - ma_non_refundable_credits # Massachusetts.
17
+ - md_non_refundable_credits # Maryland.
18
+ - me_non_refundable_credits # Maine.
19
+ - mi_non_refundable_credits # Michigan.
20
+ - mo_non_refundable_credits # Missouri.
21
+ - ms_non_refundable_credits # Mississippi.
22
+ - mt_non_refundable_credits # Montana.
23
+ - nc_non_refundable_credits # North Carolina.
24
+ - nj_non_refundable_credits # New Jersey.
25
+ - nm_non_refundable_credits # New Mexico.
26
+ - ny_non_refundable_credits # New York.
27
+ - nyc_non_refundable_credits # New York City.
28
+ - oh_non_refundable_credits # Ohio.
29
+ - or_non_refundable_credits # Oregon.
30
+ - ri_non_refundable_credits # Rhode Island.
31
+ - sc_non_refundable_credits # South Carolina.
32
+ - ut_non_refundable_credits # Utah.
33
+ - va_non_refundable_credits # Virginia.
34
+ - vt_non_refundable_credits # Vermont.
35
+ - wv_non_refundable_credits # West Virginia.
36
+
37
+ metadata:
38
+ unit: list
39
+ period: year
40
+ label: State non-refundable credits
@@ -0,0 +1,10 @@
1
+ from policyengine_us.model_api import *
2
+
3
+
4
+ class state_non_refundable_credits(Variable):
5
+ value_type = float
6
+ entity = TaxUnit
7
+ label = "State non-refundable credits"
8
+ unit = USD
9
+ definition_period = YEAR
10
+ adds = "gov.states.household.state_non_refundable_credits"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: policyengine-us
3
- Version: 1.377.1
3
+ Version: 1.379.0
4
4
  Summary: Add your description here.
5
5
  Author-email: PolicyEngine <hello@policyengine.org>
6
6
  License-File: LICENSE
@@ -1475,6 +1475,7 @@ policyengine_us/parameters/gov/states/household/state_ctcs.yaml,sha256=QpaOJi7kP
1475
1475
  policyengine_us/parameters/gov/states/household/state_eitcs.yaml,sha256=omnf0hIxS-F9qpDdyyH0L1mJ91R1qQF65-sjsfQZosw,1187
1476
1476
  policyengine_us/parameters/gov/states/household/state_income_tax_before_refundable_credits.yaml,sha256=_4Fwcl9fDzH1N4gizwvrNCDd29fgQ8w7gES1Thwh4zI,2178
1477
1477
  policyengine_us/parameters/gov/states/household/state_itemized_deductions.yaml,sha256=52NPy7hMFLbYTsilW27FbhFSV685kOdHJhXAZixuODQ,2032
1478
+ policyengine_us/parameters/gov/states/household/state_non_refundable_credits.yaml,sha256=4UaII7YxAqZYbYksgrywvgn-6sdqQGImufO3XiZKOnA,1618
1478
1479
  policyengine_us/parameters/gov/states/household/state_property_tax_credits.yaml,sha256=16RBYc9yN3vkc5VDmO-db6KdKh64Vphn9LpFpcsEezA,1378
1479
1480
  policyengine_us/parameters/gov/states/household/state_refundable_credits.yaml,sha256=fEdxezZwTYLNkw-OD93HysCWj1rHGpyVH-IbEEZg63I,2028
1480
1481
  policyengine_us/parameters/gov/states/household/state_standard_deductions.yaml,sha256=pBB8bOv3jpTGdSoR3W8qzy4LNBvYRWdXjZ3VzpQEQac,1974
@@ -7508,6 +7509,7 @@ policyengine_us/variables/gov/states/tax/income/state_eitc.py,sha256=GGK-ZclrfH2
7508
7509
  policyengine_us/variables/gov/states/tax/income/state_income_tax.py,sha256=1tDQAo6XJ2oyAK9wtuMOLW-h0-Hi8JFoaW63bg0gkgs,1165
7509
7510
  policyengine_us/variables/gov/states/tax/income/state_income_tax_before_refundable_credits.py,sha256=QpTvtdDeXGrkBFKMp0pKuryBCRtxPtBHMMfO1mQkvqE,324
7510
7511
  policyengine_us/variables/gov/states/tax/income/state_itemized_deductions.py,sha256=giJsWL5_ppt0V2dQIawL375InVitHCPW52AcMsRMs0A,273
7512
+ policyengine_us/variables/gov/states/tax/income/state_non_refundable_credits.py,sha256=MT9U8gpSgsVtv3ieBOWUUSx3aQlBE19Q7JSkI9udZ4A,282
7511
7513
  policyengine_us/variables/gov/states/tax/income/state_property_tax_credit.py,sha256=X3fnEuLri9lEcUbnusIrdx22wcU70aiYLxRqX__DIiw,274
7512
7514
  policyengine_us/variables/gov/states/tax/income/state_refundable_credits.py,sha256=CB77IC-VoSkE-Qb45W9jZSIy0GQ0j0qN7XqvP9uSM54,270
7513
7515
  policyengine_us/variables/gov/states/tax/income/state_standard_deduction.py,sha256=GjtIactJRA1cT47XHH9Dj9O69ymsXJCnWZvtT72LGVk,271
@@ -8294,8 +8296,8 @@ policyengine_us/variables/input/farm_income.py,sha256=BEKxYmHNNnWJAAvULl5qZJigy5
8294
8296
  policyengine_us/variables/input/geography.py,sha256=XmBlgXhzBoLRKk6R8taVZHqUw1eU8MbNeGS9iJ7_l44,4506
8295
8297
  policyengine_us/variables/input/self_employment_income.py,sha256=PwsGz8R4lRikKWUYOhsC0qosNNLXq4f5SQmfw4S3mk8,511
8296
8298
  policyengine_us/variables/input/self_employment_income_before_lsr.py,sha256=E8fcX9Nlyqz8dziHhQv_euutdmoIwFMMWePUwbbwv_w,379
8297
- policyengine_us-1.377.1.dist-info/METADATA,sha256=YjzZRbRybUwkADycH8elgCk_4Hk6SrWuyCh1N9_YY-8,1649
8298
- policyengine_us-1.377.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8299
- policyengine_us-1.377.1.dist-info/entry_points.txt,sha256=MLaqNyNTbReALyKNkde85VkuFFpdPWAcy8VRG1mjczc,57
8300
- policyengine_us-1.377.1.dist-info/licenses/LICENSE,sha256=2N5ReRelkdqkR9a-KP-y-shmcD5P62XoYiG-miLTAzo,34519
8301
- policyengine_us-1.377.1.dist-info/RECORD,,
8299
+ policyengine_us-1.379.0.dist-info/METADATA,sha256=ZBRiCHS2zOLDLP7nn4EXzHiuwIWDaOIpA2-13tTdTHY,1649
8300
+ policyengine_us-1.379.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8301
+ policyengine_us-1.379.0.dist-info/entry_points.txt,sha256=MLaqNyNTbReALyKNkde85VkuFFpdPWAcy8VRG1mjczc,57
8302
+ policyengine_us-1.379.0.dist-info/licenses/LICENSE,sha256=2N5ReRelkdqkR9a-KP-y-shmcD5P62XoYiG-miLTAzo,34519
8303
+ policyengine_us-1.379.0.dist-info/RECORD,,