|
| 1 | +- name: Disabled Students' Allowance reimburses eligible support needs below the cap |
| 2 | + period: 2025 |
| 3 | + input: |
| 4 | + people: |
| 5 | + student: |
| 6 | + age: 20 |
| 7 | + current_education: TERTIARY |
| 8 | + is_disabled_for_benefits: true |
| 9 | + disabled_students_allowance_eligible_expenses: 12_000 |
| 10 | + benunits: |
| 11 | + benunit: |
| 12 | + members: ["student"] |
| 13 | + households: |
| 14 | + household: |
| 15 | + members: ["student"] |
| 16 | + country: ENGLAND |
| 17 | + output: |
| 18 | + disabled_students_allowance_course_eligible: [true] |
| 19 | + disabled_students_allowance_has_qualifying_condition: [true] |
| 20 | + disabled_students_allowance_eligible: [true] |
| 21 | + disabled_students_allowance: [12_000] |
| 22 | + |
| 23 | +- name: Disabled Students' Allowance is capped at the published annual maximum |
| 24 | + period: 2025 |
| 25 | + input: |
| 26 | + people: |
| 27 | + student: |
| 28 | + age: 24 |
| 29 | + current_education: TERTIARY |
| 30 | + is_disabled_for_benefits: true |
| 31 | + disabled_students_allowance_eligible_expenses: 30_000 |
| 32 | + benunits: |
| 33 | + benunit: |
| 34 | + members: ["student"] |
| 35 | + households: |
| 36 | + household: |
| 37 | + members: ["student"] |
| 38 | + country: ENGLAND |
| 39 | + output: |
| 40 | + disabled_students_allowance: [27_783] |
| 41 | + |
| 42 | +- name: Disabled Students' Allowance excludes equivalent support from another scheme |
| 43 | + period: 2025 |
| 44 | + input: |
| 45 | + people: |
| 46 | + student: |
| 47 | + age: 22 |
| 48 | + current_education: TERTIARY |
| 49 | + is_disabled_for_benefits: true |
| 50 | + disabled_students_allowance_eligible_expenses: 5_000 |
| 51 | + disabled_students_allowance_receives_equivalent_support: true |
| 52 | + benunits: |
| 53 | + benunit: |
| 54 | + members: ["student"] |
| 55 | + households: |
| 56 | + household: |
| 57 | + members: ["student"] |
| 58 | + country: ENGLAND |
| 59 | + output: |
| 60 | + disabled_students_allowance_eligible: [false] |
| 61 | + disabled_students_allowance: [0] |
| 62 | + |
| 63 | +- name: Disabled Students' Allowance default qualifying-condition proxy is narrow |
| 64 | + period: 2025 |
| 65 | + input: |
| 66 | + people: |
| 67 | + student: |
| 68 | + age: 21 |
| 69 | + current_education: TERTIARY |
| 70 | + disabled_students_allowance_eligible_expenses: 4_000 |
| 71 | + benunits: |
| 72 | + benunit: |
| 73 | + members: ["student"] |
| 74 | + households: |
| 75 | + household: |
| 76 | + members: ["student"] |
| 77 | + country: ENGLAND |
| 78 | + output: |
| 79 | + disabled_students_allowance_has_qualifying_condition: [false] |
| 80 | + disabled_students_allowance_eligible: [false] |
| 81 | + disabled_students_allowance: [0] |
| 82 | + |
| 83 | +- name: Disabled Students' Allowance accepts explicit condition and course overrides |
| 84 | + period: 2025 |
| 85 | + input: |
| 86 | + people: |
| 87 | + student: |
| 88 | + age: 21 |
| 89 | + current_education: POST_SECONDARY |
| 90 | + disabled_students_allowance_has_qualifying_condition: true |
| 91 | + disabled_students_allowance_course_eligible: true |
| 92 | + disabled_students_allowance_eligible_expenses: 4_000 |
| 93 | + benunits: |
| 94 | + benunit: |
| 95 | + members: ["student"] |
| 96 | + households: |
| 97 | + household: |
| 98 | + members: ["student"] |
| 99 | + country: ENGLAND |
| 100 | + output: |
| 101 | + disabled_students_allowance_eligible: [true] |
| 102 | + disabled_students_allowance: [4_000] |
0 commit comments