-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathrelationships.yml
91 lines (91 loc) · 2.57 KB
/
relationships.yml
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
# The order of relationships affects their display in the app.
relationships:
- id: daughter
relationship: qualifying_child
irs_enum: DAUGHTER
skip_relative_household_test: true
- id: son
relationship: qualifying_child
irs_enum: SON
skip_relative_household_test: true
- id: parent
relationship: qualifying_relative
irs_enum: PARENT
skip_relative_household_test: true
- id: grandchild
relationship: qualifying_child
irs_enum: GRANDCHILD
skip_relative_household_test: true
- id: niece
relationship: qualifying_child
irs_enum: NIECE
skip_relative_household_test: true
- id: nephew
relationship: qualifying_child
irs_enum: NEPHEW
skip_relative_household_test: true
- id: foster_child
relationship: qualifying_child
irs_enum: FOSTER CHILD
skip_relative_household_test: true
- id: aunt
relationship: qualifying_relative
irs_enum: AUNT
skip_relative_household_test: true
- id: uncle
relationship: qualifying_relative
irs_enum: UNCLE
skip_relative_household_test: true
- id: sister
relationship: qualifying_child
irs_enum: SISTER
skip_relative_household_test: true
- id: brother
relationship: qualifying_child
irs_enum: BROTHER
skip_relative_household_test: true
- id: stepchild
relationship: qualifying_child
irs_enum: STEPCHILD
skip_relative_household_test: true
- id: stepbrother
relationship: qualifying_child
irs_enum: STEPBROTHER
skip_relative_household_test: true
- id: stepsister
relationship: qualifying_child
irs_enum: STEPSISTER
skip_relative_household_test: true
- id: half_brother
relationship: qualifying_child
irs_enum: HALF BROTHER
skip_relative_household_test: true
- id: half_sister
relationship: qualifying_child
irs_enum: HALF SISTER
skip_relative_household_test: true
- id: grandparent
relationship: qualifying_relative
irs_enum: GRANDPARENT
skip_relative_household_test: true
- id: great_grandchild
relationship: qualifying_child
irs_enum: GRANDCHILD
skip_relative_household_test: true
- id: step_parent
relationship: qualifying_relative
irs_enum: OTHER
skip_relative_household_test: true
- id: in_law
relationship: qualifying_relative
irs_enum: OTHER
skip_relative_household_test: true
- id: siblings_descendant
relationship: qualifying_child
irs_enum: OTHER
skip_relative_household_test: false
archived: true
- id: other
relationship: qualifying_relative
irs_enum: OTHER
skip_relative_household_test: false