Skip to main content

Contains most recent poverty scale in poverty.yml

Project description

Contains most recent poverty scale in poverty.yml

When you include this in your package, you will have 4 variables available in the main Docassemble namespace:

  • poverty_level_update (year of update as a string)
  • poverty_base (base amount of poverty scale)
  • poverty_increment (amount for each additional household member)
  • poverty_multiplier # threshold multiplier for Massachusetts Courts, 1.25

To use:

---
include:
  - docassemble.MAPovertyScale:poverty.yml
---
reconsider: True
code: |
  additional_income_allowed = household_size * poverty_increment
  household_income_limit = (poverty_base + additional_income_allowed) * poverty_multiplier

  household_income_qualifies = int((household_income_limit)/12) >=  int(household_monthly_income)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docassemble.MAPovertyScale-2022.1.18.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file docassemble.MAPovertyScale-2022.1.18.tar.gz.

File metadata

  • Download URL: docassemble.MAPovertyScale-2022.1.18.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.6

File hashes

Hashes for docassemble.MAPovertyScale-2022.1.18.tar.gz
Algorithm Hash digest
SHA256 8e514a7e8e1819344c27023996af0a05c84642ff61157094f8d0088f86daf397
MD5 cba20ae09a83a273a1fe0ec82b67c006
BLAKE2b-256 57df584bee39ae16fa4082d20d4d745b4d5fcdfac08adbf6c48ab54c4196afd9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page