Account List

The SCEX’s account interface allows the user to determine the name of each account set up for the SCEX in a given location. An account is defined as a set of setup files associated with an account number which starts at 1 and has a maximum value of 9,999. The setup files for a given account number configure the SCEX to compute loans with protection in a particular manner.

The clients.set file (located in the same data directory as the other setup files) holds the name of each setup file. These names are user-defined and may be edited by you using any text editor. The first account name (corresponding to account #0001) is on the second line, with subsequent account names following on separate lines.

Sample Request

The following is a sample SCEX request for account information:

<inACCOUNT
   DataDirPath="C:\SCEX\"
   AccountStart="1"
   AccountEnd="99"
/>

Sample Response

The following is a sample XML response generated by the previous sample request:

<?xml version="1.0" standalone="no" ?>
<!DOCTYPE outACCOUNT SYSTEM "outACCOUNT.dtd">
<outACCOUNT>
  <Accounts Number="2">
    <Account Number="1">Single Premium</Account>
    <Account Number="2">MDB</Account>
  </Accounts>
</outACCOUNT>