You are on page 1of 93

XML ISIR Record Layout, Tags and

Data Description
The ISIR record layout/data description lists all the XML tags available for the ISIR record, provides a brief
description of the field and lists valid field content for each tag. The layout is based on the 2003-04 ISIR data
and will be modified as necessary for 2004-05.

• Schema Field Number – Enumerates all fields in this document


• Field Number - Lists either the CPS Header, Trailer or ISIR field number
• 03-04 ISIR Data Field – Identifies the schema tag name, provides a definition of the field, and provides the
name of the ISIR field name to which the tag maps. Some fields in the NSLDS Aid History section currently
do not have a description. We will provide this information with the next update to this document.
• Maximum Length – Specifies the maximum length of the element
• Data Type – Specifies the type of field (e.g. date, integer, string, Boolean etc.)
• Field Type – Specifies whether the field is a simple or complex element
• Format and Valid Field Values – Describes the acceptable values for a given ISIR Record field

A few fields have valid values that are too many to list here, so we provided one attachment to provide what
those valid values are (See Valid Field Values Attachment). Also, note that in most cases when there is a non-
response to a data field, the tag/field simply will not be provided with the ISIR record sent by the CPS. “Nil”
indicates that a response was initially provided but subsequently was changed to a blank response. Below are
some XML-specific notes for the ISIR. They address some issues that are commonly understood among
experienced XML programmers, but might not be known by those new to this technology. The information in
this section is not intended to be a complete XML primer, as there are many excellent complete and detailed
publications out on the subject. However, we hope that by passing along these lessons learned, this discussion
will help ease XML technology-related 'growing pains'.

XML Data Types and Field Types:


Below is an explanation of the data types and field types in this document.
Data Types:
• Boolean – the value literals ‘true’ or ‘false’ (without the quotes) may appear in this field
• Boolean (required) – holds the same values as a Boolean, but the notation of “required” indicates
that the field will always be populated with a value, it will never be absent from a student record
• Date – a valid date value, where the format is CCYY-MM-DD
• DateTime – a valid date and time value, where the format is CCYY-MM-DDTHH:MM:SS Note
that the “T” in the format string is a literal, used to separate the date value from the time value.
• Integer – a numeric value, where the maximum number of digits is listed under the “Max Length”
column
• String – an alpha-numeric value, including special characters as listed under “Valid Values”, where
the maximum number of characters is listed under the “Max Length” column
• String List – also an alphanumeric value like a string. However this field has all possible values pre-
defined in a list, which is indicated under the “Valid Values” column.

March 3, 2003 DRAFT -1-


Field Types:
• Simple Element – this tag holds data, such as a boolean, string, integer, or date
• Complex Element – this tag holds other tags, to indicate a relationship in the data

Elements in Block Sequence:


The ISIR Record Layout lists elements in block sequence. A general rule regarding sequence of data within
blocks, and within complex elements: the start and end data tags and their context must be presented on the
XML document within the block’s tags or the complex element tags to which they belong. The sequence of the
data within that block or element is dictated by the sequence of the data tags presented in the XML schema. For
example, if a complex element has ten simple elements within it, those ten elements must occur in the same
sequence as depicted in the ISIR layout that follows, as well as the XML schema.

XML Entity References:


In XML, certain characters have special meaning for processing the tags, and therefore must be treated specially
if they are needed in the content of a tag. This 'special treatment' would consist of the use of an entity reference
in place of the character. The use of entity reference is standard XML practice.

An entity reference is a group of characters that are used in text to substitute for a single specific character. The
characters that need this substitution are very few; they are essentially the markup delimiters in XML. Using the
entity reference prevents a literal character from being mistaken for a markup delimiter. For example, if the
value for an attribute must contain a left angle bracket (<), you can substitute the entity reference "&lt;". Entity
references always begin with an ampersand
(&) and end with a semicolon (;). The entities predefined in XML are identified in the following table:

Character Entity reference


& &amp;
< &lt;
> &gt;
" &quot;
' &apos;

An example of the use of an entity refernce is as follows:


<AddressLine>100 Town & Country Drive</AddressLine> <!--don't do this, it's not correct XML -->
<AddressLine>100 Town &amp; Country Drive</AddressLine> <!—do this, using an entity reference -->

