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 hashes)

Uploaded Source

Supported by

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