A_DEMAND_LED_CAT

DATA DEFINITION

1. Defines whether a learner is funded under the Learner Responsive or Employer Responsive Model

RELEVANT COLLECTIONS

  • ILR (FE)

SOURCE DATA

2. The following variables are used as source data for the calculation of A_DEMAND_LED_CAT.

Field Name Label Dataset
A18 Main Delivery Method ILR Learning aim Data Set
L_AGEB Age of learner as at 31 August banded ILR Learning aim data Set

DERIVED VARIABLES AND DATASETS

3. The definition produces the following derived variable(s)

Field Name Label Dataset
A_DEMAND_LED_CAT Demand led funding category ILR Learner aim dataset

VALUES

4. The table below outlines the categories for A_DEMAND_LED_CAT

A_DEMAND_LED_CAT Label Value Description
1 Learner Responsive
2 Employer Responsive


A_DEMAND_LED_CAT Sample Code

1. The following SPSS code is provided to illustrate the A_DEMAND_LED_CAT data definition.

A_DEMAND_LED_CAT

2. The following table shows the steps required to derive A_DEMAND_LED_CAT

Step Condition Action if true Action if false
1 Is the delivery method
NVQ delivered mainly or entirely at the work place or Train to Gain delivered mainly or entirely at the workplace
(IF A18 = 12,13,15,16,22 or 23)
Set Demand led cat to 2 go to 2 Set Demand led cat to 1 got to 3
2 Is the learner aged under 19 (L_AGEB = 1 or 2) Set Demand led cat to 1 got to 3 n/a
3 n/a END n/a

3. The following SPSS code illustrates how to derive A_DEMAND_LED_CAT.

COMPUTE a_demand_led_cat = 1.

IF (ANY(a18,12,13,15,16,22,23)) a_demand_led_cat = 2.

*All 16-18 learner are Learner Demand Led.

IF (ANY(L_AGEB,1,2)) a_demand_led_cat = 1.

VALUE LABELS a_demand_led_cat 1 'Learner' 2 'Employer'.


Date last modfied: 03rd March 2010