March 3, 2003 DRAFT -2-


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
1. <CommonRecordISIR xmlns= “ “ > NA NA Complex http://www.ed.gov/FSA/CPS/2003
Element /ISIR_1.0a
Common Record ISIR: The root element for the
document. The attribute: “xmlns”, and its value: Note: this is an XML namespace
http://www.ed.gov/FSA/CPS/2003/ISIR_1.0a, reference to identify the schema to
are together used to indicate the namespace of the which the document adheres; it is not
elements in the XML document. The namespace a URL for the file.
convention incorporates the schema version
indicator.
2. Header <DocumentID> 23 String Complex Received Batch Type:
Record Element #A, #C, #E, #F, #G, #I, #K, or #L
Field #10 Document ID: This element indicates the ISIR
batch that this document belongs to. It includes Award Year:
batch type (received), award year, Federal School 4
Code or State Agency, Date and Time.
Federal School Code:
This tag maps to the 2003-04 ISIR Header Record X00000 to X99999
Layout Batch Number (field # 10). Valid characters for the first position
are 0 (zero), B, E, or G, or State
Agency Code; 3-digit code where the
first 2 digits are alpha characters and
the third digit is numeric

Date:
Format is CCYYMMDD

Time:
Format is HHMMSS

3. Header <CreatedDateTime> NA DateTime Simple Format is CCYY-MM-DDTHH:MM:SS


Record Element
Fields # 6 Created Date Time: This element indicates the
&7 date and time of the ISIR batch that this document
belongs to was created.

This tag maps to the 2003-04 ISIR Header Record


Layout Batch Number (fields # 6 & 7).
4. Header <AwardYear> 7 Integer Simple 0304
Record Element
Field #9 Award Year: This element indicates the award
year for the ISIR batch

This tag maps to the 2003-04 ISIR Header Record


Layout Award Year (field # 9).

February 2003 DRAFT -3-


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
5. Header <TransactionType> 7 String Simple ElectronicApplication
Record List Element
Field #12 Transaction Type: This element indicates the ElectronicCorrection
transaction source of the ISIR batch (web,
electronic, system generated, etc.) ElectronicSignature

This tag maps to the 2003-04 ISIR Header Record QuickCorrection


Layout Transaction Data Source (field # 12).
VerificationCorrection

PaperApplication

PaperRenewalApplication

PaperCorrection

PaperSpanishApplication

PaperSignaturePage

FAFSAWeb

RenewalWeb

CorrectionsWeb

FAACorrectionsWeb

EasyFAFSAWeb

EasyCorrectionsWeb

SystemGenerated

NSLDSPostScreening

FDROrYTD

SignatureCorrection

SecondaryConfirmation

CustomerService
6. <DocumentSummary> 7 NA Simple NA
Element
Document Summary: A complex element. This
element provides a logical grouping of elements
related to identification information.
7. Trailer <TotalCount> 5 Integer Complex 00000 to 99999
Record Element
Field #9 Total Count: This element indicates the total
number of records contained in the original input
batch.

This tag maps to the 2003-04 ISIR Trailer Record


Layout (field # 9).

February 2003 DRAFT -4-


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
8. Trailer <TotalCountAccepted> 7 Integer Simple 0000001 to 9999999
Record Element
Field #13 Total Count Accepted: This element indicates the
total number of ‘good’ records in the original input
batch

This tag maps to the 2003-04 ISIR Trailer Record


Layout (field # 13).
9. Trailer <TotalCountInError> 7 Integer Simple 0000001 to 9999999
Record Element
Field #14 Total Count In Error : This element indicates the
total number of ‘bad’ records in the original input
batch which will be imported in an error file

This tag maps to the 2003-04 ISIR Trailer Record


Layout (field #14).
10. Trailer <TotalCountOnINSHold> 7 Integer Simple 0000001 to 9999999
Record Element
Field #15 Total Count On INS Hold: This element indicates
the number of records on INS Secondary Hold
from the original input batch

This tag maps to the 2003-04 ISIR Trailer Record


Layout _ (field # 15).
11. Trailer <TotalCountNotOnDatabase> 7 Integer Simple 0000001 to 9999999
Record Element
Field #16 Total Count Not On Database: This element
indicates the number of records not on the CPS
database. These records are also included in the
count for error records.

This tag maps to the 2003-04 ISIR Trailer Record


Layout (field # 16).
12. <Student OriginalSSN= “ “ OriginalNameID=“ “ NA NA Complex Student OriginalSSN:
TransactionNumber= “ “> Element 01010001 to 999999999
With
Student Identifier: The student’s identification Attributes OriginalNameID:
information on CPS. Uppercase A to Z
Space(s)
The Original SSN portion of this tag maps to the . (period)
2003-04 ISIR Record Layout Original Social ‘ (apostrophe)
Security Number (field # 3). The OriginalNameID - (dash)
portion of this tag maps to the 2003-04 ISIR Record
Layout Original Name ID (field #4). The TransactionNumber:
TransactionNumber portion of this tag maps to the 00-99
2003-04 ISIR Record Layout Transaction Number
(field # 5).

13. <Identifiers> NA NA Complex NA


Element
Identifiers: A complex element. This element
provides a logical grouping of elements related to
identification information.

February 2003 DRAFT -5-


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
14. ISIR Field <SSN> 9 Integer Simple 001010001 to 999999999
#6 Element
Social Security Number: This element indicates
the student’s current Social Security Number.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Current Social Security Number (field #
6).
15. <DriversLicense> NA NA Complex NA
Element
Drivers License: A complex element. This element
provides a logical grouping of elements related to
identification information.
16. ISIR Field <DriversLicenseNumber> 20 String Simple 0 to 9
# 16 Element
Driver’s License Number: This element indicates Uppercase A to Z
the student’s driver’s license number.
Space(s)
This tag maps to the 2003-04 ISIR Record Layout
Student’s Driver’s License Number (field #16). - (dash)

* (asterisk )

Nil = true

17. ISIR Field <DriversLicenseState> 2 String Simple See attachment for valid two letter
# 17 List Element postal/state code
Drivers License State : This element indicates the
student’s driver’s license state. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Student’s Driver’s License State Code (field #17).
18. ISIR Field <BirthDate> 10 Date Simple Format is CCYY-MM-DD
# 14 Element
Birth Date: This element indicates the student’s
Date of Birth Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Birth Date (field# 14).
19. <Name> NA NA Complex NA
Element
Name: A complex element. This element provides
a logical grouping of elements related to
identification information.

February 2003 DRAFT -6-


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
20. ISIR Field <FirstName> 12 String Simple 0 to 9
#8 Element
First Name: This element indicates the student’s Uppercase A to Z
first name.
Space(s)
This tag maps to the 2003-04 ISIR Record Layout
Student’s First Name (field #8). . (period)

‘ (apostrophe)

- (dash)

Nil = true
21. ISIR Field <MiddleInitial> 1 String Simple Uppercase A to Z
#9 Element
Middle Initial: This element indicates the Nil= true
student’s middle initial.

This tag maps to the 2003-04 ISIR Record Layout


Middle Initial (field #9).
22. ISIR Field <LastName> 16 String Simple 0 to 9
#7 Element
Last Name: This element indicates the student’s Uppercase A to Z
last name.
Space(s)
This tag maps to the 2003-04 ISIR Record Layout
Student’s Last Name (field #7). . (period)

‘ (apostrophe)

- (dash)

Nil = true
23. <Contacts> NA NA Complex NA
Element
Contacts: A complex element. This element
provides a logical grouping of elements related to
identification information.
24. <PermanentAddress> NA NA Complex NA
Element
Permanent Address: A complex element. This
element provides a logical grouping of elements
related to identification information.

February 2003 DRAFT -7-


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
25. ISIR Field <AddressLine> 35 String Simple 0 to 9
# 10 Element
Address Line: This element indicates a line of the Uppercase A to Z
student’s address. There is a maximum occurrence
of one address line for this tag. . (period)

This tag maps to the 2003-04 ISIR Record Layout - (dash)


Permanent Mailing Address (field # 10).
, (comma)

# (Number)

@ (at)

% (percent or care of)

& (ampersand)

/ (slash)

Space(s)

Nil = true
26. ISIR Field <AddressCity> 16 String Simple 0 to 9
# 11 Element
Address City: This element indicates the student’s Uppercase A to Z
city.
. (period)
This tag maps to the 2003-04 ISIR Record Layout
Student’s Permanent City (field #11). ‘(apostrophe)

-(dash)

, (comma)

# (number)

@ (at)

% (percent or care of)

& (ampersand)

/ (slash)

Nil = true
27. ISIR Field <AddressStateProvinceCode> 2 String Simple See attachment for valid two letter
# 12 List Element postal/state code
Address State Province Code: This element
indicates the student’s state or province code. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Student’s Permanent State (field #12).

February 2003 DRAFT -8-


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
28. ISIR Field <AddressPostalCode> 5 Integer Simple 00000 to 99999
# 13 Element
Address Postal Code: This element indicates the Nil = true
student’s Postal Code (Zip Code).

This tag maps to the 2003-04 ISIR Record Layout


Student’s Permanent Zip Code (field #13).
29. ISIR Field <PermanentPhoneNumber> 10 String Simple 0000000000 to 9999999999
# 15 Element
Permanent Phone Number: This element indicates Nil = true
the student’s permanent phone number.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Permanent Phone Number (field #15).
30. ISIR Field <EmailAddress> 50 String Simple One and only one”@” at–sign
# 103 Element allowed. Before @:
Email Address: This element indicates the • at least one valid character
student’s email address. • all characters in the range of
ASCII 33-126, except for the following
This tag maps to the 2003-04 ISIR Record Layout 12 characters <> () [] \ , ; : “ @
Student’s E-mail Address (field #103). • period ‘.’ Cannot be first, last or
adjacent to another period

After @:
• at least one valid character
• only letters, digits, hyphen,
underscore, and period (A – Z,
a – z, 0 – 9, , - , .)
• hyphen, underscore, and period
cannot be first, last, or adjacent to a
period.

31. ISIR Field <CitizenshipStatusCode> NA String Simple Citizen


# 18 List Element
Citizenship Status Code: This element indicates EligibleNonCitizen
the student’s citizenship status. This information
is self-reported. NotEligible

This tag maps to the 2003-04 ISIR Record Layout Nil = true
Student’s Citizenship Status (field #18).
32. ISIR Field <AlienRegistrationNumber> 9 Integer Simple 000000001 to 999999999
# 19 Element
Alien Registration Number: This element
indicates the student’s alien registration number.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Alien Registration Number (field #19).
33. <MaritalStatus> NA NA Complex NA
Element
Marital Status: A complex element. This element
provides a logical grouping of elements related to
marital information.

February 2003 DRAFT -9-


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
34. ISIR Field <MaritalStatusCode> NA String Simple Unmarried
# 20 List Element
Marital Status Code: This element indicates the Married
student’s marital status.
Separated
This tag maps to the 2003-04 ISIR Record Layout
Student’s Marital Status (field #20). Nil = true

(FAFSA current business rule will


only allow these values to be
provided for Student’s Marital Status)
35. ISIR Field <MaritalStatusDate> 7 Date Simple Format is CCYY-MM
# 21 Element
Marital Status Date: This element indicates the
date of student’s marital status. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Student’s Marital Status Date (field #21).
36. <ResidencyData> NA NA Complex NA
Element
Residency Data: A complex element. This element
provides a logical grouping of elements related to
residency information.
37. ISIR Field <LegalResidenceStateCode> 2 String Simple See attachment for valid two letter
# 29 List Element postal/state code
Legal Residence State Code: This element
indicates the student’s legal state of residence. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Student’s State of Legal Residence (field #29).
38. ISIR Field <LegalResidentByCutoff> NA Boolean Simple true = Yes
# 30 (required) Element
Legal Resident By Cutoff: This element indicates false = No
if the student is considered a legal resident before
01-01-1998. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Student’s Legal Resident Before 01-01-1998 (field
#30).
39. ISIR Field <LegalResidenceDate> 7 Date Simple Format is CCYY-MM
# 31 Element
Legal Residence Date: This element indicates the
date related to legal residence. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Student’s Legal Residence Date (field #31).
40. <HouseholdData> NA NA Complex NA
Element
Household Data: A complex element. This
element provides a logical grouping of elements
related to household information.

February 2003 DRAFT - 10 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
41. ISIR Field <MembersInFamily> 2 Integer Simple 00 to 99
# 89 Element
Family Members: This element indicates the Nil = true
number of family members in the household.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Number of Family Members (field #89).
42. ISIR Field <NumberInCollege> 1 Integer Simple 0 to 9
# 90 Element
Number in College: This element indicates the Nil = true
number of persons in college during the academic
year 2003-04.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Number In College (field #90).
43. <SubmissionInformation> NA NA Complex NA
Element
Submission Information: A complex element.
This element provides a logical grouping of
elements related to submission information.
44. <AdditionalStudentData > NA NA Complex NA
Element
Additional Student Data: A complex element.
This element provides a logical grouping of
elements related to student information.
45. <FinancialData> NA NA Complex NA
Element
Financial Data: A complex element. This element
provides a logical grouping of elements related to
financial information.
46. <IncomeData> NA NA Complex NA
Element
Income Data: A complex element. This element
provides a logical grouping of elements related to
income information.
47. ISIR Field <TaxReturnStatusCode> NA String Simple Completed
# 41 List Element
Tax Return Status Codes: This element indicates WillFile
what the applicant reported is their tax return
status. WillNotFile

This tag maps to the 2003-04 ISIR Record Layout Nil = true
Student’s Tax Return Completed (field #41).
48. ISIR Field <TaxFormTypeCode> NA String Simple 1040
# 42 List Element
Tax Form Code: This element indicates what type 1040AEZTelefile
of tax return the student filed.
Foreign
This tag maps to the 2003-04 ISIR Record Layout
Student’s Type of 2002 Tax Form Used (field #42). USTrustTerritory

Nil = true

February 2003 DRAFT - 11 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
49. ISIR Field <Form1040AEZEligibleCode> NA String Simple Yes
# 43 List Element
Form 1040 A/EZ Eligible Code: This element No
indicates if the student is able to file a 1040A or
1040EZ tax return. DoNotKnow

This tag maps to the 2003-04 ISIR Record Layout Nil = true
Student Eligible to file 1040A or 1040EZ (field #43).
50. ISIR Field <AdjustedGrossIncome> 7 Integer Simple -999999 to 999999
# 44 Element
Adjusted Gross Income: This element indicates Nil = true
the student’s adjusted gross income.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Adjusted Gross Income from IRS form
(field #44).
51. ISIR Field <IncomeTaxPaid> 6 Integer Simple 00000 to 99999 (CPS current business
# 45 Element rule is only 5 digits)
Income Tax Paid: This element indicates the
student’s income tax paid. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Student’s U.S. Income Tax Paid (field #45).
52. ISIR Field <ExemptionsClaimed> 2 Integer Simple 00 to 99
# 46 Element
Exemptions Claimed: This element indicates the Nil = true
number of exemptions claimed on the student’s tax
return..

This tag maps to the 2003-04 ISIR Record Layout


Student’ s Exemptions Claimed (field #46).
53. 47 <StudentEarnedIncome> 7 Integer Simple -999999 to 999999
Element
Student Earned Income: This element indicates Nil = true
the student’s income earned from work.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Income Earned from Work (field #47).

54. ISIR Field <SpouseEarnedIncome> 7 Integer Simple -999999 to 999999


# 48 Element
Spouse Earned Income: This element indicates the Nil = true
spouse’s income earned from work.

This tag maps to the 2003-04 ISIR Record Layout


Spouse’s Income Earned from Work (field #48).
55. ISIR Field <WorksheetA> 5 Integer Simple 00000 to 99999
# 49 Element
Worksheet A: This element indicates the total from Nil = true
those items on Worksheet A of the FAFSA.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Total Amount from Worksheet A (field
#49).

February 2003 DRAFT - 12 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
56. ISIR Field <WorksheetB> 5 Integer Simple 00000 to 99999
# 50 Element
Worksheet B: This element indicates the total from Nil = true
those items on Worksheet B of the FAFSA.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Total Amount from Worksheet B (field
#50).
57. ISIR Field <WorksheetC> 5 Integer Simple 00000 to 99999
# 51 Element
Worksheet C: This element indicates the total from Nil = true
those items on Worksheet C of the FAFSA.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Total Amount from Worksheet C (field
#51).
58. <AssetData> NA NA Complex NA
Element
Asset Data: A complex element. This element
provides a logical grouping of elements related to
asset information.
59. ISIR Field <InvestmentNetWorth> 6 Integer Simple 000000 to 999999
# 52 Element
Investment Net Worth: This element indicates the Nil = true
student’s investment net worth.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Investment Net Worth (field #52).
60. ISIR Field <BusinessFarmNetWorth> 6 Integer Simple 000000 to 999999
# 53 Element
Business Farm Net Worth: This element indicates Nil = true
the student’s business or farm net worth.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Business and/or Investment Farm Net
Worth (field #53).
61. ISIR Field <CashSavingsChecking> 6 Integer Simple 000000 to 999999
# 54 Element
Cash Savings Checking: This element indicates Nil = true
the student’s total of cash, savings, and checking.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Cash, Savings, and Checking (field #54).
62. <VeteransBenefits> NA NA Complex NA
Element
Veterans Benefits: A complex element. This
element provides a logical grouping of elements
related to financial information.
63. ISIR Field <NumberOfMonths> 2 Integer Simple 00 to 12
# 55 Element
Number of Months: This element indicates the Nil = true
number of months a student received benefits.

This tag maps to the 2003-04 ISIR Record Layout


Number of Months Veterans Education Benefits
Received (field #55).

February 2003 DRAFT - 13 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
64. ISIR Field <MonthlyBenefitAmount> 4 Integer Simple 0000 to 9999
# 56 Element
Monthly Benefit Amount: This element indicates Nil = true
the amount of benefits a student receives monthly.

This tag maps to the 2003-04 ISIR Record Layout


Monthly Veterans Education Benefits (field #56).
65. <EnrollmentData> NA NA Complex NA
Element
EnrollmentData: A complex element. This
element provides a logical grouping of elements
related to enrollment information.
66. ISIR Field <SummerHeaderCode> NA String Simple FullTimeOrNotSure
# 22 List Element
Summer Header Code: This element indicates the ThreeQuarterTime
enrollment intention of the student for the summer
preceeding the 2003-2004 academic year. HalfTime

This tag maps to the 2003-04 ISIR Record Layout LessThanHalfTime


Summer 2003 (field #22).
NotAttending

Nil = true
67. ISIR Field <FallCode> NA String Simple FullTimeOrNotSure
# 23 List Element
Fall Enrollment Code: This element indicates the ThreeQuarterTime
enrollment intention of the student for the fall term
of the 2003–2004 academic year. HalfTime

This tag maps to the 2003-04 ISIR Record Layout LessThanHalfTime


Fall 2003 (field #23).
NotAttending

Nil = true
68. ISIR Field <WinterCode> NA String Simple FullTimeOrNotSure
# 24 List Element
Winter Enrollment Code: This element indicates ThreeQuarterTime
the enrollment intention of the student for the
winter term of the 2003-2004 academic year. HalfTime

This tag maps to the 2003-04 ISIR Record Layout LessThanHalfTime


Winter 2003-2004 (field #24).
NotAttending

Nil = true
69. ISIR Field <SpringCode> NA String Simple FullTimeOrNotSure
# 25 List Element
Spring Enrollment Code: This element indicates ThreeQuarterTime
the enrollment intention of the student for the
spring term of the 2003-2004 academic year. HalfTime

This tag maps to the 2003-04 ISIR Record Layout LessThanHalfTime


Spring 2004 (field #25).
NotAttending

Nil = true

February 2003 DRAFT - 14 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
70. ISIR Field <SummerTrailerCode> NA String Simple FullTimeOrNotSure
# 26 List Element
Summer Trailer Code: This element indicates the ThreeQuarterTime
enrollment intention of the student for the summer
following the 2003-2004 academic year. HalfTime

This tag maps to the 2003-04 ISIR Record Layout LessThanHalfTime


Summer 2004 (field# 26).
NotAttending

Nil = true
71. <QuestionnaireResponses> NA NA Complex NA
Element
Questionnaire Responses: A complex element.
This element provides a logical grouping of
elements related to FAFSA Questionnaire
information.
72. ISIR Field <SelectiveServiceMale> NA Boolean Simple true = Yes
# 32 (required) Element
Selective Service Male: This element indicates if false = No
the student is male.
Nil = true
This tag maps to the 2003-04 ISIR Record Layout
Are you Male (field #32).
73. ISIR Field <SelectiveServiceRegister> NA Boolean Simple true = Yes
# 33 (required) Element
Selective Service Register: This element indicates false = No
if the student wants to be registered by the
Selective Service. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Do you want Selective Service to register you (field
#33).
74. ISIR Field <DegreeOrCertificateCode> NA String Simple FirstBachelor
# 34 List Element
Degree Or Certificate Code: This element SecondBachelor
indicates the degree or certificate for which the
student is enrolled. AssociateTechnical

This tag maps to the 2003-04 ISIR Record Layout AssociateGeneral


Degree/Certificate (field #34).
CertificateDiploma

CertificateDiploma2

Teaching

GraduateProfessional

Other

Nil = true

February 2003 DRAFT - 15 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
75. ISIR Field <StudentLevelCode> NA String Simple FirstNeverAttended
# 35 List Element
Student Level Code: This element indicates the FirstAttendedBefore
grade level of the student.
Second
This tag maps to the 2003-04 ISIR Record Layout
Grade Level in College in 2003-2004 (field #35). Third

Fourth

FifthOrMore

FirstYearGraduate

ContinuingGraduate

Nil = true
76. ISIR Field <HighSchoolDiplomaOrGED> NA Boolean Simple true = Yes
# 36 (required) Element
High School Diploma or GED: This element false = No
indicates if the student has received a high school
diploma or GED. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


HS Diploma or GED Received (field #36).

77. ISIR Field <FirstBachelorsByCutoff> NA Boolean Simple true = Yes


# 37 (required) Element
First Bachelor’s By Cutoff: This element indicates false = No
if the student will receive a first bachelor’s degree
by 07-01-2003. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


First Bachelor’s Degree By 07-01-2003 (field #37).
78. ISIR Field <StudentLoanInterest> NA Boolean Simple true = Yes
# 38 (required) Element
Student Loan Interest: This element indicates if false = No
the student is interested in student loan financial
assistance. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Interested in Student Loans (field #38) .
79. ISIR Field <WorkStudyInterest> NA Boolean Simple true = Yes
# 39 (required) Element
Work-Study Interest: This element indicates if the false = No
student is interested in student work-study
financial assistance. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Interested in Work Study (field #39).

February 2003 DRAFT - 16 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
80. ISIR Field <DrugConvictionCode> NA String Simple No
# 40 List Element
Drug Conviction Code: This element indicates if YesPartYear
the student has a drug conviction that would affect
financial aid eligibility. YesOrDoNotKnow

This tag maps to the 2003-04 ISIR Record Layout NoResponse


Drug Conviction Affecting Eligibility (field #40).
81. <DependencyData> NA NA Complex NA
Element
Dependency Data: A complex element. This
element provides a logical grouping of elements
related to dependency information.
82. ISIR Field <BornBeforeCutoffIndicator> NA Boolean Simple true = Yes
# 57 (required) Element
Born Before Cutoff Indicator: This element false = No
indicates if the student was born before 01-01-1980.
Nil = true
This tag maps to the 2003-04 ISIR Record Layout
Born Before 01-01-1980 (field #57).
83. ISIR Field <MastersOrDoctorateIndicator> NA Boolean Simple true = Yes
# 58 (required) Element
Master or Doctorate Indicator: This element false = No
indicates if the student is working on a Master’s or
Doctorate Program for the 2003-2004 academic Nil = true
year.

This tag maps to the 2003-04 ISIR Record Layout


Working on a Master’s or Doctorate Program in
2003- 2004 (field #58).
84. ISIR Field <MarriedIndicator> NA Boolean Simple true = Yes
# 59 (required) Element
Married Indicator: This element indicates if the false = No
student is married.
Nil = true
This tag maps to the 2003-04 ISIR Record Layout Is
Student Married (field #59).
85. ISIR Field <SupportsChildrenIndicator > NA Boolean Simple true = Yes
# 60 (required) Element
Supports Children Indicator: This element false = No
indicates if the student has children to support.
Nil = true
This tag maps to the 2003-04 ISIR Record Layout
Have Children to Support (field #60)
86. ISIR Field <LegalDependentsIndicator> NA Boolean Simple true = Yes
# 61 (required) Element
Legal Dependents Indicator: This element false = No
indicates if the student has legal dependents other
than children or spouse to support. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Have Legal Dependents Other than Children or
Spouse (field #61).

February 2003 DRAFT - 17 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
87. ISIR Field <OrphanWardOfCourtIndicator> NA Boolean Simple true = Yes
# 62 (required) Element
Orphan or Ward of Court Indicator: This element false = No
indicates if the student is an orphan or ward of the
court. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Orphan or Ward of Court (field #62).
88. ISIR Field <VeteranIndicator> NA Boolean Simple true = Yes
# 63 (required) Element
Veteran Indicator: This element indicates if the false = No
student is a veteran of the U.S. Armed Forces.
Nil = true
This tag maps to the 2003-04 ISIR Record Layout
Veteran of U.S. Armed Forces (field #63).
89. <ParentData> NA NA Complex NA
Element
Parent Data: A complex element. This element
provides a logical grouping of elements related to
parental information.
90. <FatherStepfather> NA NA Complex NA
Element
FatherStepfather: A complex element. This
element provides a logical grouping of elements
related to father/stepfather information.
91. <Identifiers> NA NA Complex NA
Element
Identifiers: A complex element. This element
provides a logical grouping of elements related to
identifier information.
92. ISIR Field <SSN> 9 Integer Simple 001010001 to 999999999
# 65 Element
Social Security Number: The father’s/stepfather’s Nil = true
current Social Security Number.

This tag maps to the 2003-04 ISIR Record Layout


Father’s/Stepfather’s Social Security Number
(field #65).
93. <Name> NA NA Complex NA
Element
Name: A complex element. This element provides
a logical grouping of elements related to name
information.
94. ISIR Field <LastName> 16 String Simple 0 to 9
# 66 Element
Last Name: This element indicates the Uppercase A to Z
father’s/stepfather’s last name.
Space(s)
This tag maps to the 2003-04 ISIR Record Layout
Father’s/Stepfather’s Last Name (field #66). . (period)

‘ (apostrophe)

- (dash)

Nil = true

February 2003 DRAFT - 18 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
95. ISIR Field <EducationLevelCode> NA String Simple JuniorHigh
# 27 List Element
Education Level Code: This element indicates the HighSchool
father’s/stepfather’s education level.
CollegeOrBeyond
This tag maps to the 2003-04 ISIR Record Layout
Father’s Highest Grade Level Completed (field OtherOrUnknown
#27).
Nil = true
96. <MotherStepmother> NA NA Complex NA
Element
MotherStepmother: A complex element. This
element provides a logical grouping of elements
related to mother/stepmother information.
97. <Identifiers> NA NA Complex NA
Element
Identifiers: A complex element. This element
provides a logical grouping of elements related to
identifier information.
98. ISIR Field <SSN> 9 Integer Simple 000000000 to 999999999
# 67 Element
Social Security Number: The Nil = true
mother’s/stepmother’s current Social Security
Number.

This tag maps to the 2003-04 ISIR Record Layout


Mother’s/Stepmother’s Social Security Number
(field #67).
99. <Name> NA NA Complex NA
Element
Name: A complex element. This element provides
a logical grouping of elements related to name
information.
100. ISIR Field <LastName> 16 String Simple 0 to 9
# 68 Element
Last Name: This element indicates the Uppercase A to Z
mother’s/stepmother’s last name.
Space(s)
This tag maps to the 2003-04 ISIR Record Layout
Mother’s/Stepmother’s Last Name (field #68). . (period)

‘ (apostrophe)

- (dash)

Nil = true
101. ISIR Field <EducationLevelCode> NA String Simple JuniorHigh
# 28 List Element
Education Level Code: This element indicates the HighSchool
mother’s/stepmother’s education level.
CollegeOrBeyond
This tag maps to the 2003-04 ISIR Record Layout
Mother’s Highest Grade Level Completed (field OtherOrUnknown
#28).
Nil = true

February 2003 DRAFT - 19 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
102. <MaritalStatus> NA NA Complex NA
Element
Marital Status: A complex element. This element
provides a logical grouping of elements related to
marital information.
103. ISIR Field <MaritalStatusCode> NA String Simple UnmarriedOrSingle
# 64 List Element
Marital Status Code: This element indicates the Married
parents’ marital status.
DivorcedOrSeparated
This tag maps to the 2003-04 ISIR Record Layout
Parent’s Marital Status (field #64). Widowed

Nil = true

(FAFSA current business rule will


only allow these values to be
provided for Parent Marital Status)

104. ISIR Field <MaritalStatusDate> 7 Date Simple Format is CCYY-MM


# 274 Element
Marital Status Date: This element indicates the
date of the parents’ marital status. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Parent’s Marital Status Date (field #274).
105. <ResidencyData> NA NA Complex NA
Element
Residency Data: A complex element. This element
provides a logical grouping of elements related to
residency information.
106. ISIR Field <LegalResidenceStateCode> 2 String Simple Uppercase A to Z
# 71 List Element Valid postal code
Legal Residence State Code: This element See State/County/Jurisdiction
indicates parent’s state of legal residence. Codes

This tag maps to the 2003-04 ISIR Record Layout Nil = true
Parent’s State of Legal Residence (field #71).
107. ISIR Field <LegalResidentByCutoff> NA Boolean Simple true = Yes
# 72 (required) Element
Legal Resident By Cutoff: This element indicates false = No
if the parent was a legal resident before 01-01-1998.
Nil = true
This tag maps to the 2003-04 ISIR Record Layout
Parent’s Legal Residents before 01-01-1998 (field
#72).
108. ISIR Field <LegalResidenceDate> 7 Date Simple Format is CCYY-MM
# 73 Element
Legal Residence Date: This element indicates the
date related to parents’ legal residence. Nil = true

This tag maps to the 2003-04 ISIR Record Layout


Parent’s Legal Residence Date (field #73).

February 2003 DRAFT - 20 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
109. <HouseholdData> NA NA Complex NA
Element
Household Data: A complex element. This
element provides a logical grouping of elements
related to household information.
110. ISIR Field <MembersInFamily> 2 Integer Simple 01 to 99
# 69 Element
Family Members: This element indicates the Nil = true
number of family members in the household.

This tag maps to the 2003-04 ISIR Record Layout


Parent’s Number of Family Members (field #69).
111. ISIR Field <NumberInCollege> 1 Integer Simple 1 to 9
# 70 Element
Number in College: This element indicates the Nil = true
number of persons in college during the academic
year 2003-04.

This tag maps to the 2003-04 ISIR Record Layout


Parent’s Number in College 2003-2004 Parents’
excluded (field #70).
112. ISIR Field <OlderParentAge> 2 Integer Simple 00 to 99
# 74 Element
Older Parent Age: This element indicates the age Nil = true
of the older parent.

This tag maps to the 2003-04 ISIR Record Layout


Age of Older Parent (field #74).
113. <ParentFinancialData> NA NA Complex NA
Element
ParentFinancial Data: A complex element. This
element provides a logical grouping of elements
related to parent’s financial information.
114. <IncomeData> NA NA Complex NA
Element
Income Data: A complex element. This element
provides a logical grouping of elements related to
income information.
115. ISIR Field <TaxReturnStatusCode> NA String Simple Completed
# 75 List Element
Tax Return Status Code: This element indicates WillFile
the parent’s tax filing status.
WillNotFile
This tag maps to the 2003-04 ISIR Record Layout
Parent’s Tax Return Completed (field #75). Nil = true
116. ISIR Field <TaxFormTypeCode> NA String Simple 1040
# 76 List Element
Tax Form Type Code: This element indicates the 1040AEZTelefile
type of tax return the parent filed.
Foreign
This tag maps to the 2003-04 ISIR Record Layout
Parent’s Type of 2002 Tax Form Used (field #76). USTrustTerritory

Nil = true

February 2003 DRAFT - 21 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
117. ISIR Field <Form1040AEZEligibleCode> NA String Simple Yes
# 77 List Element
Form 1040 A/EZ Eligible Code: This element No
indicates if the parent is able to file a 1040A or
1040EZ tax return. DoNotKnow

Nil = true
This tag maps to the 2003-04 ISIR Record Layout
Parent’s Eligible to file 1040A or 1040EZ (field
#77).
118. ISIR Field <AdjustedGrossIncome> 7 Integer Simple -999999 to 999999
# 78 Element
Adjusted Gross Income: This element indicates Nil = true
the parent’s adjusted gross income.

This tag maps to the 2003-04 ISIR Record Layout


Parent’s Adjusted Gross Income from IRS form
(field #78).
119. ISIR Field <IncomeTaxPaid> 6 Integer Simple 000000 to 999999
# 79 Element
Income Tax Paid: This element indicates the Nil = true
Parents’ income tax paid.

This tag maps to the 2003-04 ISIR Record Layout


Parent’s U.S. Income Tax Paid (field #79).
120. ISIR Field <ExemptionsClaimed> 2 Integer Simple 00 to 99
# 80 Element
Exemptions Claimed: This element indicates the Nil = true
number of exemptions claimed on the parents’ tax
return.

This tag maps to the 2003-04 ISIR Record Layout


Parent’s Exemptions Claimed (field #80).
121. ISIR Field <FathersEarnedIncome> 7 Integer Simple -999999 to 999999
# 81 Element
Father’s/Stepfather’s Earned Income: This Nil = true
element indicates the father’s income earned from
work.

This tag maps to the 2003-04 ISIR Record Layout


Father’s/Stepfather’s Income Earned from Work
(field #81).
122. ISIR Field <MothersEarnedIncome> 7 Integer Simple -999999 to 999999
# 82 Element
Mother’s/Stepmother’s Earned Income: This Nil = true
element indicates the mother’s income earned
from work.

This tag maps to the 2003-04 ISIR Record Layout


Mother’s/Stepmother’s Income Earned from Work
(field #82).

February 2003 DRAFT - 22 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
123. ISIR Field <WorksheetA> 5 Integer Simple 00000 to 99999
# 83 Element
Worksheet A: This element indicates the total from Nil = true
those items on Worksheet A of the FAFSA.

This tag maps to the 2003-04 ISIR Record Layout


Parent’s Total Amount from Worksheet A (field
#83).
124. ISIR Field <WorksheetB> 5 Integer Simple 00000 to 99999
# 84 Element
Worksheet B: This element indicates the total from Nil = true
those items on Worksheet B of the FAFSA.

This tag maps to the 2003-04 ISIR Record Layout


Parent’s Total Amount from Worksheet B (field
#84).
125. ISIR Field <WorksheetC> 5 Integer Simple 00000 to 99999
# 85 Element
Worksheet C: This element indicates the total from Nil = true
those items on Worksheet C of the FAFSA.

This tag maps to the 2003-04 ISIR Record Layout


Parent’s Total Amount from Worksheet C (field
#85).
126. <AssetData> NA NA Complex NA
Element
Asset Data: A complex element. This element
provides a logical grouping of elements related to
asset information.
127. ISIR Field <InvestmentNetWorth> 6 Integer Simple 000000 to 999999
# 86 Element
Investment Net Worth: This element indicates the Nil = true
parents’ investment net worth.

This tag maps to the 2003-04 ISIR Record Layout


Parent’s Investment Net Worth (field #86).

128. ISIR Field <BusinessFarmNetWorth> 6 Integer Simple 000000 to 999999


# 87 Element
Business Farm Net Worth: This element indicates Nil = true
the parents’ business or farm net worth.

This tag maps to the 2003-04 ISIR Record Layout


Parent’s Business and/or Investment Farm Net
Worth (field #87).
129. ISIR Field <CashSavingsChecking> 6 Integer Simple 000000 to 999999
# 88 Element
Cash Savings Checking: This element indicates Nil = true
the parents’ total of cash, savings, and checking.

This tag maps to the 2003-04 ISIR Record Layout


Parent’s Cash, savings, and Checking (field #88).

February 2003 DRAFT - 23 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
130. <School Number= “ “> NA NA Complex NA
Element
School Number: A complex element. This with
element provides a logical grouping of elements Attribute
related to School Notification information. The
attribute “Number” This element indicates the
order of the Federal School Code listed on the
FAFSA. This element has a maximum of six
occurrences.
131. ISIR Fields <School FederalSchoolCode=” “> 6 String Simple X00000 to X99999
91 Element
93 School Federal School Code: This element with Nil = true
95 indicates the Federal School Code for institution Attribute
97 listed by the student.. Valid characters for the first position
99 are 0 (zero), B, E, or G.
101
This tag maps to the 2003-04 ISIR Record Layout
Federal School Code (fields #91, 93, 95, 97, 99, 101).
132. ISIR Fields <HousingCode> NA String Simple Campus
92 List Element
94 Housing Code: This element identifies the OffCampus
96 anticipated housing status for each school code..
98 WithParent
100 This tag maps to the 2003-04 ISIR Record Layout
102 Federal School Code Housing Plan (fields #92, 94, Nil = true
96, 98, 100, 102)
133. <AidAdministratorData> NA NA Complex NA
Element
Aid Administrator Data: A complex element. This
element provides a logical grouping of elements
related to Financial Aid Administrator
information.
134. <ProfessionalJudgement> NA NA Complex NA
Element
Professional Judgement: A complex element. This
element provides a logical grouping of elements
related to professional judgement information.
135. ISIR Field <DependencyOverrideCode> NA String Simple Requested
# 110 List Element
Dependency Override Code: This element Cancelled
indicates if a Dependency Override was requested
for this student. Failed

This tag maps to the 2003-04 ISIR Record Layout


Dependency Override Indicator (field #110).
136. ISIR Field <EFCAdjustmentCode> NA String Simple Processed
# 113 List Element
EFC Adjustment Code: This element indicates if a Failed
Financial Aid Administrator requested an EFC
adjustment and if the request was processed.

This tag maps to the 2003-04 ISIR Record Layout


FAA Adjustment (field #113).

February 2003 DRAFT - 24 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
137. ISIR Field <School FederalSchoolCode=” “> 6 String Simple X00000 to X99999
# 111 Element
School Federal School Code: This element indicates with Valid characters for the first position
the Federal School Code that requested a Attribute are 0 (zero), B, E, or G.
dependency override or Adjusted Calculation
request.

This tag maps to the 2003-04 ISIR Record Layout


FAA Federal School Code (field #111).
138. <RejectOverrides> NA NA Complex NA
Element
Reject Overrides: A complex element. This
element provides a logical grouping of elements
related to reject override information.
139. ISIR Fields <RejectOverrideCode> NA String Simple A = Date of Birth year is 1900 to 1928.
121 List Element B = Date of Birth year is September
122 Reject Override Code 1987 or greater.
123 C = Taxes paid is greater than zero
124 There are a maximum of five Reject Override Code and greater than or equal to a fixed
125 tags. rate of the AGI, but not equal to or
greater than AGI.
This tag maps to the 2003-04 ISIR Record Layout N = Missing first or last name.
Reject Override Codes (fields # 121, 122, 123, 124, W = Questionable number of family
125). members.
140. <AssumptionOverrides> NA NA Complex NA
Element
Assumption Overrides: A complex element. This
element provides a logical grouping of elements
related to assumption override information.
141. ISIR Fields <AssumptionOverrideCode> NA String Simple 1 = Parent’s Number in College
126 List Element assumed to be 1 when the number in
127 Assumption Override Codes college is greater than 6.
128 2 = Parent’s AGI assumed equal to
129 There are a maximum of six Assumption Override sum of father and mother earned
130 Code tags. income portions.
131 3 = Student’s Number in College
assumed to be 1 when the number in
This tag maps to the 2003-04 ISIR Record Layout college equals number in the
Assumption Override Codes (fields 126, 127, 128, household and both are greater than
129, 130, 131). 2.
4 = Student’s AGI assumed equal to
sum of student and spouse earned
income portions.
5 = Parent’s Total from Worksheet C
assumed to be zero.
6 = Student’s Total from Worksheet C
assumed to be zero.
142. ISIR Field <EarlyAnalysisIndicator> NA Boolean Simple true = Yes
# 117 Element
Early Analysis Flag: This element indicates if a Nil = true
student is requesting Early Admission to your
school.

This tag maps to the 2003-04 ISIR Record Layout


Early Analysis Flag (field #117).

February 2003 DRAFT - 25 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
143. <SignatureData> NA NA Complex NA
Element
Signature Data: A complex element. This element
provides a logical grouping of elements related to
signature information.
144. ISIR Field <SignatureSourceCode> NA String Simple ApplicantOnly
# 105 List Element
Signature Source Code: This element indicates ApplicantAndParent
who signed the document.
ParentOnly
This tag maps to the 2003-04 ISIR Record Layout
Signed By (field #105).
145. ISIR Field <SignatureDate> NA Date Simple Format is CCYY-MM-DD
# 104 Element
Signature Date: This element indicates the date the
document was signed.

This tag maps to the 2003-04 ISIR Record Layout


Date Application Completed (field #104).
146. <Preparer> NA NA Complex NA
Element
Preparer: A complex element. This element
provides a logical grouping of elements related to
preparer information.
147. ISIR Field <SSN> 9 Integer Simple 000000000 to 999999999
# 106 Element
Social Security Number: The preparer’s current Nil = true
Social Security Number.

This tag maps to the 2003-04 ISIR Record Layout


Preparer’s Social Security (field # 106).
148. ISIR Field <EmployersIdentificationNumber> 9 Integer Simple 000000000 to 999999999
# 107 Element
Employer Identification Number (EIN): This Nil = true
element indicates the employer identification
number.

This tag maps to the 2003-04 ISIR Record Layout


Preparer’s Employer Identification Number (field
#107).
149. ISIR Field <SignatureIndicator> NA Boolean Simple true = Yes
# 108 Element
Signature Indicator: This element indicates if the Nil = true
preparer signed the document.

This tag maps to the 2003-04 ISIR Record Layout


Preparer’s Signature (field #108).
150. <EligibilityDetermination> NA NA Complex NA
Element
Eligibility: A complex element. This element
provides a logical grouping of elements related to
eligibility information.
151. <DataMatch> NA NA Complex NA
Element
DataMatch: A complex element. This element
provides a logical grouping of elements related to
data match information.

February 2003 DRAFT - 26 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
152. <NSLDS> NA NA Complex NA
Element
NSLDS: A complex element. This element
provides a logical grouping of elements related to
NSLDS information.
153. ISIR Field <MatchCode> NA String Simple NotInDefaultOrOverpay
# 156 List Element
Match Code: This element indicates the results of Default
the NSLDS Match.
Overpayment
This tag maps to the 2003-04 ISIR Record Layout
NSLDS Match Flag (field #156). DefaultAndOverpayment

MatchedNoData

NotSentToNSLDS
154. ISIR Field <PostScreeningCode> NA String Simple DefaultAdded
# 157 List Element
Post-Screening Code: This element indicates that OverpaymentAdded
the student’s NSLDS eligibility has changed since
the previous prescreening. There is a maximum DefaultResolved
occurrence of three Post-screening Reason codes
for this tag. OverpaymentResolved

This tag maps to the 2003-04 ISIR Record Layout MPNStatusChange


NSLDS Post-Screening Reason Code (field #157).
LoanIntoDischarge

LoanOutOfDischarge

ClosedSchool

ExceededSubsidized

ExceededCombined

NotExceedingSubsidized

NotExceedingCombined

ChangeInTypeOfDischarge

Other

155. <SelectiveService> NA NA Complex NA


Element
Selective Service: A complex element. This
element provides a logical grouping of elements
related to Selective Service information.
156. ISIR Field <MatchCode> NA String Simple Confirmed
# 147 List Element
Selective Service Match Code: NotConfirmed
Result from SS Match for applicants who met
criteria to be sent to match. TemporarilyExempt

This tag maps to the 2003-04 ISIR Record Layout


Selective Service Match Flag (field # 147).

February 2003 DRAFT - 27 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
157. ISIR Field <RegistrationCode> NA String Simple Completed
# 148 List Element
Registration Code: This element indicates the NotCompleted
results from the student’s request to be registered
with Selective Service. TemporarilyExempt

This tag maps to the 2003-04 ISIR Record Layout


Selective Service Registration Flag (field #148).
158. <INS> NA NA Complex NA
Element
INS: A complex element. This element provides a
logical grouping of elements related to INS
information.
159. ISIR Field <MatchCode> NA String Simple Confirmed
# 149 List Element
Match Code: This element indicates the results NotConfirmed
from INS match.
This tag maps to the 2003-04 ISIR Record Layout
INS Match Flag (field #149).
160. ISIR Field <VerificationNumber> 15 Integer Simple 000000000000000 to 999999999999999
# 150 Element
Verification Number: This element indicates the
identification number provided by the
Immigration and Naturalization Service indicating
that primary verification was performed.

This tag maps to the 2003-04 ISIR Record Layout


INS Verification Number (field #150).
161. ISIR Field <SecondaryConfirmationCode> NA String Simple NotYetConfirmed
# 151 List Element
Secondary Confirmation Code: NotConfirmed
Results from INS Secondary Confirmation for
applicants who failed Primary Confirmation. Pending

This tag maps to the 2003-04 ISIR Record Layout NeedMoreInformation


Secondary INS Match Flag (field #151).
Confirmed

162. <SocialSecurity> NA NA Complex NA


Element
Social Security: A complex element. This element
provides a logical grouping of elements related to
Social Security information.
163. ISIR Field <MatchCode> NA String Simple NoMatchOnSSN
# 153 List Element
Match Code: Results from SSN Match with Social NoMatchOnDOB
Security Administration
NoMatchOnName
This tag maps to the 2003-04 ISIR Record Layout
SSN Match Flag (fields # 153). FullMatch

MatchOnDeceasedSSN

February 2003 DRAFT - 28 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
164. ISIR Field <CitizenshipStatusCode> NA String Simple Citizen
# 154 List Element
Citizenship Status Code: This element indicates EligibleToWork
the results from a Cit izenship Match with the
Social Security Administration. NotEligibleToWork

This tag maps to the 2003-04 ISIR Record Layout Other


SSA Citizenship Flag (154).
Restricted

ConditionallyLegalized

UnableToVerify

Foreign

DomesticBorn

165. ISIR Field <DeceasedDate> 10 Date Simple


# 155 Element Format is CCYY-MM-DD
Deceased Date: This element indicates the Date of
Death provided for this SSN from the Social
Security Administration.

This tag maps to the 2003-04 ISIR Record Layout


SSA Date of Death (field # 155).
166. ISIR Field <VAMatchCode> NA String Simple Confirmed
# 158 List Element
VA Match Code: This element indicates the results DoesNotQualify
of the Veterans Affairs Match.
NotFound
This tag maps to the 2003-04 ISIR Record Layout
VA Match Flag (field # 158). ActiveDuty

NotSentToVA

167. ISIR Field <SARCIndicator> NA Boolean Simple true = Yes


# 144 Element
SAR C Indicator: This element indicates that
resolution is necessary on one or more match
results.

This tag maps to the 2003-04 ISIR Record Layout


SAR C Flag (field # 144).
168. <RecordTypeData> NA NA Complex NA
Element
Record Type Data: A complex element. This
element provides a logical grouping of elements
related to type of record information.
169. ISIR Field <ApplicationReceiptDate> 10 Date Simple Format is CCYY-MM-DD
# 133 Element
Application Receipt Date: This element indicates
the date the application was received by the
FAFSA Processor or School for data entry or the
date the student entered the record on the Web.

This tag maps to the 2003-04 ISIR Record Layout


Application Receipt Date (field #133).

February 2003 DRAFT - 29 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
170. ISIR Field <TransactionReceiptDate> 10 Date Simple Format is CCYY-MM-DD
# 109 Element
Transaction Receipt Date: This element indicates
the date the transaction was received by the
FAFSA Processor or School for data entry or the
date the student entered the record on the Web.

This tag maps to the 2003-04 ISIR Record Layout


Application Receipt Date (field #109).
171. ISIR Field <InputRecordTypeCode> NA String Simple InitialApplication
# 114 List Element
Input Record Type: This element indicates the CorrectionApplication
type of record that was submitted to the CPS.
RenewalApplication
This tag maps to the 2003-04 ISIR Record Layout
Input Record Type (field #114). Correction

QuickCorrection

VerificationCorrection

WebSignatures

DuplicateRequest

172. ISIR Field <ProcessedRecordTypeCode> NA String Simple InitialApplication


# 134 List Element
Processed Record Type: Codes: This element CorrectionApplication
indicates the type of record that was processed by
the CPS. CorrectionOrDuplicate

This tag maps to the 2003-04 ISIR Record Layout


processed Record Type (field # 134).
173. ISIR Field <SystemGeneratedCode> NA String Simple DrugHoldReleased
# 136 List Element
System Generated Code: This element indicates DuplicateNewDrugHold
the transaction was initiated by the CPS with no
input from the applicant. SecondaryConfirmation

This tag maps to the 2003-04 ISIR Record Layout DuplicateNewNSLDS


System Generated Indicator (field #136).
NSLDSPostScreening

Reprocessed
174. ISIR Field <SubsequentApplicationIndicator> NA Boolean Simple true = Yes
# 162 Element
Subsequent Application Indicator: This element
indicates that an initial applicant was filed with the
same ID as a transaction already on the CPS
database.

This tag maps to the 2003-04 ISIR Record Layout


Subsequent Applicant Flag (field #162).

February 2003 DRAFT - 30 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
175. ISIR Field <DuplicateRequestIndicator> NA Boolean Simple true = Yes
# 137 Element
Duplicate Request Indicator : This element
indicates this transaction is a result of a duplicate
request.

This tag maps to the 2003-04 ISIR Record Layout


Duplicate Request Indicator (field 137).
176. ISIR Field <DuplicateRequestDate> 10 Date Simple Format is CCYY-MM-DD
# 269 Element
Duplicate Request Date: This element indicates
the CPS Process Date on which the transaction
requested was originally processed.

This tag maps to the 2003-04 ISIR Record Layout


Duplicate Date (field 269).
177. ISIR Field <CorrectionSourceCode> NA String Simple Applicant
# 138 List Element
Correction Source Code: This element indicates CPS
the source of the transaction.
School
This tag maps to the 2003-04 ISIR Record Layout
Source of Correction (field #138).
178. ISIR Field <CorrectionTransactionNumber> 2 Integer Simple 01 to 99
# 135 Element
Correction Transaction Number: This element
indicates which transaction the correction was
applied against..

This tag maps to the 2003-04 ISIR Record Layout


Correction Applied against Transaction Number
(field #135).
179. ISIR Field <ApplicationSourceCode> NA String Simple ElectronicApplication
# 163 List Element
Application Source Code: This element indicates PaperApplication
the origin of the initial application.
PaperRenewalApplication
This tag maps to the 2003-04 ISIR Record Layout
Application Data Source/Type Code (field #163). PaperSpanishApplication

FAFSAWeb

RenewalWeb

EasyFAFSAWeb
180. ISIR Field <ReprocessedReasonCode> 2 Integer Simple 01 to 99
# 268 Element
Reprocessed Reason Code: This element indicates
why the CPS reprocessed an ISIR. An electronic
message will be sent to destination numbers
identifying definition of the code.

This tag maps to the 2003-04 ISIR Record Layout


Reprocessed Reason Code (field #268).

February 2003 DRAFT - 31 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
181. ISIR Field <TransactionSourceCode> NA String Simple ElectronicApplication
# 164 List Element
Transaction Source Code: This element indicates ElectronicCorrection
the source of this transaction.

This tag maps to the 2003-04 ISIR Record Layout ElectronicSignature


Transaction Data Source/Type Code (field #164).
QuickCorrection

VerificationCorrection

PaperApplication

PaperRenewalApplication

PaperCorrection

PaperSpanishApplication

PaperSignaturePage

FAFSAWeb

RenewalWeb

CorrectionsWeb

FAACorrectionsWeb

SystemGenerated

NSLDSPostScreening

FDROrYTD

SignatureCorrection

INSSecondaryConfirmation

CustomerService

EasyFAFSAWeb

EasyCorrectionsWeb

182. ISIR Field <TransactionProcessedDate> 10 Date Simple Format is CCYY-MM-DD


# 166 Element
Transaction Processed Date: This element
indicates the Date the CPS processed this
transaction.

This tag maps to the 2003-04 ISIR Record Layout


Transaction Processed Date (field #166).

February 2003 DRAFT - 32 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
183. ISIR Field <ISIRTransactionCode> NA String Simple ElectronicApplication
# 271 List Element
ISIR Transaction Code: This element indicates the AutoISIR
ISIR batch type that this ISIR was received in.
ElectronicCorrection
This tag maps to the 2003-04 ISIR Record Layout
Transaction Type (field #271). ElectronicDuplicate
184. ISIR Field <eSchoolPosition> 1 Integer Simple 1 to 6
# 272 Element
eSchool Position: This element identifies which of
the six schools listed in ISIR fields 91, 93, 95, 97, 99,
or 101 on this transaction initiated this record.

This tag maps to the 2003-04 ISIR Record Layout


Electronic Federal School Code Indicator (fields
272).
185. ISIR Field <eApplicationSourceCode> NA String Simple FAAEntry
# 118 List Element
Electronic Application Source Code: This element SpanishWeb
indicates the source of the application entry.
RenewalWeb
This tag maps to the 2003-04 ISIR Record Layout
Electronic Application Entry Source Code (field FAFSAWeb
#118).
FAAAccess
186. ISIR Field <eDestinationNumber> TGXXXXXX where XXXXX is the 5-
# 120 digit numeric code assigned by SAIG
eDestination Number: Indicates the Electronic
Transaction Indicator (ETI) for the destination that Nil = true
did the entry.

This tag maps to the 2003-04 ISIR Record Layout


Electronic Application Entry Source Code (field
#120).
187. <MultipleSchools> NA NA Complex NA
Element
Multiple Schools: A complex element. This
element provides a logical grouping of elements
related to identification information.
188. ISIR Field <School Number= “ “> NA NA Simple X00000 to X99999
# 273 Element
School Number: This element provides a logical with Nil = true
grouping of elements related to School Notification Attribute
information. The attribute “Number” indicates Valid characters for the first position
the order of the Federal School Code listed on the are 0 (zero), B, E, or G.
FAFSA.

This element has a maximum of six occurrences for


this tag.

This tag maps to the 2003-04 ISIR Record Layout


Multi School Code Flags (field #273).

February 2003 DRAFT - 33 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
189. 1 <BatchYear> 4 Year Simple 2004 (for processing cycle 2003-04)
Element
Batch Year: This element indicates the year of the
application processing cycle.

This tag maps to the 2003-04 ISIR Record Batch


Year. (field #1).
190. ISIR Field <SerialNumber> 5 Integer Simple 00001 to 99999
# 115 Element
Serial Number: This element indicates the
sequential position of the ISIR in the batch.

This tag maps tot he 2003-04 ISIR Record Layout


Serial Number.
191. ISIR Field <BatchNumber> NA String Simple See the attachment for examples of
# 116 List Element batch numbers and description of
Batch Number: Indicates the Electronic Data characters.
Exchange or Imaging Data Capture batch number

This tag maps to the 2003 ISIR Record Layout


Batch Number.
192. ISIR Field <ComputeNumber> 3 Integer Simple 001 to 999
# 167 Element
Compute Number: This element indicates which
processing batch this record was
processed/computed in.

This tag maps to the 2003-04 ISIR Record Layout


Compute Number.
193. <AidAdministratorInformation> NA NA Complex NA
Element
Aid Administrator Information: A complex
element. This element provides a logical grouping
of elements related to aid administrator
information.
194. ISIR Field <VertificationTrackingCode> 2 Integer Simple 00 to 99
# 160 Element
Verification Tracking Code: This element
indicates the priority of the verification selection
criteria that this record met.

This tag maps to the 2003-04 ISIR Record Layout


Verification Tracking Flag (field #160.
195. ISIR Field <VerficationSelectionCode> NA String Simple Selected
# 161 List Element
Verification Selection Code: This element NotSelected
indicates if the student is selected for verification.
SubsequentlySelected
This tag maps to the 2003-04 ISIR Record Layout
field Student is selected for Verification (field
#161).

February 2003 DRAFT - 34 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
196. ISIR Field <DuplicateSSNIndicator> NA Boolean Simple true = yes
# 270 Element
Duplicate SSN Indicator: This element indicates if
another filer is using this original SSN in their
original SSN field.

This tag maps to the 2003-04 ISIR Record Layout


Duplicate SSN Indicator (field #270).
197. ISIR Field <ChangeCode> NA String Simple LastName
#2 List Element
Change Code: This element indicates if the SSN
student’s last name and/or SSN have been
changed. SSNAndLastName

This tag maps to 2003-04 ISIR Record Layout


Student Last Name or SSN Change Flag. (field #2).

198. <ProcessedApplicationInformation> NA NA Complex NA


Element
Processed Application Information: A complex
element. This element provides a logical grouping
of elements related to application information.
199. ISIR Field <DependencyStatusCode> NA String Simple Dependent
# 132 List Element
Dependency Status: Code: This element indicates Independent
the dependency status determined by CPS based
on data provided. DependentNoEFC

This tag maps to the 2003-04 ISIR Record Layout IndependentNoEFC


Dependency Status (field #132).
200. ISIR Field <DataReleaseNumber> 4 Integer Simple 0000 to 9999
# 165 Element
Data Release Number (DRN): This element
indicates the data release number and will only be
included when the transaction was initiated as an
Electronic Application at the destination number.

This tag maps to the 2003-04 ISIR Record Layout


Data Release Number (field #165).
201. ISIR Field <PellEligiblityIndicator> NA Boolean Simple true = Pell Eligible
# 267 Element
Pell Eligibility Indicator: This element indicates
that the CPS has determined this transaction
eligible for a Federal Pell Grant.

This tag maps to the 2003-04 ISIR Record Layout


Pell Grant Eligibility Flag (field #267).
202. ISIR Field <GraduateIndicator> NA Boolean Simple true = Graduate Student
# 141 Element
Graduate Indicator: This element indicates if the
applicant indicated graduate/professional or has
bachelor’s degree.

This tag maps to the 2003-04 ISIR Record Layout


Graduate Flag (field #141).

February 2003 DRAFT - 35 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
203. ISIR Field <StudentTaxFilingStatusCode> NA String Simple TaxFiler
# 140 List Element
Student Tax Filing Status Code: This element NonTaxFiler
indicates the CPS determination of the student’s
tax filing status.

This tag maps to the 2003-04 ISIR Record Layout


Student’s Calculated 2002 Tax Status (field #140).
204. ISIR Field <ParentTaxFilingStatusCode> NA String Simple TaxFiler
# 139 List Element
Parent Tax Filing Status Code: Indicates the CPS NonTaxFiler
determination of the parent’s tax filing status.

This tag maps to the 2003-04 ISIR Record Layout


Parents’ Calculated 2002 Tax Status (field #139).
205. <RejectReasons> NA NA Complex NA
Element
Reject Reasons: A complex element. This element
provides a logical grouping of elements related to
reject reason information.
206. ISIR Field <RejectCode> 2 String Simple See attachment for Reject Reason
# 146 List Element codes (and descriptions).
Reject Codes: Indicates why an application or
correction has been rejected. There is a maximum
of seven occurrences for this tag.

This tag maps to the 2003-04 ISIR Record Layout


Reject Reason Codes (fields #146).
207. <Assumptions> NA NA Complex NA
Element
Assumptions: A complex element. This element
provides a logical grouping of elements related to
assumption information.
208. <Assumption> NA NA Complex NA
Element
Assumption: A complex element. This element
provides a logical grouping of elements related to
assumption information. There is a maximum of
24 occurrences of this tag.
209. ISIR Fields <FieldName> NA String Simple See attachment for fields that can be
# 241-264 List Element assumed.
Field Name: Indicates which ISIR fields have been
assumed to a value other that the one reported.

This tag maps to the 2003-04 ISIR Record Layout


assumed fields 241 to 264
210. N/A <FieldValue> NA String Simple See Description of Valid Values in
Element Field Tag
Field Value: This element indicates the values to
which the assumption fields have been assumed.

This tag maps to the 2003-04 Record Layout


assumed values in fields 241 to 264.

February 2003 DRAFT - 36 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
211. <DataVerifyCodes> NA NA Complex NA
Element
Data Verify Codes: A complex element. This
element provides a logical grouping of elements
related to FAFSA verify fields.
212. <DataVerifyCode> NA NA Complex NA
Element
Data Verify Code: A complex element. This
element provides a logical grouping of elements
related to FAFSA verify fields. There is a
maximum of 120 occurrences of this tag.
213. ISIR Field <FieldName> NA String Simple See attachment for fields that can be
# 168 List Element verified.
Field Name: Indicates which ISIR fields have had
the information corrected to the same value or
were asked by CPS to be verified.

This tag maps to the 2003-04 ISIR Record Layout


FAFSA Data Verify Flags (field 168).
214. ISIR Field <VerifyCode> NA String Simple CorrectedToSame
# 168 List Element
VerifyCode: This element indicates if the Verify VerificationRequested
Field was corrected to the same value or if it was
asked to be verified.

This tag maps to the 2003-04 ISIR Record Layout


values in FAFSA Data Verify Flags. (field 168).

215. <CorrectionCodes> NA NA Complex NA


Element
Correction Codes: A complex element. This
element provides a logical grouping of elements
related to correction information.
216. <CorrectionCode> Complex NA
Element
Correction Code: A complex element. This
element provides a logical grouping of elements
related to correction information. There is a
maximum of 120 occurrences of this tag.
217. ISIR Field <FieldName> NA String Simple See attachment for fields that can be
# 169 List Element corrected.
Field Name: Indicates which ISIR fields have had
the information corrected on this transaction or a
previous transaction.

This tag maps to 2003-04 ISIR Record Layout


Correction Flags (Field # 169
218. ISIR Field <CorrectionCode> NA String Simple ThisTransaction
# 169 List Element
CorrectionCode: This element indicates if the ISIR PreviousTransaction
Field was corrected on this transaction or on a
previous transaction.

This tag maps to the values in 2003-04 ISIR Record


Layout Correction Flags.

February 2003 DRAFT - 37 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
219. <HighlightFields> NA NA Complex NA
Element
Highlight Codes: A complex element. This
element provides a logical grouping of elements
related to highlight information.
220. ISIR Field <FieldName> NA String Simple See attachment for fields that can be
# 170 List Element highlighted.
Field Name: This element indicates which ISIR
fields have been highlighted. There is a maximum
of 120 occurrences of this tag.

This tag maps to the values in 2003-04 ISIR Record


Layout Highlight Flags (field # 170).

221. <CommentCodes> NA NA Complex NA


Element
Comment Codes: A complex element. This
element provides a logical grouping of elements
related to comment information.
222. ISIR Field <CommentCode> 3 String Simple See attachment for valid comment
# 265 List Element codes (and comment text).
Comment Code: This element indicates the
comments provided by CPS to further
communicate results and processing information.
There is a maximum of 20 occurrences of this tag.

This tag maps to the 2003-04 ISIR Record Layout


Comment Codes (field #265)..
223. <AcknowledgementCommentCodes> NA NA Complex NA
Element
AcknowledgementCommentCodes: A complex
element. This element provides a logical grouping
of elements related to SAR Acknowledgement
information.
224. ISIR Field <AcknowledgementCommentCode> 3 String Simple See attachment for valid comment
# 266 List Element codes (and comment text).
Comment Code: This element indicates the
comments provided by CPS to further
communicate results and processing information.
There is a maximum of 9 occurrences of this tag.

This tag maps to the 2003-04 ISIR Record Layout


Comment Codes (field #266).
225. <EFCInformation> NA NA Complex NA
Element
EFC Information: A complex element. This
element provides a logical grouping of elements
related to EFC information.
226. <PrimaryEFC> NA NA Complex NA
Element
Primary EFC: A complex element. This element
provides a logical grouping of elements related to
primary EFC information.

February 2003 DRAFT - 38 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
227. ISIR Field <PaidIndicator> NA Boolean Simple true = this is the paid EFC
# 171 (required) Element false = this is not the paid EFC
Paid Indicator: This element indicates if the
Primary EFC was designated as the Paid EFC .

This tag maps to the 2003-04 ISIR Record Layout


Paid EFC (field #171).
228. ISIR Field <EFC> 5 Integer Simple 00000 to 99999
# 172 Element
EFC: This element indicates the Expected Family
Contribution calculated by the CPS for Primary
EFC.

This tag maps to the 2003-04 ISIR Record Layout


Primary EFC (field #172).
229. ISIR Field <FormulaTypeCode> NA String Simple Dependent
# 175 List Element
Formula Type Code: This element indicates the IndependentNoDependents
formula type used by the CPS to calculate the
Primary EFC. IndependentWithDependents

This tag maps to the 2003-04 ISIR Record Layout SNTDependent


Primary EFC Type (field #175).
SNTIndependentNoDependents

SNTIndependentWithDependents

230. ISIR Fields <AlternateMonth Number “ “> 5 Integer Simple 00000 to 99999
177-187 Element
Alternate Month: This element indicates the with
primary alternate EFC used by FAO in Attribute
determining eligibility based on periods of time
other than 9 months. This element has a maximum
of eleven occurrences for this tag.

This tag maps to the 2003-04 ISIR Record Layout


Primary Alternate Month 1-8, 10-12.
231. <EFCIntermediateValues> NA NA Complex NA
Element
EFC Intermediate Values: A complex element.
This element provides a logical grouping of
elements related to EFC intermediate information.
232. ISIR Field TotalIncome> 8 Integer Simple -9999999 to 9999999
# 199 Element
Total Income

This tag maps to the 2003-04 ISIR Record Layout


TI: Total Income (field #199).
233. ISIR Field <TotalIncomeAllowances> 7 Integer Simple 0000000 to 9999999
# 200 Element
Total Income Allowances

This tag maps to the 2003-04 ISIR Record Layout


ATI: Allowances Against Total Income (field #200).

February 2003 DRAFT - 39 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
234. ISIR Field <StateTaxAllowance> 8 Integer Simple -9999999 to 9999999
# 201 Element
State Tax Allowance

This tag maps to the 2003-04 ISIR Record Layout


STX: State and Other Tax Allowance (field #200).
235. ISIR Field <EmploymentAllowance> NA NA Simple 0000000 to 9999999
# 202 Element
Employment Allowance

This tag maps to the 2003-04 ISIR Record Layout


IPA: Income Employment Allowance (field #202).
236. ISIR Field <IncomeProtectionAllowance> 7 Integer Simple 0000000 to 9999999
# 203 Element
Income Protection Allowance

This tag maps to the 2003-04 ISIR Record Layout


IPA: Income Protection Allowance (field #203).
237. ISIR Field <AvailableIncome> 8 Integer Simple -9999999 to 9999999
# 204 Element
Available Income

This tag maps to the 2003-04 ISIR Record Layout


AI: Available Income (field #204).
238. ISIR Field <AvailableIncomeContribution> 8 Integer Simple -9999999 to 9999999
# 205 Element
Available Income Contribution

This tag maps to the 2003-04 ISIR Record Layout


CAI: Contribution From Available Income (field
#205).
239. ISIR Field <DiscretionaryNetWorth> 10 Integer Simple -999999999 to 999999999
# 206 Element
Discertionary Net Worth

This tag maps to the 2003-04 ISIR Record Layout


DNW: Discretionary Net Worth (field #206).
240. ISIR Field <NetWorth> 9 Integer Simple 000000000 to 999999999
# 207 Element
Net Worth

This tag maps to the 2003-04 ISIR Record Layout


NW: EFC Net Worth (field #207).
241. ISIR Field <AssetProtectionAllowance> 9 Integer Simple 000000000 to 999999999
# 208 Element
Asset Protection Allowance

This tag maps to the 2003-04 ISIR Record Layout


APA: Asset Protection Allowance (field #208).
242. ISIR Field <ParentAssetContribution> 8 Integer Simple -9999999 to 9999999
# 209 Element
Parent Asset Contribution

This tag maps to the 2003-04 ISIR Record Layout


PCA: Parents’ Contribution from Asset (field
#209).

February 2003 DRAFT - 40 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
243. ISIR Field <AdjustedAvailableIncome> 8 Integer Simple -9999999 to 9999999
# 210 Element
Adjusted Available Income

This tag maps to the 2003-04 ISIR Record Layout AAI:


Adjusted Available Income (field #210).
244. ISIR Field <TotalStudentContribution> 7 Integer Simple 0000000 to 9999999
# 211 Element
Total Student Contribution

This tag maps to the 2003-04 ISIR Record Layout


TSC: Total Student Contribution (field#211).
245. ISIR Field <TotalParentContribution> 7 Integer Simple 0000000 to 9999999
# 212 Element
Total Parent Contribution

This tag maps to the 2003-04 ISIR Record Layout


TPC: Total Parent Contribution (field #212).
246. ISIR Field <ParentContribution> 7 Integer Simple 0000000 to 9999999
# 213 Element
Parents’ Contribution

This tag maps to the 2003-04 ISIR Record Layout


PC: Parents’ Contribution (field #213).
247. ISIR Field StudentTotalIncome> 8 Integer Simple -9999999 to 9999999
# 214 Element
Student’s Total Income

This tag maps to the 2003-04 ISIR Record Layout


STI: Student’s Total Income (field #214).
248. ISIR Field <StudentIncomeAllowance> 8 Integer Simple -9999999 to 9999999
# 215 Element
Student Income Allowance

This tag maps to the 2003-04 ISIR Record Layout


SATI: Student’s Allowance against Total Income
(field # 215).
249. ISIR Field StudentIncomeContribution> 7 Integer Simple 0000000 to 9999999
# 216 Element
Student Income Contribution

This tag maps to the 2003-04 ISIR Record Layout


SIC: Dependent Students’ Income Contribution
(field #216).
250. ISIR Field <StudentDiscretionaryNetWorth> 10 Integer Simple -999999999 to 999999999
# 217 Element
Student Discretionary Net Worth

This tag maps to the 2003-04 ISIR Record Layout


SDNW: Student’s Discretionary Net Worth (field #
217).
251. ISIR Field <StudentAssetContribution> 8 Integer Simple -9999999 to 9999999
# 218 Element
Student Asset Contribution

This tag maps to the 2003-04 ISIR Record Layout


SCA: Student’s Contribution from Assets (field #
218).

February 2003 DRAFT - 41 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
252. ISIR Field <FISAPTotalIncome> 8 Integer Simple -9999999 to 9999999
# 219 Element
FISAP Total Income

This tag maps to the 2003-04 ISIR Record Layout


FTI: FISAP Total Income (field #219).
253. <SecondaryEFC> NA NA Complex NA
Element
Secondary EFC: A complex element. This element
provides a logical grouping of elements related to
secondary EFC information.
254. ISIR Field <PaidIndicator> NA Boolean Simple true = this is the paid EFC
# 171 (required) Element false = this is not the paid EFC
Paid Indicator: Indicates if the Secondary EFC
was designated as the Paid EFC .

This tag maps to the 2003-04 ISIR Record Layout


Paid EFC (field # 171).
255. ISIR Field <EFC> 5 Integer Simple 00000 to 99999
# 173 Element
Secondary EFC: This element indicates the
Expected Family Contribution calculated by the
CPS for Secondary EFC.
This tag maps to the 2003-04 ISIR Record Layout
Secondary EFC (field #173).
256. ISIR Field <FormulaTypeCode> NA String Simple Dependent
# 176 List Element
Formula Code: This element indicates the IndependentNoDependents
formula type used by the CPS to calculate the
Secondary EFC. IndependentWithDependents

This tag maps to the 2003-04 ISIR Record Layout SNTDependent


Secondary EFC Type (field #176).
SNTIndependentNoDependents

SNTIndependentWithDependents

257. ISIR Fields <AlternateMonth Number “ “> 5 Integer Simple 00000 to 99999
188-198 Element
Alternate Month The secondary alternate EFC with
used by FAO in determining eligibility based on Attribute
periods of time other than 9 months.
This element has a maximum of eleven
occurrences for this tag.

This tag maps to the 2003-04 ISIR Record Layout


Secondary Alternate Month (fields # 188-198).
258. <EFCIntermediateValues> NA NA Complex NA
Element
EFC Intermediate Values A complex element.
This element provides a logical grouping of
elements related to EFC intermediate information.

February 2003 DRAFT - 42 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
259. ISIR Field <TotalIncome> 8 Integer Simple -9999999 to 9999999
# 220 Element
Total Income

This tag maps to the 2003-04 ISIR Record Layout


Secondary TI Total Income (field #220)
260. ISIR Field <TotalIncomeAllowances> 7 Integer Simple 0000000 to 9999999
# 221 Element
Total Income Allowances

This tag maps to the 2003-04 ISIR Record Layout


Secondary ATI Allowances Against Total Income
(field #221).
261. ISIR Field <StateTaxAllowance> 8 Integer Simple -9999999 to 9999999
# 222 Element
State Tax Allowance

This tag maps to the 2003-04 ISIR Record Layout


Secondary STX State and Other Tax Allowance
(field #222).
262. ISIR Field <EmploymentAllowance> NA NA Simple NA
# 223 Element
Employment Allowance

263. ISIR Field <IncomeProtectionAllowance> 7 Integer Simple 0000000 to 9999999


# 224 Element
Income Protection Allowance

This tag maps to the 2003-04 ISIR Record Layout


Secondary IPA Income Protection Allowance (field
#224).
264. ISIR Field <AvailableIncome> 8 Integer Simple -9999999 to 9999999
# 225 Element
Available Income

This tag maps to the 2003-04 ISIR Record Layout


Secondary AI Available Income (field # 225).
265. ISIR Field <AvailableIncomeContribution> 8 Integer Simple -9999999 to 9999999
# 226 Element
Available Income Contribution

This tag maps to the 2003-04 ISIR Record Layout


Secondary CAI Contribution From Available
Income (field #226).
266. ISIR Field <DiscretionaryNetWorth> 10 Integer Simple -999999999 to 999999999
# 227 Element
Discertionary Net Worth

This tag maps to the 2003-04 ISIR Record Layout


Secondary DNW Discretionary Net Worth (field
#227).
267. ISIR Field <NetWorth> 9 Integer Simple 000000000 to 999999999
# 228 Element
Net Worth

This tag maps to the 2003-04 ISIR Record Layout


Secondary NW EFC Net Worth (field #228).

February 2003 DRAFT - 43 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
268. ISIR Field <AssetProtectionAllowance> 9 Integer Simple 000000000 to 999999999
# 229 Element
Asset Protection Allowance

This tag maps to the 2003-04 ISIR Record Layout


Secondary APA Asset Protection Allowance (field
#229).
269. ISIR Field <ParentAssetContribution> 8 Integer Simple -9999999 to 9999999
# 230 Element
Parent Asset Contribution

This tag maps to the 2003-04 ISIR Record Layout


Secondary PCA Parents’ Contribution from Asset
(field #230).
270. ISIR Field <AdjustedAvailableIncome> 8 Integer Simple -9999999 to 9999999
# 231 Element
Adjusted Available Income

This tag maps to the 2003-04 ISIR Record Layout


Secondary AAI Adjusted Available Income (field
#231).
271. ISIR Field <TotalStudentContribution> 7 Integer Simple 0000000 to 9999999
# 232 Element
Total Student Contribution

This tag maps to the 2003-04 ISIR Record Layout


Secondary TSC Total Student Contribution (field
#232).
272. ISIR Field <TotalParentContribution> 7 Integer Simple 0000000 to 9999999
# 233 Element
Total Parent Contribution

This tag maps to the 2003-04 ISIR Record Layout


Secondary TPC Total Parent Contribution (field
#233).
273. ISIR Field <ParentContribution> 7 Integer Simple 0000000 to 9999999
# 234 Element
Parents’ Contribution

This tag maps to the 2003-04 ISIR Record Layout


Secondary PC Parents’ Contribution (field # 234).
274. ISIR Field StudentTotalIncome> 8 Integer Simple -9999999 to 9999999
# 235 Element
Student Total Income

This tag maps to the 2003-04 ISIR Record Layout


Secondary STI Student’s Total Income (field #235).
275. ISIR Field <StudentIncomeAllowance> 8 Integer Simple -9999999 to 9999999
# 236 Element
Student Income Allowance

This tag maps to the 2003-04 ISIR Record Layout


Secondary SATI Student’s Allowance against Total
Income (field # 236).

February 2003 DRAFT - 44 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
276. ISIR Field StudentIncomeContribution> 7 Integer Simple 0000000 to 9999999
# 237 Element
Student Income Contribution

This tag maps to the 2003-04 ISIR Record Layout


Secondary SIC Dependent Students’ Income
Contribution (field #237).
277. ISIR Field <StudentDiscertionaryNetWorth> 10 Integer Simple -999999999 to 999999999
# 238 Element
Student Discretionary Net Worth

This tag maps to the 2003-04 ISIR Record Layout


Secondary SDNW Student’s Discretionary Net
Worth (field # 238).
278. 2 ISIR Field <StudentAssetContribution> 8 Integer Simple -9999999 to 9999999
# 39 Element
Student Asset Contribution

This tag maps to the 2003-04 ISIR Record Layout


Secondary SCA Student’s Contribution from
Assets (field # 239).
279. ISIR Field <FISAPTotalIncome> 8 Integer Simple -9999999 to 9999999
# 240 Element
FISAP Total Income

This tag maps to the 2003-04 ISIR Record Layout


Secondary FTI FISAP Total Income (field #240).
280. ISIR Field <ZeroEFCIndicator> NA Boolean Simple True = Auto Zero
# 142 Element
Zero EFC Indicator: Indicates that the Zero EFC is
automatically set if simplified needs test is met and
taxable income is $15,000 or less.

This tag maps to the 2003-04 ISIR Record Layout


Automatic Zero EFC (field #142).
281. ISIR Field <SimplifiedIndicator> NA Boolean Simple True = Simplified Needs Test Met
# 145 Element
Simplified Needs Test (SNT): This element
indicates if the applicant meets certain criteria for
tax filing status and income level and are not
required to provide asset information.

This tag maps to the 2003-04 ISIR Record Layout


Simplified Needs Test (field #145).
282. ISIR Field <EFCChangeCode> NA String Simple Increased
# 143 List Element
EFC Change Code: This element indicates if the Decreased
EFC has gone up or down from the transaction this
correction wa s being applied against.

This tag maps to the 2003-04 ISIR Record Layout


EFC Change Flag (field # 143).
283. <FinancialAidHistory> NA NA Complex NA
Element
FinancialAidHistory: A complex element. This
element provides a logical grouping of elements
related to financial aid history information.

February 2003 DRAFT - 45 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
284. ISIR Field <MatchResultsCode> NA String Simple MatchedDataSent
# 277 List Element
Match Results Code: This element indicates the SSNMatchNoData
result of matching this record against the NSLDS
database for financial aid history information. SSNNotFound

MatchedNoData
This tag maps to the 2003-04 ISIR Record Layout
NSLDS Database Results Flag (field #277). RealTimeNotSent

NotSentToNSLDS
285. ISIR Field <NSLDSTransactionNumber> 2 Integer Simple 01 to 99
# 276 Element
NSLDS Transaction Number: Reflects the latest
transaction number on which NSLDS information
was updated.

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Transaction Number (field #276).
286. <PellOverpaymentStatus> NA NA Complex NA
Element
Pell Overpayment Status: A complex element.
This element provides a logical grouping of
elements related to Pell overpayment information.
287. <SEOGOverpaymentStatus> NA NA Complex NA
Element
SEOG Overpayment Status: A complex element.
This element provides a logical grouping of
elements related to SEOG overpayment
information.
288. <PerkinsOverpaymentStatus> NA NA Complex NA
Element
Perkins Overpayment Status: A complex element.
This element provides a logical grouping of
elements related to Perkins overpayment
information.
289. ISIR Fields <Status> NA String Simple Deferred
278 List Element
281 Status: This element indicates the overpayment RepayArrangements
283 status for Pell, SEOG or Perkins and can occur for
each one if there is an overpayment. Waived

Overpayment
This tag maps to the 2003-04 ISIR Record Layout
Pell, SEOG or Perkins Overpayment Flag (field
#278, 281, 283).

February 2003 DRAFT - 46 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
290. ISIR Fields <School OPEID = “ “ 8 String Simple OPE ID values:
280 MoreThanOne =“ “> Element 00000000 to 99999999
282 with
284 Overpayment Contact Code: This element Attribute MoreThanOne values:
indicates the contact school that is holding the true
Overpayment for Pell, SEOG or Perkins and can
occur for each one if there is an overpayment. If
there is more than one contact, the OPE ID
attribute will not be provided, and the attribute
MoreThanOne will be set to true.

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Overpayment Contact (field # 280, 282,
284)

291. <LoanStatusData> NA NA Complex NA


Element
Loan Status Data: A complex element. This
element provides a logical grouping of elements
related to Loan information.
292. ISIR Field <LoanDefaultedIndicator> NA Boolean Simple true = Yes
# 285 Element
Loan Defaulted Indicator

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Defaulted Loan Flag (field #285).
293. ISIR Field <LoanDischargedCode> NA String Simple Conditional
# 286 List Element
Loan Discharged Code Death

This tag maps to the 2003-04 ISIR Record Layout Multiple


NSLDS Discharged Loan Flag (field #286).
None

Permanent

Reaffirmed
294. ISIR Field <Satisfactory RepaymentIndicator> NA Boolean Simple True = Yes
# 287 Element
Satisfactory Repayment Indicator

This tag maps to the 2003-04 ISIR Record Layout


NSDLS Loan Satisfactory Repayment Flag (field
#287).
295. ISIR Field <ActiveBankruptcyIndicator> NA Boolean Simple True = Yes
# 288 Element
Active Bankruptcy Indicator

This tag maps to the 2003-04 ISIR Record Layout


Active Bankruptcy Flag (field #288).
296. ISIR Field <LoanDefaultedChangeIndicator> NA Boolean Simple True = Yes
# 302 Element
Loan Defaulted Change Indicator

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Defaulted Loan Change Flag (field #302).

February 2003 DRAFT - 47 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
297. ISIR Field <LoanDischargedChangeIndicator> NA Boolean Simple True = Yes
# 303 Element
Loan Dischardged Change Indicator

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Discharged Loan Change Flag (field # 303).

298. ISIR Field <LoanRepaymentChangeIndicator> NA Boolean Simple True = Yes


# 304 Element
Loan Repayment Change Indicator

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Satisfactory Repayment Change Flag (field
#304).
299. ISIR Field <ActiveBankruptcyChangeIndicator> NA Boolean Simple True = Yes
# 305 Element
Active Bankruptcy Change Indicator

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Active Bankruptcy Change Flag (field
#305).

300. ISIR Field <OverpaymentChangeIndicator> NA Boolean Simple True = Yes


# 306 Element
Overpayment Change Indicator

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Overpayment Change Flag (field 306).
301. ISIR Field <AggregateLoanChangeIndicator> NA Boolean Simple True = Yes
# 307 Element
Aggregate Loan Change Indicator

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Aggregate Loan Change Flag (field #307).
302. ISIR Field <PerkinsLoanChangeIndicator> NA Boolean Simple True = Yes
# 308 Element
Perkins Loan Change Indicator

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Perkins Loan Change Flag (field #308).

303. ISIR Field <PellPaymentChangeIndicator> NA Boolean Simple True = Yes


# 309 Element
Pell Payment Change Indicator

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Pell Payment Change Flag (field #309).

304. ISIR Field <AdditionalPellIndicator> NA Boolean Simple True = Yes


# 310 Element
Additional Pell Indicator

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Additional Pell Flag (field #310).

February 2003 DRAFT - 48 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
305. ISIR Field <AdditionalLoanIndicator> NA Boolean Simple True = Yes
# 311 Element
Additional Loan Indicator

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Additional Loans Flag (field #311).
306. ISIR Field <DirectLoanPromissoryNoteCode> NA String Simple Active
# 312 List Element
Direct Loan Promissory Note Code Closed

This tag maps to the 2003-04 ISIR Record Layout Inactive


Direct Loan Master-Prom Note Flag (field #312).
NoMPN

Unavailable
307. ISIR Field <PLUSPromissoryNoteCode> NA String Simple Active
# 313 List Element
PLUS Promissory Note Code Closed

This tag maps to the 2003-04 ISIR Record Layout Inactive


Direct Loan PLUS Master Prom Note Code (field
#313). NoMPN

Unavailable
308. <PerkinsSummary> NA NA Complex NA
Element
Perkins Summary: A complex element. This
element provides a logical grouping of elements
related to Perkins information.
309. ISIR Field <PrincipalBalance> 6 Integer Simple 000000 - 999999
# 300 Element
Principal Balance

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Perkins Principal Balance (field # 300).
310. ISIR Field <CurrentYearLoanAmount> 6 Integer Simple 000000 - 999999
# 301 Element
Current Year Loan Amount

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Perkins Current Year Loan Amount (field
# 301).
311. <AggregateSubsidizedSummary> NA NA Complex NA
Element
Aggregate Subsidized Summary: A complex
element. This element provides a logical grouping
of elements related to aggregate information.

312. ISIR Field <OutstandingPrincipalBalance> 6 Integer Simple 000000 - 999999


# 289 Element
Outstanding Principal Balance

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Aggregate Subsidized Outstanding
Principal Balance (field #289).

February 2003 DRAFT - 49 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
313. ISIR Field <PendingDisbursement> 6 Integer Simple 000000 - 999999
# 293 Element
Pending Disbursement

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Aggregate Subsidized Pending
Disbursement (field #293).
314. ISIR Field <Total> 6 Integer Simple 000000 - 999999
# 296 Element
Total

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Aggregate Subsidized Total (field #296).
315. <AggregateUnsubsidizedSummary> NA NA Complex NA
Element
Aggregate Unsubsidized Summary: A complex
element. This element provides a logical grouping
of elements related to aggregate information.
316. ISIR Field <OutstandingPrincipalBalance> 6 Integer Simple 000000 - 999999
# 290 Element
Outstanding Principal Balance

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Aggregate Unsubsidized Outstanding
Principal Balance (field #290). .
317. ISIR Field <PendingDisbursement> 6 Integer Simple 000000 - 999999
# 294 Element
Pending Disbursement

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Aggregate Unsubsidized Pending
Disbursement (field # 294).
318. ISIR Field <Total> 6 Integer Simple 000000 - 999999
# 297 Element
Total

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Aggregate Unsubsidized Total (field #
297).

319. <AggregateCombinedSummary> NA NA Complex NA


Element
Aggregate Combined Summary: A complex
element. This element provides a logical grouping
of elements related to aggregate information.
320. ISIR Field <OutstandingPrincipalBalance> 6 Integer Simple 000000 - 999999
# 291 Element
Outstanding Principal Balance

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Combined Subsidized Outstanding
Principal Balance (field #291).

February 2003 DRAFT - 50 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
321. ISIR Field <PendingDisbursement> 6 Integer Simple 000000 - 999999
# 295 Element
Pending Disbursement

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Combined Unsubsidized Pending
Disbursement (field #295).
322. ISIR Field <Total> 6 Integer Simple 000000 - 999999
# 298 Element
Total

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Combined Total. (field #298).
323. <AggregateConsolidatedSummary> NA NA Complex NA
Element
Aggregate Consolidated Summary: A complex
element. This element provides a logical grouping
of elements related to aggregate information.
324. ISIR Field <OutstandingPrincipalBalance> 6 Integer Simple 000000 - 999999
# 292 Element
Outstanding Principal Balance

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Consolidated Subsidized Outstanding
Principal Balance (field #292)
325. ISIR Field <Total> 6 Integer Simple 000000 - 999999
# 299 Element
Total

This tag maps to the 2003-04 ISIR Record Layout


NSLDS Aggregate Consolidated Total (field #299).

326. <PellData> NA NA Complex NA


Element
Pell Data: A complex element. This element
provides a logical grouping of elements related to
Pell information and can occur up to three times.
327. ISIR Fields <SequenceNumber> 2 Integer Simple 01 to 03
314 Element
324 Sequence Number
334
This tag maps to the 2003-04 ISIR Record Layout
NSLDS Pell Sequence Number (field #314, 324,
334).
328. ISIR Fields <VerificationCode> NA String Simple SelectedNotVerified
315 Element Element
325 Verification Code Verified
335
This tag maps to the 2003-04 ISIR Record Layout WithoutDocumentation
NSLDS Pell Verification Flag (field # 315, 325 ,
335).

329. ISIR Fields <EFC> 6 Integer Simple 000000 to 999999


316 Element
326 EFC
336
This tag maps to the 2003-04 ISIR Record Layout
NSLDS Pell EFC (field #316, 326, 336).

February 2003 DRAFT - 51 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
330. ISIR Fields <School OPEID=” “> 8 String Simple 00000000 to 99999999
317 Element
327 School OPEID With
337 Attribute
This tag maps to the 2003-04 ISIR Record Layout
NSLDS Pell School Code (field #317, 327, 337).
331. ISIR Fields <NSLDSTransactionNumber> 2 Integer Simple 01-99
318 Element
328 NSLDS Transaction Number
338
This tag maps to the 2003-04 ISIR Record Layout
NSLDS Pell Transaction Number (field #318, 328,
338).
332. ISIR Fields <LastDateUpdated> 10 Date Simple Format is CCYY-MM-DD
319 Element
329 Last Date Updated
339
This tag maps to the 2003-04 ISIR Record Layout
NSLDS Pell Last Update Date (field 319, 329, 339).
333. ISIR Fields <ScheduledPellGrant> 6 Integer Simple 000000 to 999999
320 Element
330 Scheduled Pell Grant
340
This tag maps to the 2003-04 ISIR Record Layout
NSLDS Pell Scheduled Amount (field #320, 330,
340).
334. ISIR Fields <AwardAmountPaid> 6 Integer Simple 000000 to 999999
321 Element
331 Award Amount Paid
341
This tag maps to the 2003-04 ISIR Record Layout
NSLDS Pell Amount Paid to Date (field # 321, 331,
341).
335. ISIR Fields <TotalEligibilityUsed> 5 decimal Simple 0-999.99
322 Element
332 Total Eligibility Used
342
This tag maps to the 2003-04 ISIR Record Layout
NSLDS Pell Percent Scheduled Award Used (field
#322, 332,342).
336. ISIR Fields <FinancialAwardAmount> 6 Integer Simple 000000 to 999999
323 Element
333 Financial Award Amount
343
This tag maps to the 2003-04 ISIR Record Layout
NSLDS Pell Award Amount (field #323).
337. <LoanData> NA NA Complex NA
Element
Loan Data: A complex element. This element
provides a logical grouping of elements related to
Pell information and can occur up to six times.
338. ISIR Fields <SequenceNumber> 2 Integer Simple 01 to 06
344 Element
364 Sequence Number
384
404 This tag maps to the 2003-04 ISIR Record Layout
424 NSLDS Loan Sequence Number (field #344, 364,
444 384, 404, 424, 444).

February 2003 DRAFT - 52 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
339. ISIR Fields <LoanTypeCode> NA String Simple Defaulted
345 List Element
365 Loan Type Code Recent
385
405 This tag maps to the 2003-04 ISIR Record Layout Discharged
425 NSLDS Loan Type Code (fields #345,365, 385, 405,
445 425,445).
340. ISIR Fields <ChangedIndicator> NA Boolean Simple true =Yes
346 Element
366 Changed Indicator
386
406 This tag maps to the 2003-04 ISIR Record Layout
426 NSLDS Loan Change Flag (fields #346, 366, 386,
446 406, 426, 446).
341. ISIR Fields <ProgramCode> 2 String Simple See attachment for NSLDS Loan
347 Element Program Codes
367 Program Code
387
407 This tag maps to the 2003-04 ISIR Record Layout
427 NSLDS Loan Program Code (field #347, 367,
447 387,407,427, 447).
342. ISIR Fields <NetAmount> 6 Integer Simple 000000 to 999999
348 Element
368 Net Amount
388
408 This tag maps to the 2003-04 ISIR Record Layout
428 NSLDS Loan (1) Net Amount (field #348, 368, 388,
448 408, 428, 448).

343. ISIR Fields <StatusCode> 2 String Simple See attachment for NSLDS Loan
349 Element Current Status Codes
369 Status Code
389
409 This tag maps to the 2003-04 ISIR Record Layout
429 NSLDS Loan Current Status Code (field #349, 369,
449 389, 409, 429, 449).
344. ISIR Fields <StatusDate> 10 Date Simple Format is CCYY-MM-DD
350 Element
370 Status Date
390
410 This tag maps to the 2003-04 ISIR Record Layout
430 NSLDS Loan Current Status Date (field #350, 370,
450 390, 410, 430, 450).
345. ISIR Fields <OutstandingPrincipalBalance> 6 Integer Simple 000000 to 999999
351 Element
371 Outstanding Principal Balance
391
411
431 This tag maps to the 2003-04 ISIR Record Layout
451 NSLDS Loan Principal Balance (field #351, 371,
391, 411, 431, 451).

February 2003 DRAFT - 53 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
346. ISIR Fields <OutstandingPrincipalBalanceDate> 10 Date Simple Format is CCYY-MM-DD
352 Element
372 Outstanding Principal Balance Date
392
412
432 This tag maps to the 2003-04 ISIR Record Layout
452 NSLDS Loan Principal Balance Date (field #352,
372, 392, 412, 432, 452).
347. ISIR Fields <FinancialAwardBeginDate> 10 Date Simple Format is CCYY-MM-DD
353 Element
373 Financial Award Begin Date
393
413 This tag maps to the 2003-04 ISIR Record Layout
433 NSLDS Loan Begin Date (field #353, 373, 393, 413,
453 433, 453).
348. ISIR Fields <FinancialAwardEndDate> 10 Date Simple Format is CCYY-MM-DD
354 Element
374 Financial Award End Date
394
414 This tag maps to the 2003-04 ISIR Record Layout
434 NSLDS Loan End Date (field #354, 374, 394, 414,
454 434, 454).
349. ISIR Fields <Guarantor Agency= “ “> 3 String Simple 000-999
355 Element
375 Guarantor EntityID
395
415 This tag maps to the 2003-04 ISIR Record Layout
435 NSLDS Loan GA Codes (fields 355, 375, 395, 425,
455 435, 455).
350. ISIR Fields <ContactTypeCode> NA String Simple Guarantor
356 List Element
376 Contact Type Code Lender
396
416 This tag maps to the 2003-04 ISIR Record Layout School
436 NSLDS Loan Contact Type (field #356, 376, 396,
456 416, 436, 456). EDRegion

DirectLoanServicer

SchoolServicer

LenderServicer

351. ISIR Fields <School OPEID=” “> 8 String Simple 000000 to 99999999
357 Element
377 School OPEID With
397 Attribute
417 This tag maps to the 2003-04 ISIR Record Layout
437 NSLDS Loan School Code (field #357, 377, 397,
457 417, 437, 457).

February 2003 DRAFT - 54 -


ISIR Record Layout and Data Description

Schema 2003-04 03-04 ISIR Data Field Max Data Field Format and Valid Field Values
Field Field Length Type Type
Number Number
352. ISIR Fields <ContactCode> 8 Integer Simple 00000000 to 999999999
358 Element
378 Contact Code:
398
418 This tag maps to the 2003-04 ISIR Record Layout
438 NSLDS Loan Contact Code
458
353. ISIR Fields <StudentLevelCode> 3 String Simple 1–5
359 List Element A – D and G
379 Student Level Code
399
419 This tag maps to the 2003-04 ISIR Record Layout
439 NSLDS Loan Grade Level (field #359).
459
354. ISIR Fields <AdditionalUnsubsidizedCode> NA String Simple PLUSDenial
360 List Element
380 Additional Unsubsidized Code HealthProfessional
400
420 This tag maps to the 2003-04 ISIR Record Layout Both
440 NSLDS Loan Additional Unsubsidized Loan Flag
460 (field 360, 380, 400, 420, 440, 460). Neither
355. ISIR Fields <CapitalizedInterestIndicator> NA Boolean Simple True = Yes
361 Element
381 Capitalized Interest Indicator
401
421 This tag maps to the 2003-04 ISIR Record Layout
441 NSLDS Loan Capitalized Interest Flag (field #361,
461 381, 401, 421, 441, 461).

356. ISIR Fields <LastDisbursementAmount> 6 Integer Simple 000000 to 999999


362 Element
382 Last Disbursement Amount
402
422 This tag maps to the 2003-04 ISIR Record Layout
442 NSLDS Loan (1) Amount of Last Disbursement
462 (field #362, 382, 402, 422, 442, 462).

357. ISIR Fields <LastDisbursementDate> 10 Date Simple Format is CCYY-MM-DD


363 Element
383 Last Disbursement Date
403
423 This tag maps to the 2003-04 ISIR Record Layout
443 NSLDS Loan (1) Date of Last Disbursement (field
463 #363, 383, 403, 423, 443, 463).

February 2003 DRAFT - 55 -


ISIR Record Layout and Data Description

<CommonRecordISIR xmlns="http://www.ed.gov/FSA/CPS/2003/ISIR_1.0a”
xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xsi:schemaLocation=”http://www.ed.gov/FSA/CPS/2003/ISIR_1.0a
ISIR_1.0a.xsd”>
<DocumentID>#C400309020030609071133</DocumentID>
<CreatedDateTime>2003-06-09T07:11:33</CreatedDateTime>
<AwardYear>0304</AwardYear>
<TransactionTypeCode>FAFSAWeb</TransactionTypeCode>
<DocumentSummary>
<TotalCount>50</TotalCount>
<TotalCountAccepted>47</TotalCountAccepted>
<TotalCountInError>3</TotalCountInError>
<TotalCountOnINSHold>1</TotalCountOnINSHold>
<TotalCountNotOnDatabase>1</TotalCountNotOnDatabase>
</DocumentSummary>
<Student OriginalSSN="313895319" OriginalNameID="SM" TransactionNumber="02">
<Identifiers>
<SSN>313895931</SSN> (6)
<DriversLicense>
<DriversLicenseNumber>TS319430</DriversLicenseNumber> (16)
<DriversLicenseState>OH</DriversLicenseState> (17)
</DriversLicense>
</Identifiers>
<BirthDate>1985-04-02</BirthDate> (14)
<Name>
<FirstName>James</FirstName> (8)
<MiddleInitial>E</MiddleInitial> (9)
<LastName>Smith</LastName> (7)
</Name>
<Contacts>
<PermanentAddress>
<AddressLine>199 N. Orchard Drive</AddressLine> (10)
<AddressCity>Leipsic</AddressCity> (11)
<AddressStateProvinceCode>OH</AddressStateProvinceCode> (12)
<AddressPostalCode>45856</AddressPostalCode> (13)
</PermanentAddress>
<PermanentPhoneNumber>5097871234</PermanentPhoneNumber> (15)
<EmailAddress>jesmith@hotmail.com</EmailAddress> (103)
</Contacts>
<CitizenshipStatusCode>EligibleNonCitizen</CitizenshipStatusCode> (18)
<AlienRegistrationNumber>123456789</AlienRegistrationNumber> (19)
<MaritalStatus>
<MaritalStatusCode>Unmarried</MaritalStatusCode> (20)
<MaritalStatusDate>2002-02</MaritalStatusDate> (21) (For Example
Purposes Only)
</MaritalStatus>
<ResidencyData>
<LegalResidenceStateCode>OH</LegalResidenceStateCode> (29)
<LegalResidentByCutoff>true</LegalResidentByCutoff> (30)
<LegalResidenceDate>1978-02</LegalResidenceDate> (31)
</ResidencyData>
<HouseholdData>
<MembersInFamily>15</MembersInFamily> (89)
<NumberInCollege>3</NumberInCollege> (90)

February 2003 DRAFT - 56 -


ISIR Record Layout and Data Description

</HouseholdData>
<SubmissionInformation>
<AdditionalStudentData>
<FinancialData>
<IncomeData>
<TaxReturnStatusCode>WillFile</TaxReturnStatusCode>
(41)
<TaxFormTypeCode>1040AEZTelefile</TaxFormTypeCode>
(42)
<Form1040AEZEligibleCode>Yes</Form1040AEZEligibleCode>
(43)
<AdjustedGrossIncome>1165</AdjustedGrossIncome> (44)
<IncomeTaxPaid>37</IncomeTaxPaid> (45)
<ExemptionsClaimed>01</ExemptionsClaimed> (46)
<StudentEarnedIncome>1000</StudentEarnedIncome> (47)
<SpouseEarnedIncome>165</SpouseEarnedIncome> (48)
<WorksheetA>0</WorksheetA> (49)
<WorksheetB>0</WorksheetB> (50)
<WorksheetC>0</WorksheetC> (51)
</IncomeData>
<AssetData>
<InvestmentNetWorth>0</InvestmentNetWorth> (52)
<BusinessFarmNetWorth>0</BusinessFarmNetWorth> (53)
<CashSavingsChecking>790</CashSavingsChecking> (54)
</AssetData>
<VeteransBenefits>
<NumberOfMonths>10</NumberOfMonths> (55) (For Example
Purposes Only)
<MonthlyBenefitAmount>300</MonthlyBenefitAmount> (56)
(For Example)
</VeteransBenefits>
</FinancialData>
<EnrollmentData>
<SummerHeaderCode>NotAttending</SummerHeaderCode> (22)
<FallCode>FullTimeOrNotSure</FallCode> (23)
<WinterCode>FullTimeOrNotSure</WinterCode> (24)
<SpringCode>FullTimeOrNotSure</SpringCode> (25)
<SummerTrailerCode>NotAttending</SummerTrailerCode> (26)
</EnrollmentData>
<QuestionnaireResponses>
<SelectiveServiceMale>true</SelectiveServiceMale> (32)
<SelectiveServiceRegister>false</SelectiveServiceRegister>
(33)

<DegreeOrCertificateCode>FirstBachelor</DegreeOrCertificateCode> (34)
<StudentLevelCode>Third</StudentLevelCode> (35)
<HighSchoolDiplomaOrGED>true</HighSchoolDiplomaOrGED> (36)
<FirstBachelorsByCutoff>false</FirstBachelorsByCutoff> (37)
<StudentLoanInterest>true</StudentLoanInterest> (38)
<WorkStudyInterest>true</WorkStudyInterest> (39)
<DrugConvictionCode>YesPartYear</DrugConvictionCode> (40)
<DependencyData>

<BornBeforeCutoffIndicator>false</BornBeforeCutoffIndicator> (57)

February 2003 DRAFT - 57 -


ISIR Record Layout and Data Description

<MastersOrDoctorateIndicator>false</MastersOrDoctorateIndicator> (58)
<MarriedIndicator>false</MarriedIndicator> (59)

<SupportsChildrenIndicator>false</SupportsChildrenIndicator> (60)

<LegalDependentsIndicator>false</LegalDependentsIndicator> (61)

<OrphanWardOfCourtIndicator>false</OrphanWardOfCourtIndicator> (62)
<VeteranIndicator>false</VeteranIndicator> (63)
</DependencyData>
</QuestionnaireResponses>
</AdditionalStudentData>
<ParentData>
<FatherStepfather>
<Identifiers>
<SSN>737235512</SSN> (65)
</Identifiers>
<Name>
<LastName>Smith</LastName> (66)
</Name>
<EducationLevelCode>HighSchool</EducationLevelCode> (27)
</FatherStepfather>
<MotherStepmother>
<Identifiers>
<SSN>899121117</SSN> (67)
</Identifiers>
<Name>
<LastName>Smith</LastName> (68)
</Name>
<EducationLevelCode>HighSchool</EducationLevelCode> (28)
</MotherStepmother>
<MaritalStatus>
<MaritalStatusCode>Married</MaritalStatusCode> (64)
<MaritalStatusDate>1983-03</MaritalStatusDate> (274)
</MaritalStatus>
<ResidencyData>
<LegalResidenceStateCode>OH</LegalResidenceStateCode> (71)
<LegalResidentByCutoff>true</LegalResidentByCutoff> (72)
<LegalResidenceDate>1978-02</LegalResidenceDate> (73)
</ResidencyData>
<HouseholdData>
<MembersInFamily>5</MembersInFamily> (69)
<NumberInCollege>6</NumberInCollege> (70) (For Example
Purposes Only)
</HouseholdData>
<OlderParentAge>45</OlderParentAge> (74)
<ParentFinancialData>
<IncomeData>
<TaxReturnStatusCode>WillFile</TaxReturnStatusCode>
(75)
<TaxFormTypeCode>1040AEZTelefile</TaxFormTypeCode>
(76)

February 2003 DRAFT - 58 -


ISIR Record Layout and Data Description

<Form1040AEZEligibleCode>Yes</Form1040AEZEligibleCode>
(77)
<AdjustedGrossIncome>0</AdjustedGrossIncome> (78) (For
Example Only)
<IncomeTaxPaid>2232</IncomeTaxPaid> (79)
<ExemptionsClaimed>5</ExemptionsClaimed> (80)
<FathersEarnedIncome>35095</FathersEarnedIncome> (81)
<MothersEarnedIncome>0</MothersEarnedIncome> (82)
<WorksheetA>690</WorksheetA> (83)
<WorksheetB>3416</WorksheetB> (84)
<WorksheetC>0</WorksheetC> (85)
</IncomeData>
<AssetData>
<InvestmentNetWorth>100</InvestmentNetWorth> (86)
<BusinessFarmNetWorth>100</BusinessFarmNetWorth> (87)
<CashSavingsChecking>2000</CashSavingsChecking> (88)
</AssetData>
</ParentFinancialData>
</ParentData>
<School Number="1">
<School FederalSchoolCode="003090"/> (91)
<HousingCode>Campus</HousingCode> (92)
</School>
<School Number="2">
<School FederalSchoolCode="003131"/> (93)
<HousingCode>Campus</HousingCode> (94)
</School>
<School Number="3">
<School FederalSchoolCode="003089"/> (95)
<HousingCode>Campus</HousingCode> (96)
</School>
<School Number="4">
<School FederalSchoolCode="003127"/> (97)
<HousingCode>Campus</HousingCode> (98)
</School>
<AidAdministratorData>
<ProfessionalJudgement>
<DependencyOverrideCode>Cancelled</DependencyOverrideCode>
(110)(For Example)
<EFCAdjustmentCode>Processed</EFCAdjustmentCode> (113) (For
Example)
<School FederalSchoolCode="003981"/> (111)
</ProfessionalJudgement>
<RejectOverrides>
<RejectOverrideCode>A</RejectOverrideCode> (121) (For
Example Purposes Only)
<RejectOverrideCode>N</RejectOverrideCode> (122) (For
Example Purposes Only)
<RejectOverrideCode>C</RejectOverrideCode> (123) (For
Example Purposes Only)
</RejectOverrides>
<AssumptionOverrides>
<AssumptionOverrideCode>1</AssumptionOverrideCode> (126)
(For Example)

February 2003 DRAFT - 59 -


ISIR Record Layout and Data Description

<AssumptionOverrideCode>2</AssumptionOverrideCode> (127)
(For Example)
</AssumptionOverrides>
<EarlyAnalysisIndicator>true</EarlyAnalysisIndicator> (117)
</AidAdministratorData>
<SignatureData>
<SignatureSourceCode>ApplicantAndParent</SignatureSourceCode>
(105)
<SignatureDate>2003-01-02</SignatureDate> (104)
</SignatureData>
<Preparer>
<SSN>123889999</SSN> (106)

<EmployersIdentificationNumber>123456789</EmployersIdentificationNumber> (107)
<SignatureIndicator>true</SignatureIndicator> (108)
</Preparer>
</SubmissionInformation>
<EligibilityDetermination>
<DataMatch>
<NSLDS>
<MatchCode>NotInDefaultOrOverpay</MatchCode> (156)
<PostScreeningCode>MPNStatusChange</PostScreeningCode> (157)
</NSLDS>
<SelectiveService>
<MatchCode>TemporarilyExempt</MatchCode> (147)
<RegistrationCode>TemporarilyExempt</RegistrationCode> (148)
</SelectiveService>
<INS>
<MatchCode>Confirmed</MatchCode> (149)
<VerificationNumber>12345678</VerificationNumber> (150)

<SecondaryConfirmationCode>NotYetConfirmed</SecondaryConfirmationCode> (151)
</INS>
<SocialSecurity>
<MatchCode>FullMatch</MatchCode> (153)

<CitizenshipStatusCode>EligibleToWork</CitizenshipStatusCode> (154)
<DeceasedDate>2002-07-07</DeceasedDate> (155) (For Example
Purposes Only)
</SocialSecurity>
<VAMatchCode>ActiveDuty</VAMatchCode> (158)
<SARCIndicator>true</SARCIndicator> (144) (For Example Purposes
Only)
</DataMatch>
<RecordTypeData>
<ApplicationReceiptDate>2003-01-07</ApplicationReceiptDate> (133)
<TransactionReceiptDate>2003-06-09</TransactionReceiptDate> (109)
<InputRecordTypeCode>Correction</InputRecordTypeCode> (114)

<ProcessedRecordTypeCode>CorrectionOrDuplicate</ProcessedRecordTypeCode> (134)
<SystemGeneratedCode>DuplicateNewDrugHold</SystemGeneratedCode>
(136) (For Example)

February 2003 DRAFT - 60 -


ISIR Record Layout and Data Description

<SubsequentApplicationIndicator>true</SubsequentApplicationIndicator> (162) (For


Example)
<DuplicateRequestIndicator>true</DuplicateRequestIndicator> (137)
(For Example)
<DuplicateRequestDate>2003-06-09</DuplicateRequestDate> (269) (For
Example Purposes Only)
<CorrectionSourceCode>Applicant</CorrectionSourceCode> (138)
<CorrectionTransactionNumber>01</CorrectionTransactionNumber>
(135)
<ApplicationSourceCode>FAFSAWeb</ApplicationSourceCode> (163)
<ReprocessedReasonCode>01</ReprocessedReasonCode> (268) (For
Example Purposes Only)
<TransactionSourceCode>FAFSAWeb</TransactionSourceCode> (164)
<TransactionProcessedDate>2003-01-08</TransactionProcessedDate>
(166)
<ISIRTransactionCode>AutoISIR</ISIRTransactionCode> (271)
<eSchoolPosition>1</eSchoolPosition> (272)
<eApplicationSourceCode>FAFSAWeb</eApplicationSourceCode> (118)
<eDestinationNumber>TG50001</eDestinationNumber> (120)
<MultipleSchools> (273)
<School Number="1"/>
<School Number="4"/>
</MultipleSchools>
<BatchYear>2004</BatchYear> (1)
<SerialNumber>12345</SerialNumber> (115)
<BatchNumber>#C400309020030609071133</BatchNumber> (116)
<ComputeNumber>359</ComputeNumber> (167)
</RecordTypeData>
<AidAdministratorInformation>
<VerificationTrackingCode>11</VerificationTrackingCode> (160)
<VerificationSelectedCode>Selected</VerificationSelectedCode>
(161)
<DuplicateSSNIndicator>true</DuplicateSSNIndicator> (270) (For
Example Purposes Only)
<ChangeCode>SSNAndLastName</ChangeCode> (2) (For Example Purposes
Only)
</AidAdministratorInformation>
<ProcessedApplicationInformation>
<DependencyStatusCode>Dependent</DependencyStatusCode> (132)
<DataReleaseNumber>0123</DataReleaseNumber> (165)
<PellEligibilityIndicator>true</PellEligibilityIndicator> (267)
<GraduateIndicator>true</GraduateIndicator> (141) (For Example
Purposes Only)
<StudentTaxFilingStatusCode>TaxFiler</StudentTaxFilingStatusCode>
(140)
<ParentTaxFilingStatusCode>TaxFiler</ParentTaxFilingStatusCode>
(139)
<RejectReasons>
<RejectCode>17</RejectCode> (146) (For Example Purposes
Only)
<RejectCode>18</RejectCode> (146) (For Example Purposes
Only)
<RejectCode>W</RejectCode> (146) (For Example Purposes Only)

February 2003 DRAFT - 61 -


ISIR Record Layout and Data Description

</RejectReasons>
<Assumptions>
<Assumption> (241 THROUGH 264) (For Example Purposes Only)
<FieldName>ParentAdjustedGrossIncome</FieldName>
<FieldValue>35095</FieldValue>
</Assumption>
<Assumption> (241 THROUGH 264) (For Example Purposes Only)
<FieldName>ParentNumberInCollege</FieldName>
<FieldValue>1</FieldValue>
</Assumption>
</Assumptions>
<DataVerifyCodes>
<DataVerifyCode> (168) (For Example Purposes Only)
<FieldName>ParentAdjustedGrossIncome</FieldName>
<VerifyCode>CorrectedToSame</VerifyCode>
</DataVerifyCode>
<DataVerifyCode> (168) (For Example Purposes Only)
<FieldName>ParentNumberInCollege</FieldName>
<VerifyCode>VerificationRequested</VerifyCode>
</DataVerifyCode>
</DataVerifyCodes>
<CorrectionCodes>
<CorrectionCode> (169) (For Example Purposes Only)
<FieldName>ParentBusinessFarmNetWorth</FieldName>
<CorrectionCode>ThisTransaction</CorrectionCode>
</CorrectionCode>
<CorrectionCode> (169) (For Example Purposes Only)
<FieldName>LegalDependentsIndicator</FieldName>
<CorrectionCode>PreviousTransaction</CorrectionCode>
</CorrectionCode>
</CorrectionCodes>
<HighlightFields> (170) (For Example Purposes Only)
<FieldName>MotherSSN</FieldName>
<FieldName>ParentNumberinCollege</FieldName>
<FieldName>ParentAdjustedGrossIncome</FieldName>
</HighlightFields>
<CommentCodes> (265) (For Example Purposes Only)
<CommentCode>149</CommentCode>
<CommentCode>272</CommentCode>
<CommentCode>026</CommentCode>
<CommentCode>273</CommentCode>
<CommentCode>170</CommentCode>
<CommentCode>274</CommentCode>
<CommentCode>156</CommentCode>
<CommentCode>157</CommentCode>
<CommentCode>006</CommentCode>
</CommentCodes>
<AcknowledgementCommentCodes> (266) (For Example Purposes Only)
<AcknowledgementCommentCode>01</AcknowledgementCommentCode>
<AcknowledgementCommentCode>03</AcknowledgementCommentCode>
<AcknowledgementCommentCode>06</AcknowledgementCommentCode>
</AcknowledgementCommentCodes>
</ProcessedApplicationInformation>
<EFCInformation>

February 2003 DRAFT - 62 -


ISIR Record Layout and Data Description

<PrimaryEFC>
<PaidIndicator>true</PaidIndicator> (171)
<EFC>1562</EFC> (172)
<FormulaTypeCode>SNTDependent</FormulaTypeCode> (175)
<AlternateMonth Number="1">451</AlternateMonth> (177)
<AlternateMonth Number="2">625</AlternateMonth> (178)
<AlternateMonth Number="3">799</AlternateMonth> (179)
<AlternateMonth Number="4">973</AlternateMonth> (180)
<AlternateMonth Number="5">1147</AlternateMonth> (181)
<AlternateMonth Number="6">1321</AlternateMonth> (182)
<AlternateMonth Number="7">1495</AlternateMonth> (183)
<AlternateMonth Number="8">1669</AlternateMonth> (184)
<AlternateMonth Number="10">1907</AlternateMonth> (185)
<AlternateMonth Number="11">1975</AlternateMonth> (186)
<AlternateMonth Number="12">2043</AlternateMonth> (187)
<EFCIntermediateValues>
<TotalIncome>39201</TotalIncome> (199)
<TotalIncomeAllowances>32101</TotalIncomeAllowances>
(200)
<StateTaxAllowance>2744</StateTaxAllowance> (201)
<EmploymentAllowance>0</EmploymentAllowance> (202)

<IncomeProtectionAllowance>24440</IncomeProtectionAllowance> (203)
<AvailableIncome>7100</AvailableIncome> (204)

<AvailableIncomeContribution>1562</AvailableIncomeContribution> (205)
<DiscretionaryNetWorth>0</DiscretionaryNetWorth> (206)
<NetWorth>0</NetWorth> (207)
<AssetProtectionAllowance>0</AssetProtectionAllowance>
(208)
<ParentAssetContribution>0</ParentAssetContribution>
(209)

<AdjustedAvailableIncome>7100</AdjustedAvailableIncome> (210)
<TotalStudentContribution>0</TotalStudentContribution>
(211)

<TotalParentContribution>1562</TotalParentContribution> (212)
<ParentContribution>1562</ParentContribution> (213)
<StudentTotalIncome>1165</StudentTotalIncome> (214)
<StudentIncomeAllowance>2552</StudentIncomeAllowance>
(215)

<StudentIncomeContribution>0</StudentIncomeContribution> (216)

<StudentDiscretionaryNetWorth>0</StudentDiscretionaryNetWorth> (217)
<StudentAssetContribution>0</StudentAssetContribution>
(218)
<FISAPTotalIncome>40366</FISAPTotalIncome> (219)
</EFCIntermediateValues>
</PrimaryEFC>
<SecondaryEFC>
<PaidIndicator>false</PaidIndicator> (171)
<EFC>1839</EFC> (173)

February 2003 DRAFT - 63 -


ISIR Record Layout and Data Description

<FormulaTypeCode>FNTDependent</FormulaTypeCode> (176)
<AlternateMonth Number="1">451</AlternateMonth> (188)
<AlternateMonth Number="2">625</AlternateMonth> (189)
<AlternateMonth Number="3">799</AlternateMonth> (190)
<AlternateMonth Number="4">973</AlternateMonth> (191)
<AlternateMonth Number="5">1147</AlternateMonth> (192)
<AlternateMonth Number="6">1321</AlternateMonth> (193)
<AlternateMonth Number="7">1495</AlternateMonth> (194)
<AlternateMonth Number="8">1669</AlternateMonth> (195)
<AlternateMonth Number="10">1907</AlternateMonth> (196)
<AlternateMonth Number="11">1975</AlternateMonth> (197)
<AlternateMonth Number="12">2043</AlternateMonth> (198)
<EFCIntermediateValues>
<TotalIncome>39201</TotalIncome> (220)
<TotalIncomeAllowances>32101</TotalIncomeAllowances>
(221)
<StateTaxAllowance>2744</StateTaxAllowance> (222)
<EmploymentAllowance>0</EmploymentAllowance> (223)

<IncomeProtectionAllowance>24440</IncomeProtectionAllowance> (224)
<AvailableIncome>7100</AvailableIncome> (225)

<AvailableIncomeContribution>1562</AvailableIncomeContribution> (226)
<DiscretionaryNetWorth>-40200</DiscretionaryNetWorth>
(227)
<NetWorth>2000</NetWorth> (228)

<AssetProtectionAllowance>42200</AssetProtectionAllowance> (229)
<ParentAssetContribution>0</ParentAssetContribution>
(230)

<AdjustedAvailableIncome>7100</AdjustedAvailableIncome> (231)
<TotalStudentContribution>0</TotalStudentContribution>
(232)

<TotalParentContribution>1562</TotalParentContribution> (233)
<ParentContribution>1562</ParentContribution> (234)
<StudentTotalIncome>1165</StudentTotalIncome> (235)
<StudentIncomeAllowance>2564</StudentIncomeAllowance>
(236)

<StudentIncomeContribution>0</StudentIncomeContribution> (237)

<StudentDiscretionaryNetWorth>790</StudentDiscretionaryNetWorth> (238)

<StudentAssetContribution>277</StudentAssetContribution> (239)
<FISAPTotalIncome>40366</FISAPTotalIncome> (240)
</EFCIntermediateValues>
</SecondaryEFC>
<ZeroEFCIndicator>true</ZeroEFCIndicator> (142) (For Example
Purposes Only)
<SimplifiedIndicator>true</SimplifiedIndicator> (145) (For Example
Purposes Only)
<EFCChangeCode>Increased</EFCChangeCode> (143)

February 2003 DRAFT - 64 -


ISIR Record Layout and Data Description

</EFCInformation>
</EligibilityDetermination>
<FinancialAidHistory>
<MatchResultsCode>MatchedDataSent</MatchResultsCode> (277)
<NSLDSTransactionNumber>01</NSLDSTransactionNumber> (276)
<PellOverpaymentStatus>
<Status>Deferred</Status> (279)
<School OPEID="003981"/> (280)
</PellOverpaymentStatus>
<SEOGOverpaymentStatus>
<Status>Waived</Status> (281)
<School OPEID="003981"/> (282)
</SEOGOverpaymentStatus>
<PerkinsOverpaymentStatus>
<Status>RepayArrangements</Status> (283)
<School MoreThanOne="true"/> (284)
</PerkinsOverpaymentStatus>
<LoanStatusData>
<LoanDefaultedIndicator>true</LoanDefaultedIndicator> (285)
<LoanDischargedCode>Conditional</LoanDischargedCode> (286)

<SatisfactoryRepaymentIndicator>true</SatisfactoryRepaymentIndicator> (287)
<ActiveBankruptcyIndicator>true</ActiveBankruptcyIndicator> (288)
<LoanDefaultedChangeIndicator>true</LoanDefaultedChangeIndicator>
(302)

<LoanDischargedChangeIndicator>true</LoanDischargedChangeIndicator> (303)
<LoanRepaymentChangeIndicator>true</LoanRepaymentChangeIndicator>
(304)

<ActiveBankruptcyChangeIndicator>true</ActiveBankruptcyChangeIndicator> (305)
<OverpaymentChangeIndicator>true</OverpaymentChangeIndicator>
(306)
<AggregateLoanChangeIndicator>true</AggregateLoanChangeIndicator>
(307)
<PerkinsLoanChangeIndicator>true</PerkinsLoanChangeIndicator>
(308)
<PellPaymentChangeIndicator>true</PellPaymentChangeIndicator>
(309)
<AdditionalPellIndicator>true</AdditionalPellIndicator> (310)
<AdditionalLoanIndicator>true</AdditionalLoanIndicator> (311)

<DirectLoanPromissoryNoteCode>Active</DirectLoanPromissoryNoteCode> (312)
<PLUSPromissoryNoteCode>NoMPN</PLUSPromissoryNoteCode> (313)
</LoanStatusData>
<PerkinsSummary>
<PrincipalBalance>1670</PrincipalBalance> (300)
<CurrentYearLoanAmount>600</CurrentYearLoanAmount> (301)
</PerkinsSummary>
<AggregateSubsidizedSummary>
<OutstandingPrincipalBalance>1313</OutstandingPrincipalBalance>
(289)
<PendingDisbursement>300</PendingDisbursement> (293)
<Total>1313</Total> (296)

February 2003 DRAFT - 65 -


ISIR Record Layout and Data Description

</AggregateSubsidizedSummary>
<AggregateUnsubsidizedSummary>
<OutstandingPrincipalBalance>2613</OutstandingPrincipalBalance>
(290)
<PendingDisbursement>1312</PendingDisbursement> (294)
<Total>3925</Total> (297)
</AggregateUnsubsidizedSummary>
<AggregateCombinedSummary>
<OutstandingPrincipalBalance>3926</OutstandingPrincipalBalance>
(291)
<PendingDisbursement>1312</PendingDisbursement> (295)
<Total>5238</Total> (298)
</AggregateCombinedSummary>
<AggregateConsolidatedSummary>
<OutstandingPrincipalBalance>1000</OutstandingPrincipalBalance>
(292)
<Total>1000</Total> (299)
</AggregateConsolidatedSummary>
<PellData>
<SequenceNumber>01</SequenceNumber> (314)
<VerificationCode>Verified</VerificationCode> (315)
<EFC>1050</EFC> (316)
<School OPEID="00138000"/> (317)
<NSLDSTransactionNumber>02</NSLDSTransactionNumber> (318)
<LastDateUpdated>2003-07-17</LastDateUpdated> (319)
<ScheduledPellGrant>1000</ScheduledPellGrant> (320)
<AwardAmountPaid>500</AwardAmountPaid> (321)
<TotalEligibilityUsed>50.00</TotalEligibilityUsed> (322)
<FinancialAwardAmount>1000</FinancialAwardAmount> (323)
</PellData>
<PellData>
<SequenceNumber>02</SequenceNumber> (324)
<VerificationCode>Verified</VerificationCode> (325)
<EFC>1050</EFC> (326)
<School OPEID="00138000"/> (327)
<NSLDSTransactionNumber>03</NSLDSTransactionNumber> (328)
<LastDateUpdated>2003-07-17</LastDateUpdated> (329)
<ScheduledPellGrant>1000</ScheduledPellGrant> (330)
<AwardAmountPaid>500</AwardAmountPaid> (331)
<TotalEligibilityUsed>50.00</TotalEligibilityUsed> (332)
<FinancialAwardAmount>1000</FinancialAwardAmount> (333)
</PellData>
<LoanData>
<SequenceNumber>01</SequenceNumber> (344)
<LoanTypeCode>Recent</LoanTypeCode> (345)
<ChangedIndicator>true</ChangedIndicator> (346)
<ProgramCode>PU</ProgramCode> (347)
<NetAmount>2625</NetAmount> (348)
<StatusCode>IA</StatusCode> (349)
<StatusDate>2002-11-20</StatusDate> (350)
<OutstandingPrincipalBalance>1313</OutstandingPrincipalBalance>
(351)
<OutstandingPrincipalBalanceDate>2002-11-
20</OutstandingPrincipalBalanceDate> (352)

February 2003 DRAFT - 66 -


ISIR Record Layout and Data Description

<FinancialAwardBeginDate>2002-09-03</FinancialAwardBeginDate>
(353)
<FinancialAwardEndDate>2003-05-22</FinancialAwardEndDate> (354)
<Guarantor Agency="800"/> (355)
<ContactTypeCode>Guarantor</ContactTypeCode> (356)
<School OPEID="00287000"/> (357)
<ContactCode>100</ContactCode> (358)
<StudentLevelCode>2</StudentLevelCode> (359)
<AdditionalUnsubsidizedCode>Neither</AdditionalUnsubsidizedCode>
(360)
<CapitalizedInterestIndicator>true</CapitalizedInterestIndicator>
(361)
<LastDisbursementAmount>1313</LastDisbursementAmount> (362)
<LastDisbursementDate>2002-11-20</LastDisbursementDate> (363)
</LoanData>
<LoanData>
<SequenceNumber>02</SequenceNumber> (364)
<LoanTypeCode>Discharged</LoanTypeCode> (365)
<ChangedIndicator>true</ChangedIndicator> (366)
<ProgramCode>PU</ProgramCode> (367)
<NetAmount>2625</NetAmount> (368)
<StatusCode>IA</StatusCode> (369)
<StatusDate>2002-11-20</StatusDate> (370)
<OutstandingPrincipalBalance>1313</OutstandingPrincipalBalance>
(371)
<OutstandingPrincipalBalanceDate>2002-11-
20</OutstandingPrincipalBalanceDate> (372)
<FinancialAwardBeginDate>2002-09-03</FinancialAwardBeginDate>
(373)
<FinancialAwardEndDate>2003-05-22</FinancialAwardEndDate> (374)
<Guarantor Agency="800"/> (375)
<ContactTypeCode>Lender</ContactTypeCode> (356)
<School OPEID="00287000"/> (357)
<ContactCode>100</ContactCode> (358)
<StudentLevelCode>2</StudentLevelCode> (359)
<AdditionalUnsubsidizedCode>Both</AdditionalUnsubsidizedCode>
(360)
<CapitalizedInterestIndicator>true</CapitalizedInterestIndicator>
(361)
<LastDisbursementAmount>1313</LastDisbursementAmount> (362)
<LastDisbursementDate>2002-11-20</LastDisbursementDate> (363)
</LoanData>
<LoanData>
<SequenceNumber>03</SequenceNumber> (384)
<LoanTypeCode>Recent</LoanTypeCode> (385)
<ChangedIndicator>true</ChangedIndicator> (386)
<ProgramCode>PU</ProgramCode> (387)
<NetAmount>2625</NetAmount> (388)
<StatusCode>IA</StatusCode> (389)
<StatusDate>2002-11-20</StatusDate> (390)
<OutstandingPrincipalBalance>1313</OutstandingPrincipalBalance>
(391)
<OutstandingPrincipalBalanceDate>2002-11-
20</OutstandingPrincipalBalanceDate> (392)

February 2003 DRAFT - 67 -


ISIR Record Layout and Data Description

<FinancialAwardBeginDate>2002-09-03</FinancialAwardBeginDate>
(393)
<FinancialAwardEndDate>2003-05-22</FinancialAwardEndDate> (394)
<Guarantor Agency="800"/> (395)
<ContactTypeCode>EDR</ContactTypeCode> (396)
<School OPEID="00287000"/> (397)
<ContactCode>100</ContactCode> (398)
<StudentLevelCode>2</StudentLevelCode> (399)
<AdditionalUnsubsidizedCode>Neither</AdditionalUnsubsidizedCode>
(400)
<CapitalizedInterestIndicator>true</CapitalizedInterestIndicator>
(401)
<LastDisbursementAmount>1313</LastDisbursementAmount> (402)
<LastDisbursementDate>2002-11-20</LastDisbursementDate> (403)
</LoanData>
</FinancialAidHistory>
</Student>
</CommonRecordISIR>

February 2003 DRAFT - 68 -


ISIR Record Layout and Data Description

VALID FIELD VALUES ATTACHMENT for use with XML ISIR Record Layout and Data
Description
_________________________________________

State Codes (and description) for use with 2003-04 ISIR Fields 12, 17, 29 & 71. Only the code
will be provided as a valid field value.

ALABAMA AL MINNESOTA MN
ALASKA AK MISSISSIPPI MS
AMERICAN SAMOA AS MISSOURI MO
ARIZONA AZ MONTANA MT
ARKANSAS AR NEBRASKA NE
CALIFORNIA CA NEVADA NV
CANADA CN NEW HAMPSHIRE NH
COLORADO CO NEW JERSEY NJ
CONNECTICUT CT NEW MEXICO NM
DELAWARE DE NEW YORK NY
DISTRICT OF COLUMBIA DC NORTH CAROLINA NC
FEDERATED STATES OF NORTH DAKOTA ND
MICRONESIA FM NORTHERN MARIANAS MP
FLORIDA FL OHIO OH
FOREIGN COUNTRY FC OKLAHOMA OK
GEORGIA GA OREGON OR
GUAM GU PENNSYLVANIA PA
HAWAII HI PUERTO RICO PR
IDAHO ID REPUBLIC OF PALAU PW
ILLINOIS IL RHODE ISLAND RI
INDIANA IN SOUTH CAROLINA SC
IOWA IA SOUTH DAKOTA SD
KANSAS KS TENNESSEE TN
KENTUCKY KY TEXAS TX
LOUISIANA LA UTAH UT
MAINE ME VERMONT VT
MARSHALL ISLAND MH VIRGIN ISLANDS VI
MARYLAND MD VIRGINIA VA
MASSACHUSETTS MA WASHINGTON WA
MEXICO MX WEST VIRGINIA WV
MICHIGAN MI WISCONSIN WI
* MILITARY LOCATIONS AA WYOMING WY
AE
AP

* Codes for permanent Address State only - Not State of Legal Residence and Driver’s License State

February 2003 DRAFT - 69 -


ISIR Record Layout and Data Description

Batch Number Information for use with ISIR Field 116


The structure of the 23-character unique EDE batch number is as follows:
#X4ZZZZZZCCYYMMDDHHMMSS where, #X = the record type indicator, with a pound sign (#) followed by
the character below to signify the record type:

A = Electronic App ISIRs


C = Correction/Duplicate ISIRs
E = Automatic ISIRs
F = Federal Data Requests ISIRs
G = CPS System Generated ISIRs
I = Year-To-Date (YTD) ISIRs
K = State Agency Non-Resident ISIRs
L = State Agency Resident ISIRs
Y = Reprocessed Records ISIRs
Z = CPS System Generated ISIRs

4 = year indicator (always "4" for 2003-2004 data)

ZZZZZZ = the 6-digit valid Federal School Code or State Agency 3 byte Code followed by 3 spaces

CCYYMMDD = the current date in century, year, month, day format

HHMMSS = the current time in hours, minutes, seconds format

Example:
A batch number of #C4E1234520030509141532 signifies a batch of 2003-2004 corrections transmitted to CPS
from a school with a 6-digit code of E12345 on May 9, 2003 at 2:15:32 PM.

A batch number for a State Agency using the same example would look like: #C4IA1 20030509141532

February 2003 DRAFT - 70 -


ISIR Record Layout and Data Description

2003-2004 Reject Reason Codes (and description) for use with ISIR Field 146. Only the code will be provided as a valid
field value.

Code Condition
19 Student on drug abuse hold file
2 Incomplete application or renewal application
1 Simplified needs test not met and all supplemental data is blank
17 Citizenship blank or No
13 First and last name blank
N First or last name blank
18 SSN not on SSA data base
P Invalid SSN range
R SSN match but no Date of Birth match
8 SSN match with Date of death
5 Date of birth blank or invalid
A Date of birth year equal to 1900-1928
B Independent, date of birth equals 09/01/87 or greater, and date of birth year is not equal to or
greater than current year
12 Taxes paid greater than or equal to AGI
C Taxes paid greater than or equal to 40% of AGI
10 Marital status and number of family members blank
W Number of family members is 15 or more
11 Not married, two earnings reported (parents/indep. student)
14 No student signature on paper application or SAR
15 No parent signature on application or SAR
16 No student signature on Web application
9 Dependent, Father’s and Mother’s SSN blank
D Dependent, Father’s SSN in invalid range

February 2003 DRAFT - 71 -


ISIR Record Layout and Data Description

E Dependent, Mother’s SSN in invalid range

February 2003 DRAFT - 72 -


ISIR Record Layout and Data Description

2003-04 SAR/ISIR Fields that can be Assumed for use with ISIR Fields 241-264

CitizenshipStatusCode
Student MaritalStatusCode
Student AdjustedGrossIncome
Student IncomeTaxPaid
StudentEarnedIncome
SpouseEarnedIncome
Student WorksheetC
BornBeforeCutoffIndicator
MarriedIndicator
SupportsChildrenIndicator
LegalDependentsIndicator
VeteranIndicator
Student FamilyMembers
Student NumberInCollege
Parent MaritalStatus
Father SSN
Mother SSN
Parent FamilyMembers
Parent NumberInCollege
Parent AdjustedGrossIncome
Parent IncomeTaxPaid
FatherEarnedIncome
MotherEarnedIncome
Parent WorksheetC

February 2003 DRAFT - 73 -


ISIR Record Layout and Data Description

2003-04 SAR/ISIR Fields that can be Verified, Corrected or Highlighted for use with ISIR Fields 168, 169 and 170

LastName Student WorksheetA Parent InvestmentNetWorth


FirstName Student WorksheetB Parent
MiddleInitial Student WorksheetC BusinessFarmNetWorth
AddressLine Student InvestmentNetWorth Parent CashSavingsChecking
AddressCity Student Student FamilyMembers
AddressStateProvinceCode BusinessFarmNetWorth Student NumberInCollege
AddressPostalCode Student CashSavingsChecking School FederalSchoolCode (1)
SSN VeteansBenefits Housing Code (1)
BirthDate NumberOfMonths School FederalSchoolCode (2)
PermanentPhoneNumber VeteransBenefits Housing Code (2)
DriversLicenseNumber MonthlyBenefitAmount School FederalSchoolCode (3)
DriversLicenseState BornBeforeCutoffIndicator Housing Code (3)
CitizenshipStatusCode MastersOrDoctorateIndicator School FederalSchoolCode (4)
AlienRegistrationNumber MarriedIndicator Housing Code (4)
Student MaritalStatusCode SupportsChildrenIndicator School FederalSchoolCode (5)
Student MaritalStatusDate LegalDependentsIndicator Housing Code (5)
SummerHeaderCode OrphanWardOfCourtIndicato School FederalSchoolCode (6)
FallEnrollmentCode r Housing Code (6)
WinterEnrollmentCode VeteranIndicator EmailAddress
SpringEnrollmentCode Parent MaritalStatusCode SignatureDate
SummerTrailerCode Parent MaritalStatusDate SignatureSource
Father EducationLevel Father SSN Preparer SSN
Mother EducationLevel Father LastName Preparer
Student LegalResidenceState Mother SSN EmployeeIdentificationNumb
Student LegalResidentCutoff Mother LastName er
Student LegalResidenceDate Parent FamilyMembers Preparer SignatureIndicator
SelectiveServiceMale Parent NumberInCollege
SelectiveServiceRegister Parent
DegreeCertificateCode LegalResidenceStateCode
StudentLevelCode Parent LegalResidentByCutoff
HighSchoolDiplomaGED Parent LegalResidenceDate
FirstBachelorsByCutoff OlderParentAge
StudentLoanInterest Parent TaxReturnStatusCode
WorkStudyInterest Parent TaxFormCode
DrugConvictionCode Parent 1040A/EZEligibleCode
Student TaxReturnStatusCode Parent AdjustedGrossIncome
Student TaxFormCode Parent IncomeTaxPaid
Student Parent ExemptionsClaimed
1040A/EZEligibleCode FatherEarnedIncome
Student AdjustedGrossIncome MotherEarnedIncome
Student IncomeTaxPaid Parent WorksheetA
Student ExemptionsClaimed Parent WorksheetB

February 2003 DRAFT - 74 -


ISIR Record Layout and Data Description

StudentEarnedIncome Parent WorksheetC


SpouseEarnedIncome

February 2003 DRAFT - 75 -


ISIR Record Layout and Data Description

2003-2004 ISIR and SAR Acknowledgement Comment Codes (and Text) for use with ISIR
Fields 265 and 266. Only the code will be provided as a valid field value.

AR Acknowledgement
Comment Code SAR Acknowledgement Comment Text Definition
Thank you for submitting your information for federal student aid to the U.S.
1 Department of Education.

This is your Student Aid Report (SAR) Acknowledgement for the 2003-2004 award
year. Keep a copy of this SAR Acknowledgement for your records.

We have processed your application for federal student aid or the correction that
you submitted electronically through your school or on the Web. On the back of
this page we printed the information we received and a summary of the results of
processing that information. We may have assumed certain information to calculate
your eligibility for federal student aid. We printed any assumptions we made and
the word "assumed" for the items on the back of the page. You can make
corrections by going to www.fafsa.ed.gov and using your PIN or by contacting your
Financial Aid Administrator (FAA) if:
- the assumptions we made are not correct,
- you need to make other corrections, or
- we indicate below that more information is needed to determine your
eligibility.
Contact your FAA if:
- we indicate below you are selected for verification, or
- we indicate below you must work with your FAA to resolve some
eligibility issues.
You need to give us more information before we can determine your eligibility for
2 federal student aid.
If all the information on this SAR Acknowledgement is correct, you may be eligible
3 to receive a Federal Pell Grant and other federal student aid in 2003-2004. Your
FAA will determine what types of aid and how much you are eligible to receive.
You may not be eligible for a Federal Pell Grant because you reported that you have
4 a Bachelor's degree or are working on a degree beyond a bachelor's degree.
However, you may be eligible for other types of aid.
Based on the information you gave us, you are not eligible for a Federal Pell Grant.
5 However, you may be eligible for other types of aid.
Your application has been selected for revie w in a process called verification. Your
6 school has the authority to request copies of certain financial documents from you.
You must work with your FAA to resolve data matching issues that resulted from
7 processing your application before the FAA can determine if you are eligible to
receive federal student aid.
You must work with your FAA to resolve your response to Question 35 before the
8 FAA can determine if you are eligible to receive federal student aid.

February 2003 DRAFT - 76 -


ISIR Record Layout and Data Description

AR Acknowledgement
Comment Code SAR Acknowledgement Comment Text Definition
Unless you are completing verification, it may be too late for you to make
9 corrections or give us any more information this year. If you are still completing
verification and you need to correct your information, contact the FAA at your
school for assistance. We must have your corrections no later than August 16,
2004.

ISIR
Comment ISIR Comment Text Definition
Code
001 This is a copy of the ISIR you requested.
003 This ISIR shows corrections to your data that was previously entered incorrectly.
004 This ISIR has been produced due to a change in your financial aid history information in the
National Student Loan Data System (NSLDS) that may affect your eligibility for federal student
aid.
005 We were unable to read all of the information on your application or SAR because it was
damaged. Please review all of the items on this ISIR and make any corrections as needed.
006 If you need additional help with your ISIR, contact your school Financial Aid Administrator
(FAA) or the Federal Student Aid Information Center at 1-800-4-FED-AID (1-800-433-3243). If
your address changes, contact your school or call 1-800-4-FED-AID and ask a customer service
representative to make the change for you.
009 We cannot process your application further because of issues raised by terms of the Anti-Drug
Abuse Act of 1988. For information on how to proceed, you must contact us within 30 days from
the date of this letter by telephone at 202-377-3243.
010 For additional information about your FSEOG overpayment, your Financial Aid Administrator
must access NSLDS.
013 You cannot change your social security number because the Social Security Administration
already verified that this social security number belongs to you.
018 You must provide your date of birth.
020 To resolve your Pell overpayment, your Financial Aid Administrator must access NSLDS for
additional Pell overpayment information.
023 It appears that the social security number you reported on your application is not valid. Review
the number you reported and make the necessary corrections.
024 The Social Security Administration (SSA) did not confirm that the social security number you
reported on your aid application is valid. If you believe that the number you reported is correct,
contact the SSA. If the social security number is incorrect, you should submit a new application
with the correct social security number.

February 2003 DRAFT - 77 -


ISIR Record Layout and Data Description

ISIR
Comment ISIR Comment Text Definition
Code
026 If you want to register with Selective Service, you may answer "Yes" to both “Are You Male?”
and “Register for Selective Service?” on this ISIR, complete a Selective Service registration form at
your local post office, or register online at www.sss.gov. Selective Service will not process your
registration until 30 days before your 18th birthday.
028 We have forwarded your name to Selective Service for registration, as you requested. They will
process your registration request 30 days prior to your 18th birthday.
030 The Selective Service reported that you have not registered with them. If you are female or were
born before 1960, registration is not required. Otherwise, if you have not yet registered, are male,
and are 18 through 25 years of age, to receive aid you must answer "Yes" to both “Are You
Male?” and “Register for Selective Service?” on this ISIR, complete a Selective Service registration
form at your local post office, or register online at www.sss.gov. If you believe you have already
registered or are exempt, please contact the Selective Service at 847-688-6888.
031 We have forwarded your name to Selective Service for registration, as you requested.
033 We could not send your name to Selective Service as you requested because you did not give us
enough information, you are outside the age range for registration, or you did not sign your
form. If you are at least 18 but not yet 26, you may register by answering "Yes" to both “Are You
Male?” and “Register for Selective Service?” on this ISIR. You may also register by completing a
Selective Service registration form, available at your local post office, or by registering online at
www.sss.gov. If you are a male who has reached age 26, you cannot use the ISIR to register. You
must contact Selective Service at 847-688-6888 to resolve your registration status before you can
receive federal student aid. You are exempt from registering if born before 1960.
037 Certain post-baccalaureate students enrolled in teaching credential programs may be eligible for
a Federal Pell Grant.
038 To resolve your Pell overpayment, your Financial Aid Administrator must contact the school
associated with the Pell overpayment.
039 To resolve your Pell overpayments, your Financial Aid Administrator must access NSLDS for
additional Pell overpayment information.
040 You already submitted an application to us for this school year. This ISIR contains the same
information as the ISIR you received from your previous application. We made updates only to
the schools you listed or your address.
041 To resolve your Pell overpayment, call the U.S. Department of Education at 1-800-621-3115, or
write to the U.S. Department of Education, P.O. Box 4222, Iowa City, Iowa 52245.
042 To resolve your Pell overpayment, call the U.S. Department of Education at 1-800-621-3115, or
write to the U.S. Department of Education, P.O. Box 4222, Iowa City, Iowa 52245.
043 To resolve your Pell overpayment, call the U.S. Department of Education at 1-800-621-3115, or
write to the U.S. Department of Education, P.O. Box 4222, Iowa City, Iowa 52245.
046 This ISIR has been produced due to information we received from the Immigration and
Naturalization Service (INS) regarding your citizenship status. The INS did not confirm your
statement that you are an eligible noncitizen. You must submit proof of your noncitizen
eligibility to your school. If you fail to submit proof within 30 days, or longer if your school
allows, you may not be eligible for federal student aid.

February 2003 DRAFT - 78 -


ISIR Record Layout and Data Description

ISIR
Comment ISIR Comment Text Definition
Code
047 There are issues with your application information that need to be resolved before your eligibility
can be determined. Read this letter carefully and review any items marked on this ISIR. After
making all necessary corrections, you and your parent must return all documentation to your
school.
048 You have reported a social security number for your parent that is the same as yours.
049 You must report a social security number for your father or mother. If your parent does not have
a social security number, you should correct that field to all zeroes.
050 There are issues with your application information that need to be resolved before your eligibility
can be determined. Read this letter carefully and review any items marked on this ISIR. After
making all necessary corrections, you must return all documentation to your school.
051 You did not provide the complete socia l security number and name for your parent(s).
052 Your answer to “Drug Conviction Affecting Eligibility?” has changed since you filed your initial
application.
053 You left “Drug Conviction Affecting Eligibility?” blank. Your failure to provide an answer to this
question makes you ineligible to receive Title IV aid. Either indicate that you have never been
convicted of possessing or selling illegal drugs or use the enclosed worksheet to determine your
answer to this question. In any case, you can correct this item by calling 1-800-4-FED-AID (1-800-
433-3243) or by going to www.fafsa.ed.gov. You can also see your Financial Aid Administrator
for assistance. Please understand that a drug conviction does not necessarily disqualify you from
receiving student aid.
054 You reported a '2' in response to “Drug Conviction Affecting Eligibility?”. This indicates that you
are ineligible for federal student aid for part of the 2003-2004 school year. Your period of
ineligibility resulting from your drug-related conviction(s) ends on or after July 1, 2003 but before
June 30, 2004. You should contact your Financial Aid Administrator when your ineligibility
period ends so that he or she can determine if you may receive federal funds during the 2003-
2004 award year.
055 Your denial of benefits under the Anti-Drug Abuse Act of 1988 has been resolved and processing
of your student aid application may continue.
056 You reported in “Drug Conviction Affecting Eligibility?” that you have been convicted of an
illegal drug offense. If you determine that your conviction(s) do not affect your eligibility for
federal student aid, or affect it for only part of the 2003-2004 school year, you must correct “Drug
Conviction Affecting Eligibility?” by using this report. You can also correct this item or get
additional help with this question by calling 1-800-4-FED-AID (1-800-433-3243).

YOU ARE NOT ELIGIBLE FOR FEDERAL STUDENT AID WHILE YOUR ANSWER TO “DRUG
CONVICTION ELIGIBILITY” IS ‘3’. Whether or not your conviction(s) affect your eligibility for
federal student aid, you may still be eligible to receive state, school, or other non-federal student
aid.

February 2003 DRAFT - 79 -


ISIR Record Layout and Data Description

ISIR
Comment ISIR Comment Text Definition
Code
057 Selective Service did not register you because you did not answer “Yes” to “Are You Male?”. If
you want to register, answer "Yes" to BOTH “Are You Male?” and “Register for Selective
Service?” on this ISIR, complete a Selective Service registration form at your local post office, or
register on-line at www.sss.gov
058 You reported in “Drug Conviction Affecting Eligibility?” that you are not eligible for federal
student aid as a result of a drug-related conviction, or that you do not know if your conviction(s)
affect your eligibility. You may still be eligible to receive state, school, or other non-federal
student aid. If you determine that you have incorrectly answered this question, you must correct
“Drug Conviction Affecting Eligibility?” by using this report. You can also correct this item or
get help with this question by calling 1-800-4-FED-AID (1-800-433-3243).
059 The Social Security Administration could not determine if the social security number you
reported belongs to you because you did not give us your last name and/or date of birth.
Review these items and make the necessary corrections.
060 The date of birth you reported on your application doesn’t match the Social Security
Administration's records. If the date of birth you reported is correct, contact SSA. If it is incorrect,
you should make corrections on this ISIR.
061 The name you reported on your application doesn’t match the Social Security Administration’s
records. If the name you reported is correct, contact SSA. If it is incorrect, you should make
corrections on this ISIR.
062 The Social Security Administration could not confirm your claim of U.S. citizenship because of
questions about your social security number, name, or date of birth.
064 As we indicated on your previous ISIR, the name you reported on your application does not
correspond with the social security number you provided. If the name you reported is correct,
contact SSA. If it is incorrect, you should make corrections on this ISIR.
065 To resolve your FSEOG overpayment, call the U.S. Department of Education at 1-800-621-3115, or
write to the U.S. Department of Education, P.O. Box 4222, Iowa City, Iowa 52245.
066 To resolve your FSEOG overpayment, call the U.S. Department of Education at 1-800-621-3115, or
write to the U.S. Department of Education, P.O. Box 4222, Iowa City, Iowa 52245.
067 To resolve your FSEOG overpayment, call the U.S. Department of Education at 1-800-621-3115, or
write to the U.S. Department of Education, P.O. Box 4222, Iowa City, Iowa 52245.
068 You did not indicate on your application that you are a U.S. citizen or an eligible noncitizen. To
be eligible to receive federal student aid, a student must be – (1) A U.S. citizen (or U.S. National),
or (2) An eligible noncitizen, such as a U.S. permanent resident or a resident of certain Pacific
Islands, or as determined by the Department of Education.
069 Review your date of birth and either confirm the date you have reported or make the necessary
corrections.
070 You reported that you will either have a bachelor's degree by July 1, 2003 or you will be working
on a degree beyond a bachelor's degree. Graduate students are eligible for most types of federal
aid, but generally not the Federal Pell Grant.
072 Review your date of birth and either confirm the date you have reported or make the necessary
corrections.

February 2003 DRAFT - 80 -


ISIR Record Layout and Data Description

ISIR
Comment ISIR Comment Text Definition
Code
075 You must report your marital status as of the date that you signed your original application. You
should not update this item if your marital status changed after you signed and submitted your
application.
076 Social Security Administration (SSA) records indicate that the social security number (SSN) you
provided belongs to you but also belongs to a deceased person. If the SSN you reported is
correct, you must contact an SSA office to resolve this problem.
077 To resolve your FSEOG overpayment, your FAA must contact the school associated with the
FSEOG overpayment.
078 The U.S. Department of Education granted permission to process your application after the July
1, 2004 deadline.
079 To resolve your FSEOG overpayments, your Financial Aid Administrator must access NSLDS for
additional FSEOG overpayment information.
080 We recently received a student aid application with an incomplete name from this address. The
applicant should review the ISIR and provide his or her full name. If the applicant does not have
both a first and a last name, contact your FAA for assistance.
082 We recently received a student aid application with no name from this address. The applicant
must provide a full name on this ISIR.
085 We assumed your parent(s) did or will file a 2002 income tax return.
086 To resolve your Perkins overpayment, your Financial Aid Administrator must access NSLDS for
additional Perkins overpayment information.
087 We assumed your parent(s) did not and will not file a 2002 income tax return.
089 Review your parents’ marital status. If your parents are not married, provide the income for only
the parent(s) who support(s) you.
090 To resolve your Perkins overpayment, your Financial Aid Administrator must contact the school
associated with the Perkins overpayment.
094 It appears you reported the same adjusted gross income value for you and your parent(s).
Review these items and make any necessary corrections.
095 We assumed you did or will file a 2002 U.S. income tax return.
097 We assumed you did not and will not file a 2002 U.S. income tax return.
099 Review your marital status. You should report income for a spouse only if you were married as
of the date you submitted your application.
100 To resolve your Perkins overpayment, call the U.S. Department of Education at 1-800-621-3115, or
write to the U.S. Department of Education, P.O. Box 4222, Iowa City, Iowa 52245.
101 To resolve your Perkins overpayment, call the U.S. Department of Education at 1-800-621-3115, or
write to the U.S. Department of Education, P.O. Box 4222, Iowa City, Iowa 52245.
102 To resolve your Perkins overpayment, call the U.S. Department of Education at 1-800-621-3115, or
write to the U.S. Department of Education, P.O. Box 4222, Iowa City, Iowa 52245.
103 We could not find one or more of the schools you listed in our file of eligible schools. To receive
federal student aid, you must attend a school that participates in the federal student aid
programs.

February 2003 DRAFT - 81 -


ISIR Record Layout and Data Description

ISIR
Comment ISIR Comment Text Definition
Code
104 ATTENTION: You did not list any schools or the schools you listed are not in our file of eligible
schools. To receive federal student aid, you must attend a school that participates in the federal
student aid programs.
105 This ISIR has been produced because we received information from the Immigration and
Naturalization Service (INS) regarding your citizenship status. The INS has not yet confirmed
your statement that you are an eligible noncitizen. You must submit proof of your noncitizen
eligibility to your school. If you fail to submit proof to your school within 30 days, or longer if
your school allows, you may not be eligible for federal student aid.
106 You have corrected information on your ISIR more than 10 times. Before sending in another
correction, contact your Financial Aid Administrator for assistance.
107 To resolve your Perkins overpayments, your Financial Aid Administrator must access NSLDS for
additional Perkins overpayment information.
108 Your parent did not sign your application or the corrections you submitted. If your parent is not
able to sign, see your Financial Aid Administrator or High School Counselor.
109 This ISIR has been produced because we received information from the Immigration and
Naturalization Service (INS) regarding your citizenship status. The INS did not have enough
information to confirm your statement that you are an eligible noncitizen. You must contact the
Financial Aid Administrator at your school to find out what information is needed. If you fail to
submit the required information within 30 days, or longer if your school allows, you may not be
eligible for federal student aid.
110 We have not received the signature page from your FAFSA on the Web application or correction.
We must have your signature before we can determine your eligibility for federal student aid.
111 The amount you reported for taxes paid by your parent(s) is equal to or greater than the amount
you reported for their adjusted gross income. Review these items and make the necessary
corrections.
112 Based on the information we have on record for you, your EFC is . Your school will use this
number to determine what types of aid and how much you are eligible for. You are not eligible
for a Federal Pell Grant but you may be eligible for other aid.
113 We assumed the value for number in college based on your parents’ marital status and number of
family members. Your parents should not be included in the number in college.
114 The amount you reported for your taxes paid is equal to or greater than the amount you reported
for your adjusted gross income. Review these items and make the necessary corrections.
115 The National Student Loan Data System (NSLDS) indicates that one or more federal student
loans have been discharged. If you have questions, see the Financial Aid Administrator at your
school.
116 The National Student Loan Data System (NSLDS) indicates you have one or more student loans
in an active bankruptcy status. Before you can receive any additional federal student loans, you
must see your Financial Aid Administrator.
117 We assumed certain information to calculate your eligibility for federal student aid. We printed
an asterisk (*) next to the items containing assumed information. If our assumptions are correct,
do not change them. If they are incorrect, you sh ould make corrections on this ISIR.

February 2003 DRAFT - 82 -


ISIR Record Layout and Data Description

ISIR
Comment ISIR Comment Text Definition
Code
118 Be sure to review the items marked with an “h” or an “*” on your ISIR and make corrections if
necessary.
120 This ISIR has been produced because we received information from the Immigration and
Naturalization Service (INS) regarding your citizenship status. Your citizenship status has been
confirmed by the INS and you meet the citizenship requirements for federal student aid.
124 Contact the following agency(ies) regarding your defaulted federal student loan:
125 If you want to be considered for a Federal Pell Grant, your Financial Aid Administrator must
receive your ISIR by August 16, 2004, or your last day of enrollment, whichever comes first.
Other student aid programs have different deadlines.
127 It may be too late to submit any corrections to your ISIR. If you want to be considered for a
Federal Pell Grant, your school must receive a complete, correct ISIR no later than August 16,
2004, or your last day of enrollment, whichever comes first. Other student aid programs have
different deadlines. Under certain circumstances, students selected for verification have an
additional 60 days from their last day of enrollment, but no later than August 16, 2004, to submit
corrections.
128 It may be too late for you to make corrections or give us any more information for this year. Your
school must have your corrected ISIR no later than August 16, 2004.
129 You must provide your parent(s) income information in Step Four.
130 You must provide your income information in Step Two.
132 The National Student Loan Data System (NSLDS) indicates that you are in DEFAULT on a
federal student loan. You are not eligible to receive any federal student aid until your default has
been resolved.
133 The National Student Loan Data System (NSLDS) indicates that you received at least one
overpayment of federal student aid funds. You are required by law to repay any funds received
from the federal student aid programs to which you were not entitled. You are not eligible to
receive any federal student aid until your overpayment has been resolved.
134 The National Student Loan Data System (NSLDS) indicates that you are in DEFAULT on at least
one federal student loan and that you received at least one overpayment of federal student aid
funds. You are not eligible to receive any federal student aid until these items have been
resolved.
135 To resolve your defaulted federal student loan(s), contact the lender associated with the loan.
136 To resolve your defaulted federal student loan(s), contact the school associated with the loan.
138 The National Student Loan Data System (NSLDS) found your reported social security number on
their database, but your name and date of birth did not match. Therefore this ISIR does not
contain the financial aid history that is associated with your reported SSN.
141 You changed your response to citizenship or you changed the Alien Registration Number
verified with INS. You must submit proof of your citizenship status to your Financial Aid
Administrator.

February 2003 DRAFT - 83 -


ISIR Record Layout and Data Description

ISIR
Comment ISIR Comment Text Definition
Code
142 The Immigration and Naturalization Service (INS) could not confirm your statement that you are
an eligible noncitizen because there is a question about your Alien Registration Number. You
must submit proof of your noncitizen eligibility to your school. If you fail to submit proof within
30 days, or longer if your school allows, you may not be eligible for federal student aid.
143 Your citizenship status has been confirmed by the Immigration and Naturalization Service (INS)
and you meet the citizenship requirements for federal student aid.
144 The Immigration and Naturalization Service (INS) has not yet confirmed your statement that you
are an eligible noncitizen. INS will continue to check their records and we will notify you when
we have received more information from them.
145 According to Social Security Administration (SSA) records, the social security number you
provided belongs to a deceased person. If the SSN you reported is correct, you must contact an
SSA office to resolve this problem.
146 The Social Security Administration (SSA) did not confirm that you are a U.S. citizen. You need to
provide your school with documentation of your citizenship status before you can receive federal
student aid.
148 We assumed the number in college should be one. Your parents should not be included.
149 Based on the information we have on record for you, your EFC is . Your school will use this
number to determine what types of aid and how much you are eligible for. You may be eligible to
receive a Federal Pell Grant and other federal student aid.
150 You must provide asset information for you in Step Two and for your parent(s) in Step Four.
151 You must provide your asset information in Step Two.
154 The amount you reported for taxes paid by your parent(s) appears to be over the allowable
amount based on what you reported for their adjusted gross income. Review these items and
make the necessary corrections.
155 The amount you reported for your taxes paid appears to be over the allowable amount based on
what you reported for your adjusted gross income. Review these items and make the necessary
corrections.
156 If your parents have now filed their 2002 tax return, correct this ISIR to reflect the information as
reported on their tax return. If your parents still haven't filed, notify your Financial Aid
Administrator once they file.
157 If you have now filed your 2002 tax return, correct this ISIR to reflect the information as reported
on your tax return. If you still haven't filed, notify your Financial Aid Administrator once you
file.
158 You are not eligible to receive a Federal Pell Grant because you reported that you have a
bachelor's degree or you are working on a degree beyond a bachelor's degree, or both. Your
Financial Aid Administrator will determine what types of federal student aid you are eligible to
receive.
159 You MAY not be eligible to receive a Federal Pell Grant because you reported that you have a
bachelor's degree or you are working on a degree beyond a bachelor's degree, or both. Your
Financial Aid Administrator will determine what types of federal student aid you are eligible to
receive.

February 2003 DRAFT - 84 -


ISIR Record Layout and Data Description

ISIR
Comment ISIR Comment Text Definition
Code
160 You did not sign your application or correction, or the date that you indicated that you
completed your application is prior to January 1, 2003, or later than the date the application was
received. You must sign and return this ISIR before we can determine your eligibility for federal
student aid.
161 We could not match your information with the Department of Veterans Affairs (VA) because you
did not give us your full name and/or date of birth. You should review and correct these items
on your ISIR.
162 The Department of Veterans Affairs (VA) did not confirm that you are or will be a qualifying
veteran for purposes of receiving federal student aid for the 2002-2003 2003-2004 school year. If
VA is correct, you must provide your parents' information (including signature) on this ISIR if
you have not already done so. If you believe you are or will be a qualifying veteran, see your
Financial Aid Administrator.
163 The Department of Veterans Affairs (VA) did not confirm that you are or will be a qualifying
veteran for the 2003-2004 school year. If VA is not correct, you should contact a VA office to
resolve this problem.
165 It appears that the social security numbers you reported on your application for your father and
mother are not valid. Review the numbers you reported and make the necessary corrections.
166 It appears that the social security number you reported on your application for your father is not
valid. Review the number you reported and make the necessary corrections.
167 It appears that the social security number you reported on your application for your mother is
not valid. Review the number you reported and make the necessary corrections.
168 You must provide answers for your parents' marital status and number of family members.
169 You must provide answers for your marital status and number of family members.
170 Your application has been selected for review in a process called verification. Your school has the
authority to request copies of certain financial documents from you and your parent(s).
171 Your application has been selected for review in a process called verification. Your school has the
authority to request copies of certain financial documents from you (and your spouse).
172 This Institutional Student Information Record (ISIR) was produced because of a processing
change, and updates your previous ISIR.
173 The Department of Veterans Affairs (VA) did not confirm that you are or will be a qualifying
veteran for purposes of receiving federal student aid for the 2003-2004 school year. If VA is
correct, you must provide your parents' information (including signature) on this ISIR if you
have not already done so. If you believe you are or will be a qualifying veteran, contact a VA
office to resolve this problem.
174 The Department of Veterans Affairs (VA) did not confirm that you are or will be a qualifying
veteran for the 2003-2004 school year. If VA is not correct, you should contact a VA office to
resolve this problem.
175 You reported that you are married and have dependents other than a spouse, but that your
number of family members is 2. These answers are inconsistent.
176 You reported that you do not have children or other legal dependents, but that your number of
family members is greater than 2. These answers are inconsistent.

February 2003 DRAFT - 85 -


ISIR Record Layout and Data Description

ISIR
Comment ISIR Comment Text Definition
Code
177 You reported that you are not married and do not have children or other legal dependents, but
that your number of family members is 2. These answers are inconsistent.
178 Review the number of family members you have reported for your parent(s) and either confirm
your answer or make the necessary corrections.
179 Review the number of family members you have reported and either confirm your answer or
make the necessary corrections.
180 The Department of Veterans Affairs (VA) has confirmed that you are currently serving in the U.S.
Armed Forces. You indicated on your application that you will be released from active duty by
June 30, 2004. You must provide documentation of this to your Financial Aid Administrator
before you can receive federal student aid.
181 Debt Collection Service, 1-800-621-3115. (GA 611)
182 Debt Collection Service, 1-800-621-3115. (GA 620)
183 Debt Collection Service, 1-800-621-3115. (GA 627)
184 Debt Collection Service, 1-800-621-3115. (GA 631)
185 Debt Collection Service, 1-800-621-3115. (GA 654)
186 Debt Collection Service, 1-800-621-3115. (GA 656)
187 Debt Collection Service, 1-800-621-3115. (GA 701)
188 United Student Aid Funds, Alaska Claims Assistance, 1-800-331-2314. (GA 702)
189 Student Loan Guarantee Foundation of Arkansas, Collections, 1-800-622-3446. (GA 705)

190 EdFund, 1-800-367-1589. (GA 706)


191 Colorado Guaranteed Student Loan Program, 303-305-3000. (GA 708)
192 Connecticut Student Loan Foundation, Collections, 1-800-237-9721 or 860-257-4001. (GA 709)
193 Debt Collection Service, 1-800-621-3115. (GA 710)
194 Debt Collection Service, 1-800-621-3115. (GA 711)
195 Florida Department of Education, Defaulted Borrowers Assistance, 1-800-366-3475 or 850-410-
5200. (GA 712)
196 Georgia Student Finance Commission, Collections, 1-800-776-6878 or 770-724-9000. (GA 713)
197 Northwest Education Loan Association, Collection Office, 1-800-552-0686. (GA 716)
198 Illinois Student Assistance Commission, Claims and Collections, 1-800-934-3572 or 847-948-8500.
(GA 717)
199 United Student Aid Funds, Indiana Claims Assistance, 1-800-331-2314. (GA 718)
200 Iowa College Student Aid Commission, Claims Dept., 1-800-383-4222 or 515-242-3344. (GA 719)
201 Kentucky Higher Education Assistance Authority, Collections Office, 1-800-928-8926 or 502-696-
7281. (GA 721)
202 Louisiana Office of Student Financial Assistance, 1-800-256-6882 or 1-800-259-5626 (GA 722)
203 United Student Aid Funds, Maine Claims Assistance, 1-800-331-2314 or 317-849-6510. (GA 723)
204 United Student Aid Funds, Maryland Claims Assistance, 1-800-331-2314. (GA 724)
205 American Student Assistance, Collections, 1-800-999-9080 or 617-426-9434. (GA 725)
206 Michigan Higher Education Assistance Authority, Collections, 1-800-642-5626 or 517-373-0760.
(GA 726)

February 2003 DRAFT - 86 -


ISIR Record Layout and Data Description

ISIR
Comment ISIR Comment Text Definition
Code
207 Great Lakes Higher Education Corporation, 1-800-354-6980. (GA 727)
208 Debt Collection Service, 1-800-621-3115. (GA 728)
209 Missouri Default Collection Services, BTI Services, 1-800-824-4893, Ext. 1. (GA 729)
210 Montana Guaranteed Student Loan Program, Claims Management, 1-800-537-7508 or 406-444-
0395. (GA 730)
211 National Student Loan Program (NSLP), Collection Office, 1-800-735-8778, Ext. 6380 or 402-479-
6800. (GA 731)
212 United Student Aid Funds, Nevada Claims Assistance, 1-800-331-2314. (GA 732)
213 New Hampshire Higher Education Assistance Foundation, Claims Section, 1-800-525-2577 or 603-
225-6612. (GA 733)
214 New Jersey Higher Education Student Assistance Authority, 1-800-792-8670. (GA 734)
215 New Mexico Educational Assistance Foundation, 1-800-279-5063 or 505-345-3371. (GA 735)
216 New York State Higher Education Services Corporation, Office of Default, 1-800-666-0991. (GA
736)
217 North Carolina State Education Assistance Authority, Collections, 1-800-544-1644. (GA 737)
218 North Dakota Post Claims Collections, 1-800-472-2166, Ext. 5662 or 701-328-5662. (GA 738)
219 Debt Collection Service, 1-800-621-3115. (GA 739)
220 Oklahoma Guaranteed Student Loan Program, Collection Office, 1-800-522-8022 or 405-858-4375.
(GA 740)
221 Oregon Student Assistance Commission, Collection Office, 1-800-457-0135. (GA 741)
222 Pennsylvania Higher Education Assistance Agency, 1-800-233-0751. (GA 742)
223 Rhode Island Higher Education Assistance Authority, 1-800-922-9855 or 401-736-1100. (GA 744)
224 South Carolina State Education Assistance Authority, Collections, 1-800-347-2752 or 803-798-0916.
(GA 745)
225 Education Assistance Corporation, 1-800-874-8982 or 605-622-4347. (GA 746)
226 Tennessee Default Collection Services, BTI Services, 1-800-257-6528, Ext. 1. (GA 747)
227 Texas Guaranteed Student Loan Corp., Collections, 1-800-252-9743 or 512-219-7337. (GA 748)
228 Utah Higher Education Assistance Agency, 801-321-7200 or 1-800-418-8757. (GA 749)
229 Vermont Student Assistance Corp., 1-800-642-3177 or 802-655-9602, Ext. 278. (GA 750)
230 Debt Collection Service, 1-800-621-3115. (GA 751)
231 Northwest Education Loan Association, Collection Office, 1-800-552-0686. (GA 753)
232 Great Lakes Higher Education Corporation, 1-800-354-6980. (GA 755)
233 Debt Collection Service, 1-800-621-3115. (GA 772)
234 Debt Collection Service, 1-800-621-3115. (GA 778)
235 United Student Aid Funds, Post Claims Assistance, 1-800-331-2314. (GA 800)
236 United Student Aid Funds, Arizona Claims Assistance, 1-800-331-2314. (GA 804)
237 United Student Aid Funds, Hawaii Claims Assistance, 1-800-331-2314. (GA 815)
238 Educational Credit Management Corporation, 651-221-0566. (GA 927)
239 Educational Credit Management Corporation, 651-221-0566. (GA 951)
245 Direct Loan Servicing Center, Utica, NY, 1-800-848-0979. (00100)

February 2003 DRAFT - 87 -


ISIR Record Layout and Data Description

ISIR
Comment ISIR Comment Text Definition
Code
251 Call the U.S. Department of Education at 1-800-621-3115, or write to the U.S. Department of
Education, P.O. Box 4222, Iowa City, Iowa 52245. (EDR 04)
252 Call the U.S. Department of Education at 1-800-621-3115, or write to the U.S. Department of
Education, P.O. Box 4222, Iowa City, Iowa 52245. (EDR 05)
253 Call the U.S. Department of Education at 1-800-621-3115, or write to the U.S. Department of
Education, P.O. Box 4222, Iowa City, Iowa 52245. (EDR 09)
254 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level, we have determined that you may have received subsidized student loans
in excess of loan limits established for the federal loan programs.
256 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level, we have determined that you may have received a total amount of
subsidized loans that is close to or exceeds the loan limits established for the federal loan
programs. Therefore, your eligibility for additional subsidized student loans may be limited.
257 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level, we have determined that you may have received a total amount of
subsidized loans that is close to or exceeds the loan limits established for the federal loan
programs. Therefore, your eligibility for additional subsidized student loans may be limited.
258 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level, we have determined that you may have received a total amount of
subsidized loans that is close to or exceeds the loan limits established for the federal loan
programs. Therefore, your eligibility for additional subsidized student loans may be limited.
259 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level, we have determined that you may have received a total amount of
subsidized loans that is close to or exceeds the loan limits established for the federal loan
programs. Therefore, your eligibility for additional subsidized student loans may be limited.
260 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level and dependency status, we have determined that you may have received
student loans in excess of loan limits established for the federal loan programs.
262 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level and dependency status, we have determined that you may have received a
total amount of student loans that is close to or exceeds the loan limits established for the federal
loan programs. Therefore, your eligibility for additional student loans may be limited.
263 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level and dependency status, we have determined that you may have received a
total amount of student loans that is close to or exceeds the loan limits established for the federal
loan programs. Therefore, your eligibility for additional student loans may be limited.
264 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level and dependency status, we have determined that you may have received a
total amount of student loans that is close to or exceeds the loan limits established for the federal
loan programs. Therefore, your eligibility for additional student loans may be limited.

February 2003 DRAFT - 88 -


ISIR Record Layout and Data Description

ISIR
Comment ISIR Comment Text Definition
Code
265 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level and dependency status, we have determined that you may have received a
total amount of student loans that is close to or exceeds the loan limits established for the federal
loan programs. Therefore, your eligibility for additional student loans may be limited.
268 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level and dependency status, we have determined that you may have received a
total amount of student loans that is close to or exceeds the loan limits established for the federal
loan programs. Therefore, your eligibility for additional student loans may be limited.

269 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level and dependency status, we have determined that you may have received a
total amount of student loans that is close to or exceeds the loan limits established for the federal
loan programs. Therefore, your eligibility for additional student loans may be limited.

270 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level and dependency status, we have determined that you may have received a
total amount of student loans that is close to or exceeds the loan limits established for the federal
loan programs. Therefore, your eligibility for additional student loans may be limited.
271 Based upon data provided by the National Student Loan Data System (NSLDS) and your
reported grade level and dependency status, we have determined that you may have received a
total amount of student loans that is close to or exceeds the loan limits established for the federal
loan programs. Therefore, your eligibility for additional student loans may be limited.
272 ISSUES AFFECTING YOUR ELIGIBILITY.
273 WHAT YOU MUST DO NOW.
274 OTHER INFORMATION YOU NEED TO KNOW.

February 2003 DRAFT - 89 -


ISIR Record Layout and Data Description

NSLDS Loan Program Codes (and description)


for use with 2003-04 ISIR Field 347. Only the code will be provided as a valid field value.

CL FFEL Consolidation
DU National Defense Student Loan
EU Perkins Expanded Lending Option
FI Federally Insured Student Loan (FISL)
IC Income Contingent Loan (ICL)
NU NDSL
PL FFEL PLUS
PU Federal Perkins
RF FFEL Refinanced
SF FFEL Stafford Subsidized
SL Supplemental Loan (SLS)
SN FFEL Stafford Non-Subsidized
SU FFEL Stafford Unsubsidized
D1 Direct Stafford Subsidized
D2 Direct Stafford Unsubsidized
D4 Direct PLUS
D5 Direct Consolidation Unsubsidized
D6 Direct Consolidation Subsidized
D7 Direct PLUS Consolidation

February 2003 DRAFT - 90 -


ISIR Record Layout and Data Description

NSLDS Loan Status Codes (and description) for use with 2003-2004 ISIR Field 349. Only the
code will be provided as a valid field value.

CODE STATUS

AL Abandoned Loan

BC No Prior Default, Bankruptcy Claim, Discharged

BK No Prior Default, Bankruptcy Claim, Active

CA Cancelled (Perkins = Loan Reversal)

CS Closed School Discharge

DA Deferred

DB Defaulted, then Bankrupt, Active. (Perkins: all bankruptcies. FFELP and


Direct Loans: Chapter 13)

DC Defaulted, Compromise

DD Defaulted, Then Died

DE Death

DF Defaulted, Unresolved

DI Disability

DK Defaulted, Then Bankrupt, Discharged. (Perkins: all bankruptcies. FFELP and


Direct Loans: Chapter 13)

DL Defaulted, in Litigation

DN Defaulted, Then Paid in Full Through Consolidation Loan

DO Defaulted, Then Bankrupt, Active, other. For FFELP and Direct Loans in
Chapters 7, 11, and 12

DP Defaulted, Then Paid in Full

DR Defaulted Loan Included in Roll-up Loan

DS Defaulted, Then Disabled

DT Defaulted, Collection Terminated

DU Defaulted, Unresolved

DW Defaulted, Write-Off

February 2003 DRAFT - 91 -


ISIR Record Layout and Data Description

CODE STATUS

DX Defaulted, Satisfactory Arrangements, and Six Consecutive Payments

DZ Defaulted, Six Consecutive Payments, Then Missed Payment

FB Forbearance

FC False Certification Discharge

IA Loan Originated

IG In Grace Period

ID In School or Grace Period

IM In Military Grace

IP In Post-Deferment Grace (Perkins only)

OD Defaulted, Then Bankrupt, Discharged, other. For FFELP and Direct Loans in
Chapters 7, 11, and 12

PC Paid in Full Through Consolidation Loan

PF Paid in Full

PM Presumed Paid in Full

PN Non-defaulted, Paid in Full Through Consolidation Loan

RF Refinanced

RP In Repayment

UI Uninsured/Unreinsured

UA Temporarily Uninsured – No Default Claim Requested

UB Temporarily Uninsured – Default Claim Denied

UC FFEL: Permanently Uninsured/Unreinsured – Non-Defaulted Loan


Perkins: Non-Defaulted Loan Purchased by School

UD FFEL: Permanently Uninsured/Unreinsured – Defaulted Loan


Perkins: Defaulted Loan Purchased by School

XD Defaulted, Satisfactory Arrangements, and Six Consecutive Payments

February 2003 DRAFT - 92 -


ISIR Record Layout and Data Description

February 2003 DRAFT - 93 -

You might also like