Fully Funded Data Definition 2008/2009

A_FULLY_FUNDED

DATA DEFINITION

1. Fully Funded.

PURPOSE

2. To determine if an aim is fully funded or co-funded.

RELEVANT COLLECTIONS

  • ILR (LR)
  • ILR (ER)
  • ILR (UFI)
  • ILR (ESF SR)
  • ILR (ASL)

SOURCE DATA

3. The following variables are used as source data for the calculation of Fully Funded.

Field NameLabelDataset
A_FULLY FUNDEDA_FULLY_FUNDED Aim fully fundedAims DLF Standard File

DERIVED VARIABLES AND DATASETS

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

Field NameLabelDataset
A_FULLY_FUNDEDA_FULLY_FUNDED Aim fully fundedAims Standard File

VALUES

5. The table below outlines the categories for A_FULLY_FUNDED

ValueLabel
0No
1Yes

DETAILED DEFINITION

6. The Aim level Fully Funded flag is matched in from the Demand Led Funding dataset, relevant to the collection. For further information please refer to documentation available on the Funding Policy page. Where an aim exists in the aims file, but not the Demand Led Funding dataset, A_FULLY_FUNDED is set to 0.


Fully Funded Sample Code

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

A_FULLY_FUNDED

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

StepConditionAction/Action if trueAction if false
1AnySet A_FULLY_FUNDED = 0 
2If A_FULLY_FUNDED in Aims DLF File=1Set A_FULLY_FUNDED = -1 

StepConditionAction/Action if trueAction if false
1Does A_FULLY_FUNDED contain a valueNoneSet A_FULLY_FUNDED = -1

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

GET FILE = …………Aims Data set.
SORT CASES BY L01 L03 A15 A26 A05.
MATCH FILES
 /FILE = *
 /TABLE = …..Aims DLF data set
 /BY L01 L03 A15 A26 A05.

RECODE A_FULLY_FUNDED (SYSMIS-0)

VALUE LABELS A_FULLY_FUNDED
 0 'No’
 1 'Yes’.


Date last modified: 12th January 2009