-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata
111 lines (104 loc) · 3.92 KB
/
metadata
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Understanding Society
##
Variable = w_hhtype_dv
Variable label = Composition of household, LFS-version
Value = 1.0 Label = 1 male, aged 65+, no children
Value = 2.0 Label = 1 female, age 60+, no children
Value = 3.0 Label = 1 adult under pensionable age, no children
Value = 4.0 Label = 1 adult, 1 child
Value = 5.0 Label = 1 adult, 2 or more children
Value = 6.0 Label = Couple both under pensionable age, no children
Value = 8.0 Label = Couple 1 or more over pensionable age,no children
Value = 10.0 Label = Couple with 1 child
Value = 11.0 Label = Couple with 2 children
Value = 12.0 Label = Couple with 3 or more children
Value = 16.0 Label = 2 adults, not a couple, both under pensionable age, no children
Value = 17.0 Label = 2 adults, not a couple, one or more over pensionable age, no children
Value = 18.0 Label = 2 adults, not a couple, 1 or more children
Value = 19.0 Label = 3 or more adults, no children, incl. at least one couple
Value = 20.0 Label = 3 or more adults, 1-2 children, incl. at least one couple
Value = 21.0 Label = 3 or more adults, >2 children, incl. at least one couple
Value = 22.0 Label = 3 or more adults, no children, excl. any couples
Value = 23.0 Label = 3 or more adults, 1 or more children, excl. any couples
Value = -2.0 Label = refusal
Value = -9.0 Label = missing
Value = -8.0 Label = inapplicable
Value = -7.0 Label = proxy
Value = -1.0 Label = don't know
##
Variable = w_tenure_dv
Variable label = housing tenure
Value = 1.0 Label = Owned outright
Value = 2.0 Label = Owned with mortgage
Value = 3.0 Label = Local authority rent
Value = 4.0 Label = Housing assoc rented
Value = 5.0 Label = Rented from employer
Value = 6.0 Label = Rented private unfurnished
Value = 7.0 Label = Rented private furnished
Value = 8.0 Label = Other
Value = -1.0 Label = don't know
Value = -9.0 Label = missing
Value = -8.0 Label = inapplicable
Value = -7.0 Label = proxy
Value = -2.0 Label = refusal
##
Variable = w_jbstat
Variable label = current economic activity
Value = 1.0 Label = self employed
Value = 2.0 Label = in paid employment (full or part-time)
Value = 3.0 Label = unemployed
Value = 4.0 Label = retired
Value = 5.0 Label = on maternity leave
Value = 6.0 Label = looking after family or home
Value = 7.0 Label = full-time student
Value = 8.0 Label = long term sick or disabled
Value = 9.0 Label = on a government training scheme
Value = 10.0 Label = unpaid worker in family business
Value = 11.0 Label = working in an apprenticeship
Value = 97.0 Label = doing something else
Value = -1.0 Label = don't know
Value = -9.0 Label = missing
Value = -8.0 Label = inapplicable
Value = -7.0 Label = proxy
Value = -2.0 Label = refusal
# Census
"Tenure": {
"0": "All categories: Tenure",
"1": "Owned or shared ownership: Total",
"2": "Owned: Owned outright",
"3": "Owned: Owned with a mortgage or loan or shared ownership",
"4": "Rented or living rent free: Total",
"5": "Rented: Social rented",
"6": "Rented: Private rented or living rent free"
},
"Composition": {
"0": "All categories: Household type",
"1": "One person household",
"2": "Married or same-sex civil partnership couple household",
"3": "Cohabiting couple household",
"4": "Lone parent household",
"5": "Multi-person household"
},
"Occupants": {
"0": "All categories: Household size",
"1": "1 person in household",
"2": "2 people in household",
"3": "3 people in household",
"4": "4 or more people in household"
},
"Rooms": {
"0": "All categories: Number of rooms",
"1": "1 room",
"2": "2 rooms",
"3": "3 rooms",
"4": "4 rooms",
"5": "5 rooms",
"6": "6 or more rooms"
},
"Bedrooms": {
"0": "All categories: Number of bedrooms",
"1": "1 bedroom",
"2": "2 bedrooms",
"3": "3 bedrooms",
"4": "4 or more bedrooms"
}