��<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Product Release Index</title> <link rel="stylesheet" type="text/css" href="../../corp.css"> </head> <body> <h3 align="center">Release Notes: Item 1406-01</h3> <h5 align="center">XML Schema 4.0a</h5> <hr width="80%" align= "center"> <p>This release upgrades FINANCIER for 2014-15 COD reporting, using XML Schema 4.0a. It incorporates new tags for Direct loan and TEACH grant export and import, as well as some format corrections needed to meet the more exacting validation standards recently introduced by COD.</p> <p>For the <b>Direct loan export</b>, new tags relating to calculation of subsidized usage are required in the award block and disbursement blocks. New tags at the award level include:<ul> <li>&lt;PublishedPgmLengthYears&gt; </li> <li>&lt;PublishedPgmLengthMonths&gt; </li> <li>&lt;PublishedPgmLengthWeeks&gt;</li> <li>&lt;WeeksProgramsAcademicYear&gt;</li> <li>&lt;SpecialPrograms&gt;</li> <li>&lt;ProgramCredentialLevel&gt;</li></ul></p> <p>New Export tags at the disbursement level (up to 12 blocks) include:<ul> <li>&lt;EnrollmentStatus&gt; </li> <li>&lt;ProgramCIPCode&gt; </li></ul></p> <p>This information is retrieved via an institutional interface using a new subprogram, Federal Export Data Retrieval (WFFID15N), which is called when needed by the FINANCIER Disbursement process (batch and online) and Direct Loan Export (WFDLN15B). Except for Enrollment Status, which is stored in the Loan Disbursement file (WF-LOANDSB) when first retrieved on actual disbursement, none of this data is stored in FINANCIER. WF-LOANDSB is modified to store the Enrollment Status field (WF-LD-ENR).</p> <p>COD requires a current enrollment status to be reported the first time that an actual disbursement is reported; it should reflect the student's enrollment on the date of the first actual disbursement of the loan for the payment period, and should be changed only if the value originally reported is not accurate as of that date.</p> <p>When a loan is disbursed in FINANCIER, the Disbursement process first checks to see whether an enrollment status has already been stored for the pertinent disbursement point. If it has, no change is made; if it has not, it captures the current enrollment status, via a call to WFFID15N which retrieves the information from your institutional interface, and stores it for the disbursement point in the Loan Disbursement file.</p> <p>When the Direct Loan Export runs, it checks the Loan Disbursement file for the enrollment value. If one is found, it is reported; if it does not exist (as for an origination, or other reporting of anticipated disbursements), it calls WFFID15N to retrieve the enrollment status, which is reported but not stored in FINANCIER.</p> <p>The new disbursement enrollment status is displayed for each disbursement point on the Loan Summary screen. It can be updated manually online.</p> <p>FINANCIER will store information from two new tags returned in the <b>Direct Loan Import</b>, in the Student block:<ul> <li>&lt;SubsidizedUsageLimitApplies&gt; will be stored in WF-NSLDS-1415.WF-NS-C-SUB-LE-FLAG, which is displayed on the NSLDS screen</li> <li>&lt;SumActualSubUsagePeriods&gt; will be stored in WF-NSLDS-1415.WF-NS-C-SUB-LE-USED, also displayed on the NSLDS screen</li></ul></p> <p>For the <b>TEACH grant export</b> (WFTCR15N), new tags at the disbursement level (up to 12 blocks) are:<ul> <li>&lt;EnrollmentStatus&gt; </li> <li>&lt;ProgramCIPCode&gt; </li></ul></p> <p>Export handling is the same as for Direct loans: WFFID15N is called to retrieve the enrollment status and CIP values for reporting. Currently nothing is stored. A subsequent release will provide the ability to store the enrollment status by disbursement point at the time of disbursement authorization.</p> <p>The new Export tag &lt;PaymentPeriodStartDate&gt;, which applies to DL, Teach and Pell will not be implemented in FINANCIER. (Schools are required to send this tag only if they are no longer eligible for Pell.)</p> <p>Per discussion with clients, the extended unsubsidized loan type is now obsolete. Corresponding fields have been removed from the Loan Summary screen and the Loan Types screen no longer accepts entry of an extended unsub fund ID.</p> <h4>Implementation Notes</h4> <ul> <li>This item is required at all client sites.</li> <li>Modify the PREDICT definition for the WF-LOANDSB file/userview to reflect the new Enrollment Status field: <pre> .... 2 BP WF-LD-ACK A 1 N 2 BQ WF-LD-ACK-DATE D 6 N EM=MM/DD/YYYY add-> G 1 BS WF-LOANDSB-ENROLL add-> 2 BT WF-LD-ENR A 1 N 1 BR WF-LOANDSB-KEY A 19 N S * -------- SOURCE FIELD(S) ------- * WF-AID-YEAR(1-4) * WF-FAO(1-2) * WW-STUDENT-ID(1-9) * WF-LOAN-ID(1-2) * WF-LOANDSB-ID(1-2) .... </pre> <li>Modify the ADABAS file definition for the WF-LOANDSB file:<ul> <li class="list">Add the Group WF-LOANDSB-ENROLL (so that the new field is NOT included in a MOVE BY NAME of the previously defined group WF-LOAN-DISBURSEMENT</li> <li class="list">Add the new field WF-LD-ENR (A1)</li></ul></li> <li>Regenerate the WF-LOANDSB ADABAS file.</li> <li>Regenerate the DDM for the WF-LOANDSB userview.</li> <li>Load the new and updated modules from the SYSOBJH input file (sy140601.txt) in the <a href="http://www.wolffpack.com/clientservices/client_zip_files/2014/1406-01.zip">attached zip file</a>. Or, you may apply source changes manually for the updated modules. Click on the "mods" link next to the module name for the Differences Report, which shows the previous and current versions of the module side by side. For a further description of the Differences features, click the "Help" link at the top right when the report is displayed. <ul class="list"> <li>WFAWDLNN (<a href="./1406_01/wfawdlnn.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFDISBSN (<a href="./1406_01/wfdisbsn.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFDISDLE (<a href="./1406_01/wfdisdle.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFDLA15B (<a href="./1406_01/wfdla15b.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFDLE15B (<a href="./1406_01/wfdle15b.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFDLE15D (<a href="./1406_01/wfdle15d.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFDLI15B (<a href="./1406_01/wfdli15b.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFDLI15D (<a href="./1406_01/wfdli15d.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFDLN15B (<a href="./1406_01/wfdln15b.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFFI215N (new) <li>WFFID15D (new) <li>WFFID15N (new) <li>WFFIDGEE (new) <li>WFFLE15B (<a href="./1406_01/wffle15b.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFFLE15D (<a href="./1406_01/wffle15d.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLNDDTE (<a href="./1406_01/wflnddte.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLNDDTM (<a href="./1406_01/wflnddtm.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLNDDTP (<a href="./1406_01/wflnddtp.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLNDDTZ (<a href="./1406_01/wflnddtz.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLNDSBM (<a href="./1406_01/wflndsbm.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLNEDTE (<a href="./1406_01/wflnedte.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLNEDTM (<a href="./1406_01/wflnedtm.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLNEDTP (<a href="./1406_01/wflnedtp.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLODSBD (<a href="./1406_01/wflodsbd.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLODSBE (<a href="./1406_01/wflodsbe.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLODSBL (<a href="./1406_01/wflodsbl.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLODSBO (<a href="./1406_01/wflodsbo.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLODSBS (<a href="./1406_01/wflodsbs.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLODSBT (<a href="./1406_01/wflodsbt.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFLODSBV (<a href="./1406_01/wflodsbv.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFTCR15N (<a href="./1406_01/wftcr15n.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WWLTDETM (<a href="./1406_01/wwltdetm.htm" target="rlsmods" class="mods">mods</a>)</li> </ul> <LI>Using the Dictionary Import program (WCDICIMB), load the Dictionary input file in the <A onMouseOver="window.status='Download zip file'; return true;" onMouseOut="window.status=' '; return true;" href="http://174.143.42.114/clientservices/client_zip_files/2014/1406-01.zip">attached zip file</A>.</li> <li>For documentation purposes, manually change the following value descriptions in the Dictionary.<ul> <li>For WFLOAPPD.WF-LA-R-TYPE (Loan Request Type) <pre> <u>Value</u> <u>Description</u> S Subsidized U Unsubsidized X RET - Extended Unsub</pre> (Former value translations for S and U, "Subsidized Only" and "Subsidized and Unsubsidized," do not properly reflect the use of the Request Type; for some time now subsidized and unsubsidized student loans have been processed only on separate applications. The Extended Unsub value is now obsolete and is being retired.)</li> <li>For WWSYSVRD.WF-LOAN-SUBTYPE (Loan Subtype)<pre> <u>Value</u> <u>Description</u> X RET - Extended Unsub</pre> (The Extended Unsub value is now obsolete and is being retired.)</li></ul></li> <li>Implement WFFID15N to enable retrieval of new required export data. See the program comments for implementation instructions. Contact WolffPack Support if further help is needed.</li> <li>Modify JCL in the Direct Loan export jobs (WFDLNEXJ and WFDLEXPJ) for 2014-15 to accommodate increased record length of 1009 (Work File 2).</li> <li>Modify JCL in the Direct Loan import jobs (WFDLIMPJ and WFDLAIMJ) for 2014-15 to accommodate increased record length of 6002 (Work File 2).</li> <li>Modify JCL in the Federal Grant export jobs (WFFLREXJ and WFFLEXPJ) for 2014-15 to accommodate increased record length of 592 (Work File 2).</li> <li>Print the changed pages and User Guide update instructions in the zip file.</li> </ul> <hr width="80%" align= "center"> </body> </html>