forked from Revenue-Academy/Training_Tax_Microsimulation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pit_distribution.json
64 lines (64 loc) · 923 Bytes
/
pit_distribution.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"DIST_VARIABLES": [
"weight",
"total_gross_income",
"pitax"
],
"DIST_TABLE_COLUMNS": [
"weight",
"total_gross_income",
"pitax"
],
"DIST_TABLE_LABELS": [
"Returns",
"Gross Total Income",
"PITax"
],
"DECILE_ROW_NAMES": [
" 0-10n",
" 0-10z",
" 0-10p",
" 10-20",
" 20-30",
" 30-40",
" 40-50",
" 50-60",
" 60-70",
" 70-80",
" 80-90",
" 90-100",
" ALL",
" 90-95",
" 95-99",
" Top 1%"
],
"STANDARD_ROW_NAMES": [
"<0",
"=0",
"0-1L",
"1-10L",
"10-15L",
"15-20L",
"20-30L",
"30-40L",
"40-50L",
"50-100L",
">100L",
"ALL"
],
"STANDARD_INCOME_BINS": [
-9e+99,
-1e-09,
1e-09,
500000.0,
1000000.0,
1500000.0,
2000000.0,
3000000.0,
4000000.0,
5000000.0,
10000000.0,
9e+99
],
"income_measure": "total_gross_income"
}