Release Notes: Item 1407-02

XML Schema 4.0a

This release improves access to disbursement point information for the interface program WFFID15N, which retrieves enrollment status, CIP and other fields as required for COD reporting from your student systems during Disbursement, Direct Loan Export and TEACH Export processing.

Previously, the only access to disbursement points was the ##SCHED arrays in the GDA, which included all disbursement points defined for the aid year. Now, the Disbursement or Export function will pass to WFFID15N an array (#DISB-PT) of the disbursement points relevant to the loan or TEACH grant being processed -- each single disbursement point (during Disbursement), or all pertinent disbursement points (for DL and TEACH Exports). For example, during DL Export processing, if a student needs to have a fall disbursement exported (either actual or anticipated), the DL export passes an array with the Fall disbursement point. The interface program WFFID15N can then find the enrollment status, etc. for that disbursement and pass it back to the program in the same array spot.

Each disbursement point is located in the disbursement point array in the position that corresponds to its occurrence in the schedule array. For example, suppose the schedule consists of four disbursement points: fall (1), spring (2), summer 1 (3) and summer 2 (4), and the Direct Loan Export is handling a loan with spring/summer 1 disbursements. The Export passes the 2 and 3 disbursement points in the second and third positions, as they occur in the schedule:


      Ocurrence    Disb Pt Array (#DISB-PT)    Schedule (##SCHED-DP)

      ---------    ------------------------    ---------------------

        1                                             1

        2                  2                          2

        3                  3                          3

        4                                             4

        5

        6

        .

        .

        .

       12 (up to 12 disbursement point can be defined)

The release also corrects some XML format issues:

Implementation Notes