11Summer Element
Handles student data specifically for summer terms, including dates, statuses, and withdrawal information.
Required Element? No
Can Repeat? Yes
Best Practices: Once a term has been communicated once in a Student Academic and Financial Information (SAFI) it should remain in the SAFI even if the student never attends.
Field: Description
Description: Description of the term
Impact on Financial Aid Processing: Students will be packaged based on the terms present in the SAFI.
| Example | Data Type | Required | XML Schema Validation | Accessible via Configuration? | Display Location(s) |
|---|---|---|---|---|---|
| Fall Term | String | No | No | Yes getDescription() |
|
Field: Start Date
Description: Date that represents the student's term start date
Impact on Financial Aid Processing: The start date is used to define the terms within a students academic year.
| Example | Data Type | Required | XML Schema Validation | Accessible via Configuration? | Display Location(s) |
|---|---|---|---|---|---|
| 2025-09-01 | Date | Yes | Term Start Date can't be after Term End Date | Yes getStartDate() |
|
Field: End Date
Description: Date that represents the student's term end date
Impact on Financial Aid Processing: The end date is used to define the terms within a students academic year.
| Example | Data Type | Required | XML Schema Validation | Accessible via Configuration? | Display Location(s) |
|---|---|---|---|---|---|
| 2025-12-01 | Date | Yes | Term End Date should be after Term Start Date | Yes getEndDate() |
|
Field: Students Term Status
Description: Used to determine a term withdrawal
- Withdrawn
- Reentering Withdrawn Term
| Example | Data Type | Required | XML Schema Validation | Accessible via Configuration? | Display Location(s) |
|---|---|---|---|---|---|
| Withdrawn | Enum | No | No | Yes getStudentsTermStatus() |
|
Field: Students Term Sub Type
Description: Used to identify the type of term withdrawal
Impact on Financial Aid Processing: Will be leveraged by the R2T4 configuration to decide when to perform the R2T4 calculation based on the value.
| Example | Data Type | Required | XML Schema Validation | Accessible via Configuration? | Display Location(s) |
|---|---|---|---|---|---|
| UW - Unofficial Withdrawal | Enumeration (Enum) | No | Field MUST be populated when the Students Term Status = “W” | Yes getEnrollmentStatusSubType() |
|
Field: Students Term Status Effective Date
Description: Date for which the term status is effective
Impact on Financial Aid Processing: This should be updated whenever the student's term status changes.
| Example | Data Type | Required | XML Schema Validation | Accessible via Configuration? | Display Location(s) |
|---|---|---|---|---|---|
| 2025-01-01 | Date | No | Field MUST be populated when the Students Term Status = “W” | Yes getEnrollmentStatusEffectiveDate() |
|
Field: Official Last Date of Attendance
Description: The last date the student attended before leaving or completing their term
Impact on Financial Aid Processing: Date field that describes the student's official last date of attendance. This is used during the R2T4 calculation for term withdrawals, late disbursements, and Post Withdrawal Disbursements (PWD).
| Example | Data Type | Required | XML Schema Validation | Accessible via Configuration? | Display Location(s) |
|---|---|---|---|---|---|
| 2025-01-01 | Date | No | Field MUST be populated when the Students Term Status = “W” | Yes getOfficialLastDateOfAttendance() |
|
Field: Date of Determination
Description: Date school identifies the student withdrew from school for the term.
Impact on Financial Aid Processing: Date field that's used during the R2T4 calculation, ensure that the R2T4 calculation is completed within 30 days of the Date of Determination (DOD) and the post withdrawal process identifies an inadvertent payment (checked in PWD disbursement criteria).
| Example | Data Type | Required | XML Schema Validation | Accessible via Configuration? | Display Location(s) |
|---|---|---|---|---|---|
| 2025-01-01 | Date | No | Field MUST be populated when the Students Term Status = “W” | Yes getDateOfDetermination() |
|
Field: Return to Title IV SAFI Indicator
Description: Used to indicate that the R2T4 should be calculated for the term using this SAFI.
Impact on Financial Aid Processing: Once this value is set to true on a withdrawn SAFI the R2T4 will be triggered for this student using the provided SAFI data.
If the student is withdrawn and a SAFI isn't received with the R2T4 indicator set to true by day 29, the R2T4 calculation will be calculated based on the most recent withdrawal SAFI received.
| Example | Data Type | Required | XML Schema Validation | Accessible via Configuration? | Display Location(s) |
|---|---|---|---|---|---|
| True | Boolean | No | Return To Title IV Safi Indicator must be set only when the Student is Withdrawn for the term. | No | Not viewable from UI |