Skip to content

Commit

Permalink
Fix intro descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Oct 13, 2022
1 parent abc1e43 commit 5c3002f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ PolicyEngine Core does not simulate any specific tax-benefit policy: instead, it
The country models each provide:

* A set of *entity types* (e.g. `Person`).
* A set of *parameters* (e.g. `Flat tax rate`). Parameters are global data points that have different values for different time periods.
* A set of *variables* (e.g. `Tax liability`). Variables are properties of entities that can be dependent on entities (including other variable values), parameters and the time period.
* A set of *parameters* (e.g. `parameters.tax.flat_tax.rate`). Parameters are global data points that have different values for different time periods.
* A set of *variables* (e.g. `income_tax`). Variables are properties of entities that can be dependent on entities (including other variable values), parameters and the time period.

PolicyEngine Core then enables users to:

Expand Down

0 comments on commit 5c3002f

Please sign in to comment.