.gitignore
.pre-commit-config.yaml
.yamllint
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
first-time-setup.sh
pyproject.toml
uv.lock
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/has-functional-changes.sh
.github/is-version-number-acceptable.sh
.github/test-api.sh
.github/workflows/cd.yaml
.github/workflows/ci.yaml
.github/workflows/first-time-setup.yaml
openfisca_country_template/__init__.py
openfisca_country_template/entities.py
openfisca_country_template.egg-info/PKG-INFO
openfisca_country_template.egg-info/SOURCES.txt
openfisca_country_template.egg-info/dependency_links.txt
openfisca_country_template.egg-info/requires.txt
openfisca_country_template.egg-info/top_level.txt
openfisca_country_template/parameters/benefits/basic_income.yaml
openfisca_country_template/parameters/benefits/housing_allowance.yaml
openfisca_country_template/parameters/benefits/index.yaml
openfisca_country_template/parameters/benefits/parenting_allowance/amount.yaml
openfisca_country_template/parameters/benefits/parenting_allowance/income_threshold.yaml
openfisca_country_template/parameters/general/age_of_majority.yaml
openfisca_country_template/parameters/general/age_of_retirement.yaml
openfisca_country_template/parameters/taxes/housing_tax.yaml
openfisca_country_template/parameters/taxes/income_tax_rate.yaml
openfisca_country_template/parameters/taxes/social_security_contribution.yaml
openfisca_country_template/reforms/__init__.py
openfisca_country_template/reforms/add_dynamic_variable.py
openfisca_country_template/reforms/add_new_tax.py
openfisca_country_template/reforms/flat_social_security_contribution.py
openfisca_country_template/reforms/modify_social_security_taxation.py
openfisca_country_template/reforms/removal_basic_income.py
openfisca_country_template/situation_examples/__init__.py
openfisca_country_template/situation_examples/couple.json
openfisca_country_template/situation_examples/housing.json
openfisca_country_template/situation_examples/single.json
openfisca_country_template/tests/age.yaml
openfisca_country_template/tests/basic_income.yaml
openfisca_country_template/tests/disposable_income.yaml
openfisca_country_template/tests/housing_allowance.yaml
openfisca_country_template/tests/housing_tax.yaml
openfisca_country_template/tests/income_tax.yaml
openfisca_country_template/tests/social_security_contribution.yaml
openfisca_country_template/tests/reforms/add_dynamic_variable.yaml
openfisca_country_template/tests/reforms/add_new_tax.yaml
openfisca_country_template/tests/reforms/modify_social_security_taxation.yaml
openfisca_country_template/tests/situations/income_tax.yaml
openfisca_country_template/tests/situations/parenting_allowance.yaml
openfisca_country_template/variables/__init__.py
openfisca_country_template/variables/benefits.py
openfisca_country_template/variables/demographics.py
openfisca_country_template/variables/housing.py
openfisca_country_template/variables/income.py
openfisca_country_template/variables/stats.py
openfisca_country_template/variables/taxes.py