<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>This Old Code - Calyx</title>
    <link>http://thisoldcode.net/</link>
    <description>(Architecture + Development) ^ Testing = Product </description>
    <language>en-us</language>
    <copyright>Aaron Fischer</copyright>
    <lastBuildDate>Thu, 09 Jul 2009 14:16:50 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>aaron@microfisch.com</managingEditor>
    <webMaster>aaron@microfisch.com</webMaster>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=ca77fa64-67d9-4c7b-8bfc-e78f8e6c0886</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,ca77fa64-67d9-4c7b-8bfc-e78f8e6c0886.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,ca77fa64-67d9-4c7b-8bfc-e78f8e6c0886.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=ca77fa64-67d9-4c7b-8bfc-e78f8e6c0886</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
In hindsight I should have started with the MISMO enumeration decorated by the Closing
version.  Never the less it’s pretty straight forward to export a Point file
into MISMO Closing 2.5 format.  
</p>
        <p>
 
</p>
        <pre class="csharpcode">var myLoan = Calyx.Point.Data.DataFolderServices.LoanInfo.CreateFrom(<span class="str">@"c:\test.brw"</span>);
myLoan.ToMismo( Calyx.Point.Data.<a href="http://dev.calyxsoftware.com/PDK%20Documentation/index.htm">MismoFormat</a>.Closing,<span class="str">@"c:\mismoTest.xml"</span>);
myLoan.Close();</pre>
        <style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
        <p>
 <a href="http://dev.calyxsoftware.com/PDK%20Documentation/index.htm">LoanFile</a>.<a href="http://dev.calyxsoftware.com/M_Calyx_Point_Data_DataFolderServices_LoanFile_ToMismo_2_61001d84.htm">ToMismo(MismoFormat,
String)</a>  will write an xml  however you can call  <a href="http://dev.calyxsoftware.com/PDK%20Documentation/index.htm">LoanFile</a>.<a href="http://dev.calyxsoftware.com/M_Calyx_Point_Data_DataFolderServices_LoanFile_ToMismo_1_943b6eb0.htm">ToMismo(MismoFormat)</a> 
an XmlDocument. 
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=ca77fa64-67d9-4c7b-8bfc-e78f8e6c0886" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Using Point&amp;rsquo;s SDK to export to MISMO Closing 2.5</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,ca77fa64-67d9-4c7b-8bfc-e78f8e6c0886.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,ca77fa64-67d9-4c7b-8bfc-e78f8e6c0886.aspx</link>
      <pubDate>Thu, 09 Jul 2009 14:16:50 GMT</pubDate>
      <description>&lt;p&gt;
In hindsight I should have started with the MISMO enumeration decorated by the Closing
version.&amp;nbsp; Never the less it’s pretty straight forward to export a Point file
into MISMO Closing 2.5 format.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;pre class="csharpcode"&gt;var myLoan = Calyx.Point.Data.DataFolderServices.LoanInfo.CreateFrom(&lt;span class="str"&gt;@"c:\test.brw"&lt;/span&gt;);
myLoan.ToMismo( Calyx.Point.Data.&lt;a href="http://dev.calyxsoftware.com/PDK%20Documentation/index.htm"&gt;MismoFormat&lt;/a&gt;.Closing,&lt;span class="str"&gt;@"c:\mismoTest.xml"&lt;/span&gt;);
myLoan.Close();&lt;/pre&gt;
&lt;style type="text/css"&gt;.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
&lt;/style&gt;
&lt;p&gt;
&amp;nbsp;&lt;a href="http://dev.calyxsoftware.com/PDK%20Documentation/index.htm"&gt;LoanFile&lt;/a&gt;.&lt;a href="http://dev.calyxsoftware.com/M_Calyx_Point_Data_DataFolderServices_LoanFile_ToMismo_2_61001d84.htm"&gt;ToMismo(MismoFormat,
String)&lt;/a&gt;&amp;nbsp; will write an xml&amp;nbsp; however you can call&amp;nbsp; &lt;a href="http://dev.calyxsoftware.com/PDK%20Documentation/index.htm"&gt;LoanFile&lt;/a&gt;.&lt;a href="http://dev.calyxsoftware.com/M_Calyx_Point_Data_DataFolderServices_LoanFile_ToMismo_1_943b6eb0.htm"&gt;ToMismo(MismoFormat)&lt;/a&gt;&amp;nbsp;
an XmlDocument. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=ca77fa64-67d9-4c7b-8bfc-e78f8e6c0886" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,ca77fa64-67d9-4c7b-8bfc-e78f8e6c0886.aspx</comments>
      <category>Calyx</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=0229e0c3-990f-479d-a946-97e41b68ef4f</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,0229e0c3-990f-479d-a946-97e41b68ef4f.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,0229e0c3-990f-479d-a946-97e41b68ef4f.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=0229e0c3-990f-479d-a946-97e41b68ef4f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I always seem to lose track of this information.
</p>
        <p>
current location <a title="http://kb.calyxsupport.com/kb/article.php?id=308" href="http://kb.calyxsupport.com/kb/article.php?id=308">http://kb.calyxsupport.com/kb/article.php?id=308</a></p>
        <p>
 
</p>
        <table style="width: 144pt; border-collapse: collapse" cellspacing="0" cellpadding="0" width="192" border="0">
          <colgroup>
            <col style="width: 48pt" span="3" width="64" />
            <tbody>
              <tr style="height: 24pt" height="32">
                <td class="xl65" style="width: 48pt; height: 24pt" width="69" height="32">
Field Id</td>
                <td class="xl65" style="border-left: medium none; width: 48pt" width="153">
Name</td>
                <td class="xl65" style="border-left: medium none; width: 48pt" width="43">
Description</td>
              </tr>
              <tr style="height: 136.5pt" height="182">
                <td class="xl65" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182">
ADDRESS</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Company Address</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from<font class="font6"> Utilities &gt; Company Defaults &gt; Company Information</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 69pt" height="92">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92">
APR</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Apr</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Displays the APR for all files on the report</td>
              </tr>
              <tr style="height: 159pt" height="212">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 159pt" width="69" height="212">
ATYPE</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Amortization Type</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from Page 1 of the Loan Application. The Amortization Types are <font class="font6">Fixed</font><font class="font5">, </font><font class="font6">ARM</font><font class="font5">,
or </font><font class="font6">GPM</font></td>
              </tr>
              <tr style="height: 136.5pt" height="182">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182">
CITY</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Company City</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from <font class="font6">Utilities &gt; Company Defaults &gt; Company Information</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 91.5pt" height="122">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 91.5pt" width="69" height="122">
CN</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Conditions</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls lines of text that appear in <font class="font6">Track &gt; Conditions</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 102.75pt" height="137">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 102.75pt" width="69" height="137">
CNDFS</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Condition - Status</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from the right column of the <font class="font6">Track &gt; Conditions</font><font class="font5"> screen.</font></td>
              </tr>
              <tr style="height: 136.5pt" height="182">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182">
COMPANY</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Company Name</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from <font class="font6">Utilities &gt; Company Defaults &gt; Company Information</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 69pt" height="92">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92">
EQUITY</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Equity</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from <font class="font6">Marketing &gt; Prequalification</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 136.5pt" height="182">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182">
FAX</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Company Fax</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from <font class="font6">Utilities &gt; Company Defaults &gt; Company Information</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 35.25pt" height="47">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 35.25pt" width="69" height="47">
FOLDER</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Folder Name</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Data folder name.</td>
              </tr>
              <tr style="height: 136.5pt" height="182">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182">
FS</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
First or Second</td>
                <td class="xl65" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
First<font class="font5"> or </font><font class="font6">Second</font><font class="font5"> Lien
Position from the Prospect or Borrower Information screen.</font></td>
              </tr>
              <tr style="height: 136.5pt" height="182">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182">
HBETH</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Borrower Ethnicity</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from the Government Monitoring Section on Page 4 of the Loan Application.</td>
              </tr>
              <tr style="height: 24pt" height="32">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 24pt" width="69" height="32">
HBRACE</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Borrower's race.</td>
              </tr>
              <tr style="height: 24pt" height="32">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 24pt" width="69" height="32">
HBSEX</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Borrower's sex.</td>
              </tr>
              <tr style="height: 136.5pt" height="182">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182">
HCBETH</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Co-borrower Ethnicity</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from the Government Monitoring Section on Page 4 of the Loan Application.</td>
              </tr>
              <tr style="height: 35.25pt" height="47">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 35.25pt" width="69" height="47">
HCBRACES</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Co-borrower's race.</td>
              </tr>
              <tr style="height: 35.25pt" height="47">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 35.25pt" width="69" height="47">
HCSEX2004</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Co-borrower's sex.</td>
              </tr>
              <tr style="height: 80.25pt" height="107">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 80.25pt" width="69" height="107">
HHOEPA</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Home Ownership and Equity Protection Act Status</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from <font class="font6">Track &gt; HMDA Reporting</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 102.75pt" height="137">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 102.75pt" width="69" height="137">
HINC</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA Income</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Based on amount shows on Page 2 of the Loan Application.</td>
              </tr>
              <tr style="height: 35.25pt" height="47">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 35.25pt" width="69" height="47">
HLNA</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA Loan Amount</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Loan Amount.</td>
              </tr>
              <tr style="height: 192.75pt" height="257">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 192.75pt" width="69" height="257">
HOCC</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA Occupancy</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Refers to the type of property from the Prospect or Borrower Information screen: <font class="font6">Primary</font><font class="font5">, </font><font class="font6">Secondary</font><font class="font5">,
or </font><font class="font6">Investment</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 102.75pt" height="137">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 102.75pt" width="69" height="137">
HPURCH</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA Purchase</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Refers to the type of purchaser from <font class="font6">Track &gt; HMDA Reporting</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 69pt" height="92">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92">
HPURP</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA Purpose</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Purpose of loan: Purchase or Refinance</td>
              </tr>
              <tr style="height: 114pt" height="152">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 114pt" width="69" height="152">
HREASON</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA Reason</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Refers to the Reason for Denial from <font class="font6">Track &gt; HMDA Reporting</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 114pt" height="152">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 114pt" width="69" height="152">
HREASON2</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA Reason 2</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Refers to the Reason for Denial from <font class="font6">Track &gt; HMDA Reporting</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 114pt" height="152">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 114pt" width="69" height="152">
HREASON3</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA Reason 3</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Refers to the Reason for Denial from <font class="font6">Track &gt; HMDA Reporting</font></td>
              </tr>
              <tr style="height: 69pt" height="92">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92">
HSTAT</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA Status</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from <font class="font6">Track &gt; HMDA Reporting</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 114pt" height="152">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 114pt" width="69" height="152">
HSTATE</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA State</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
State of property from Prospect or Borrower Information screen.</td>
              </tr>
              <tr style="height: 46.5pt" height="62">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 46.5pt" width="69" height="62">
HTYPE</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
HMDA Type</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Type (Conventional, FHA, VA)</td>
              </tr>
              <tr style="height: 57.75pt" height="77">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 57.75pt" width="69" height="77">
LATEBAS</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Late Basic Docs</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Basic Documents from <font class="font6">Track &gt; General</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 69pt" height="92">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92">
LATEMISC</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Late Miscellaneous</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Late entries from <font class="font6">Track &gt; Miscellaneous</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 46.5pt" height="62">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 46.5pt" width="69" height="62">
LATEVOD</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Late VODs</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Late Verifications of Deposit..</td>
              </tr>
              <tr style="height: 57.75pt" height="77">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 57.75pt" width="69" height="77">
LATEVOE</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Late VOEs</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Late Verificiations of Employment.</td>
              </tr>
              <tr style="height: 46.5pt" height="62">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 46.5pt" width="69" height="62">
LATEVOL</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Late VOLs</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Late Verifications of Loans</td>
              </tr>
              <tr style="height: 69pt" height="92">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92">
LATEVOM</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Late VOMs</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Late Verifications of Mortgage or Rent</td>
              </tr>
              <tr style="height: 91.5pt" height="122">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 91.5pt" width="69" height="122">
NAME</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Full Name</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Borrowers first and last name: Last Name, First Name.</td>
              </tr>
              <tr style="height: 136.5pt" height="182">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182">
PDAY</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Days Processed</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
The number of days the loan has been opened since the Opened date in <font class="font6">Track
&gt; General</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 136.5pt" height="182">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182">
PHONE</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Company Phone</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from <font class="font6">Utilities &gt; Company Defaults &gt; Company Information</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 69pt" height="92">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92">
PTYPE</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Property Type</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from the Transmittal Summary.</td>
              </tr>
              <tr style="height: 147.75pt" height="197">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 147.75pt" width="69" height="197">
PURP</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Purpose of loan</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from Page 1 of the Loan Application: <font class="font6">Purchase</font><font class="font5">, </font><font class="font6">Refinance</font><font class="font5">,
or </font><font class="font6">Construction</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 170.25pt" height="227">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 170.25pt" width="69" height="227">
RES</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Residency</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Indicates <font class="font6">Primary</font><font class="font5">, </font><font class="font6">Secondary</font><font class="font5">,
or </font><font class="font6">Investment</font><font class="font5"> from the Prospect
or Borrower Information screen.</font></td>
              </tr>
              <tr style="height: 80.25pt" height="107">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 80.25pt" width="69" height="107">
SDATE</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Status Date</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Dates in the Status section of <font class="font6">Track &gt; General</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 91.5pt" height="122">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 91.5pt" width="69" height="122">
STAT</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Status of loan</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Reflects the current status of the loan from <font class="font6">Track &gt; General</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 69pt" height="92">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92">
TRAMPT</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Trust Report Amount Paid</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Amount Paid from <font class="font6">Track &gt;Trust Account.</font></td>
              </tr>
              <tr style="height: 69pt" height="92">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92">
TRAMTR</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Trust Report Amount Received</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Amount received from <font class="font6">Track &gt; Trust Account</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 35.25pt" height="47">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 35.25pt" width="69" height="47">
TRBAL</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Trust Report Balance</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Report Balance</td>
              </tr>
              <tr style="height: 91.5pt" height="122">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 91.5pt" width="69" height="122">
TRCHKP</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Trust Report Check Number - Paid</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Check number for paid item from <font class="font6">Track &gt; Trust Account</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 102.75pt" height="137">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 102.75pt" width="69" height="137">
TRCHKR</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Trust Report Check Number - Received</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Check number for received item from <font class="font6">Track &gt; Trust Account</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 69pt" height="92">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92">
TRDATE</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Trust Report Date</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Date of item from <font class="font6">Track &gt; Trust Account</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 80.25pt" height="107">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 80.25pt" width="69" height="107">
TRDESC</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Trust Report Description</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Description of item from <font class="font6">Track &gt; Trust Account</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 80.25pt" height="107">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 80.25pt" width="69" height="107">
TRREM</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Trust Report Remarks</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Remarks for each item from <font class="font6">Track &gt; Trust Account</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 159pt" height="212">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 159pt" width="69" height="212">
TYPE</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Loan Type</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from Prospect or Borrower Information screen: <font class="font6">Conventional</font><font class="font5">, </font><font class="font6">FHA</font><font class="font5">, </font><font class="font6">VA</font><font class="font5">,
or </font><font class="font6">Other</font><font class="font5">.</font></td>
              </tr>
              <tr style="height: 136.5pt" height="182">
                <td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182">
ZIP</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153">
Company Zip Code</td>
                <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43">
Pulls from <font class="font6">Utilities &gt; Company Information &gt; Company Defaults</font><font class="font5">.</font></td>
              </tr>
            </tbody>
          </colgroup>
        </table>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=0229e0c3-990f-479d-a946-97e41b68ef4f" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Point Macro Definitions and Name's</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,0229e0c3-990f-479d-a946-97e41b68ef4f.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,0229e0c3-990f-479d-a946-97e41b68ef4f.aspx</link>
      <pubDate>Thu, 08 Nov 2007 20:04:01 GMT</pubDate>
      <description>&lt;p&gt;
I always seem to lose track of this information.
&lt;/p&gt;
&lt;p&gt;
current location &lt;a title="http://kb.calyxsupport.com/kb/article.php?id=308" href="http://kb.calyxsupport.com/kb/article.php?id=308"&gt;http://kb.calyxsupport.com/kb/article.php?id=308&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;table style="width: 144pt; border-collapse: collapse" cellspacing="0" cellpadding="0" width="192" border="0"&gt;
&lt;colgroup&gt;
&lt;col style="width: 48pt" span="3" width="64"&gt;
&lt;tbody&gt;
&lt;tr style="height: 24pt" height="32"&gt;
&lt;td class="xl65" style="width: 48pt; height: 24pt" width="69" height="32"&gt;
Field Id&lt;/td&gt;
&lt;td class="xl65" style="border-left: medium none; width: 48pt" width="153"&gt;
Name&lt;/td&gt;
&lt;td class="xl65" style="border-left: medium none; width: 48pt" width="43"&gt;
Description&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 136.5pt" height="182"&gt;
&lt;td class="xl65" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182"&gt;
ADDRESS&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Company Address&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from&lt;font class="font6"&gt; Utilities &amp;gt; Company Defaults &amp;gt; Company Information&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 69pt" height="92"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92"&gt;
APR&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Apr&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Displays the APR for all files on the report&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 159pt" height="212"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 159pt" width="69" height="212"&gt;
ATYPE&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Amortization Type&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from Page 1 of the Loan Application. The Amortization Types are &lt;font class="font6"&gt;Fixed&lt;/font&gt;&lt;font class="font5"&gt;, &lt;/font&gt;&lt;font class="font6"&gt;ARM&lt;/font&gt;&lt;font class="font5"&gt;,
or &lt;/font&gt;&lt;font class="font6"&gt;GPM&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 136.5pt" height="182"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182"&gt;
CITY&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Company City&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from &lt;font class="font6"&gt;Utilities &amp;gt; Company Defaults &amp;gt; Company Information&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 91.5pt" height="122"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 91.5pt" width="69" height="122"&gt;
CN&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Conditions&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls lines of text that appear in &lt;font class="font6"&gt;Track &amp;gt; Conditions&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 102.75pt" height="137"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 102.75pt" width="69" height="137"&gt;
CNDFS&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Condition - Status&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from the right column of the &lt;font class="font6"&gt;Track &amp;gt; Conditions&lt;/font&gt;&lt;font class="font5"&gt; screen.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 136.5pt" height="182"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182"&gt;
COMPANY&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Company Name&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from &lt;font class="font6"&gt;Utilities &amp;gt; Company Defaults &amp;gt; Company Information&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 69pt" height="92"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92"&gt;
EQUITY&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Equity&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from &lt;font class="font6"&gt;Marketing &amp;gt; Prequalification&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 136.5pt" height="182"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182"&gt;
FAX&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Company Fax&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from &lt;font class="font6"&gt;Utilities &amp;gt; Company Defaults &amp;gt; Company Information&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 35.25pt" height="47"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 35.25pt" width="69" height="47"&gt;
FOLDER&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Folder Name&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Data folder name.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 136.5pt" height="182"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182"&gt;
FS&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
First or Second&lt;/td&gt;
&lt;td class="xl65" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
First&lt;font class="font5"&gt; or &lt;/font&gt;&lt;font class="font6"&gt;Second&lt;/font&gt;&lt;font class="font5"&gt; Lien
Position from the Prospect or Borrower Information screen.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 136.5pt" height="182"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182"&gt;
HBETH&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Borrower Ethnicity&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from the Government Monitoring Section on Page 4 of the Loan Application.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 24pt" height="32"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 24pt" width="69" height="32"&gt;
HBRACE&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Borrower's race.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 24pt" height="32"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 24pt" width="69" height="32"&gt;
HBSEX&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Borrower's sex.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 136.5pt" height="182"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182"&gt;
HCBETH&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Co-borrower Ethnicity&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from the Government Monitoring Section on Page 4 of the Loan Application.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 35.25pt" height="47"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 35.25pt" width="69" height="47"&gt;
HCBRACES&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Co-borrower's race.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 35.25pt" height="47"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 35.25pt" width="69" height="47"&gt;
HCSEX2004&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Co-borrower's sex.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 80.25pt" height="107"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 80.25pt" width="69" height="107"&gt;
HHOEPA&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Home Ownership and Equity Protection Act Status&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from &lt;font class="font6"&gt;Track &amp;gt; HMDA Reporting&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 102.75pt" height="137"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 102.75pt" width="69" height="137"&gt;
HINC&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA Income&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Based on amount shows on Page 2 of the Loan Application.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 35.25pt" height="47"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 35.25pt" width="69" height="47"&gt;
HLNA&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA Loan Amount&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Loan Amount.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 192.75pt" height="257"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 192.75pt" width="69" height="257"&gt;
HOCC&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA Occupancy&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Refers to the type of property from the Prospect or Borrower Information screen: &lt;font class="font6"&gt;Primary&lt;/font&gt;&lt;font class="font5"&gt;, &lt;/font&gt;&lt;font class="font6"&gt;Secondary&lt;/font&gt;&lt;font class="font5"&gt;,
or &lt;/font&gt;&lt;font class="font6"&gt;Investment&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 102.75pt" height="137"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 102.75pt" width="69" height="137"&gt;
HPURCH&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA Purchase&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Refers to the type of purchaser from &lt;font class="font6"&gt;Track &amp;gt; HMDA Reporting&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 69pt" height="92"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92"&gt;
HPURP&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA Purpose&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Purpose of loan: Purchase or Refinance&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 114pt" height="152"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 114pt" width="69" height="152"&gt;
HREASON&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA Reason&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Refers to the Reason for Denial from &lt;font class="font6"&gt;Track &amp;gt; HMDA Reporting&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 114pt" height="152"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 114pt" width="69" height="152"&gt;
HREASON2&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA Reason 2&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Refers to the Reason for Denial from &lt;font class="font6"&gt;Track &amp;gt; HMDA Reporting&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 114pt" height="152"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 114pt" width="69" height="152"&gt;
HREASON3&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA Reason 3&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Refers to the Reason for Denial from &lt;font class="font6"&gt;Track &amp;gt; HMDA Reporting&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 69pt" height="92"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92"&gt;
HSTAT&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA Status&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from &lt;font class="font6"&gt;Track &amp;gt; HMDA Reporting&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 114pt" height="152"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 114pt" width="69" height="152"&gt;
HSTATE&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA State&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
State of property from Prospect or Borrower Information screen.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 46.5pt" height="62"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 46.5pt" width="69" height="62"&gt;
HTYPE&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
HMDA Type&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Type (Conventional, FHA, VA)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 57.75pt" height="77"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 57.75pt" width="69" height="77"&gt;
LATEBAS&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Late Basic Docs&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Basic Documents from &lt;font class="font6"&gt;Track &amp;gt; General&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 69pt" height="92"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92"&gt;
LATEMISC&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Late Miscellaneous&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Late entries from &lt;font class="font6"&gt;Track &amp;gt; Miscellaneous&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 46.5pt" height="62"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 46.5pt" width="69" height="62"&gt;
LATEVOD&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Late VODs&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Late Verifications of Deposit..&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 57.75pt" height="77"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 57.75pt" width="69" height="77"&gt;
LATEVOE&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Late VOEs&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Late Verificiations of Employment.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 46.5pt" height="62"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 46.5pt" width="69" height="62"&gt;
LATEVOL&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Late VOLs&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Late Verifications of Loans&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 69pt" height="92"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92"&gt;
LATEVOM&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Late VOMs&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Late Verifications of Mortgage or Rent&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 91.5pt" height="122"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 91.5pt" width="69" height="122"&gt;
NAME&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Full Name&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Borrowers first and last name: Last Name, First Name.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 136.5pt" height="182"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182"&gt;
PDAY&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Days Processed&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
The number of days the loan has been opened since the Opened date in &lt;font class="font6"&gt;Track
&amp;gt; General&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 136.5pt" height="182"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182"&gt;
PHONE&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Company Phone&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from &lt;font class="font6"&gt;Utilities &amp;gt; Company Defaults &amp;gt; Company Information&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 69pt" height="92"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92"&gt;
PTYPE&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Property Type&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from the Transmittal Summary.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 147.75pt" height="197"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 147.75pt" width="69" height="197"&gt;
PURP&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Purpose of loan&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from Page 1 of the Loan Application: &lt;font class="font6"&gt;Purchase&lt;/font&gt;&lt;font class="font5"&gt;, &lt;/font&gt;&lt;font class="font6"&gt;Refinance&lt;/font&gt;&lt;font class="font5"&gt;,
or &lt;/font&gt;&lt;font class="font6"&gt;Construction&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 170.25pt" height="227"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 170.25pt" width="69" height="227"&gt;
RES&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Residency&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Indicates &lt;font class="font6"&gt;Primary&lt;/font&gt;&lt;font class="font5"&gt;, &lt;/font&gt;&lt;font class="font6"&gt;Secondary&lt;/font&gt;&lt;font class="font5"&gt;,
or &lt;/font&gt;&lt;font class="font6"&gt;Investment&lt;/font&gt;&lt;font class="font5"&gt; from the Prospect
or Borrower Information screen.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 80.25pt" height="107"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 80.25pt" width="69" height="107"&gt;
SDATE&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Status Date&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Dates in the Status section of &lt;font class="font6"&gt;Track &amp;gt; General&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 91.5pt" height="122"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 91.5pt" width="69" height="122"&gt;
STAT&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Status of loan&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Reflects the current status of the loan from &lt;font class="font6"&gt;Track &amp;gt; General&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 69pt" height="92"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92"&gt;
TRAMPT&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Trust Report Amount Paid&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Amount Paid from &lt;font class="font6"&gt;Track &amp;gt;Trust Account.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 69pt" height="92"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92"&gt;
TRAMTR&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Trust Report Amount Received&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Amount received from &lt;font class="font6"&gt;Track &amp;gt; Trust Account&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 35.25pt" height="47"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 35.25pt" width="69" height="47"&gt;
TRBAL&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Trust Report Balance&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Report Balance&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 91.5pt" height="122"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 91.5pt" width="69" height="122"&gt;
TRCHKP&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Trust Report Check Number - Paid&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Check number for paid item from &lt;font class="font6"&gt;Track &amp;gt; Trust Account&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 102.75pt" height="137"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 102.75pt" width="69" height="137"&gt;
TRCHKR&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Trust Report Check Number - Received&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Check number for received item from &lt;font class="font6"&gt;Track &amp;gt; Trust Account&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 69pt" height="92"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 69pt" width="69" height="92"&gt;
TRDATE&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Trust Report Date&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Date of item from &lt;font class="font6"&gt;Track &amp;gt; Trust Account&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 80.25pt" height="107"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 80.25pt" width="69" height="107"&gt;
TRDESC&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Trust Report Description&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Description of item from &lt;font class="font6"&gt;Track &amp;gt; Trust Account&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 80.25pt" height="107"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 80.25pt" width="69" height="107"&gt;
TRREM&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Trust Report Remarks&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Remarks for each item from &lt;font class="font6"&gt;Track &amp;gt; Trust Account&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 159pt" height="212"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 159pt" width="69" height="212"&gt;
TYPE&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Loan Type&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from Prospect or Borrower Information screen: &lt;font class="font6"&gt;Conventional&lt;/font&gt;&lt;font class="font5"&gt;, &lt;/font&gt;&lt;font class="font6"&gt;FHA&lt;/font&gt;&lt;font class="font5"&gt;, &lt;/font&gt;&lt;font class="font6"&gt;VA&lt;/font&gt;&lt;font class="font5"&gt;,
or &lt;/font&gt;&lt;font class="font6"&gt;Other&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 136.5pt" height="182"&gt;
&lt;td class="xl66" style="border-top: medium none; width: 48pt; height: 136.5pt" width="69" height="182"&gt;
ZIP&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="153"&gt;
Company Zip Code&lt;/td&gt;
&lt;td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt" width="43"&gt;
Pulls from &lt;font class="font6"&gt;Utilities &amp;gt; Company Information &amp;gt; Company Defaults&lt;/font&gt;&lt;font class="font5"&gt;.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=0229e0c3-990f-479d-a946-97e41b68ef4f" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,0229e0c3-990f-479d-a946-97e41b68ef4f.aspx</comments>
      <category>Calyx</category>
      <category>Point</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=444a48cd-ae09-4f7b-acdc-c75dd52e76e9</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,444a48cd-ae09-4f7b-acdc-c75dd52e76e9.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,444a48cd-ae09-4f7b-acdc-c75dd52e76e9.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=444a48cd-ae09-4f7b-acdc-c75dd52e76e9</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I finally got tired of visiting the Calyx Support Message board today.  So a
took a couple minutes to craft a little Regex to parses out all the RSS feeds
( there is not master feed). http://messageboard.calyxsupport.com/RssFeed+[\d]?[\d]-0-0-1\.aspx+
</p>
        <p>
Then created an OPML file
</p>
        <p>
&gt; <style type="text/css">
.code0 { font-size: small; font-family: consolas, "Courier New", courier, monospace; color: #000000; background-color: #ffffff;margin: 0em; }
.code1 { color: #8b008b; }
.code2 { color: #ff0000; }
.code3 { color: #0000ff; }
</style></p>
        <pre class="code0">
          <span class="code1">&lt;opml </span>
          <span class="code2">version</span>
          <span class="code3">="1.0"</span>
          <span class="code1">&gt;</span>
          <span class="code1">&lt;head&gt;</span>
          <span class="code1">&lt;title&gt;&lt;/title&gt;</span>
          <span class="code1">&lt;/head&gt;</span>
          <span class="code1">&lt;body&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Message Board" </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx Message
Board"</span>
          <span class="code1">&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Cardex" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Cardex" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed34-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Citrix / Terminal Server" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Citrix / Terminal Server" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed7-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Communications / E-Mail" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Communications / E-Mail" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed13-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Custom Forms" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Custom Forms" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed9-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Fannie Mae" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Fannie Mae" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed16-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / File Management" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / File Management" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed10-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Forms / Regulations" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Forms / Regulations" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed11-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Installation / Network Setup" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Installation / Network Setup" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed5-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Lenders in Point" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Lenders in Point" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed15-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Miscellaneous" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Miscellaneous" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed18-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Printing" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Printing" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed8-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Reports" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Calyx Point / Reports" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed12-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / General Discussion / General Chat" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / General Discussion / General Chat" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed22-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / General Discussion / Industry Chat" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / General Discussion / Industry Chat" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed23-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / General Discussion / Message Board" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / General Discussion / Message Board" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed30-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / Point Data Server (PDS) / Point Data Server (PDS)" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / Point Data Server (PDS) / Point Data Server (PDS)" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed19-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / WebCaster / Suggestions &amp;amp; Requests" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / WebCaster / Suggestions &amp;amp; Requests" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed32-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;outline </span>
          <span class="code2">text</span>
          <span class="code3">="Calyx
Software Message Board / WebCaster / WebCaster" </span>
          <span class="code2">title</span>
          <span class="code3">="Calyx
Software Message Board / WebCaster / WebCaster" </span>
          <span class="code2">type</span>
          <span class="code3">="rss" </span>
          <span class="code2">xmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/RssFeed20-0-0-1.aspx" </span>
          <span class="code2">htmlUrl</span>
          <span class="code3">="http://messageboard.calyxsupport.com/"</span>
          <span class="code1">/&gt;</span>
          <span class="code1">&lt;/outline&gt;</span>
          <span class="code1">&lt;/body&gt;</span>
          <span class="code1">&lt;/opml&gt;</span>
        </pre>
        <p>
copy the above to notepad and save as a .xml file.  You can then import it into
your rss reader of choice.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=444a48cd-ae09-4f7b-acdc-c75dd52e76e9" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>OPML for Calyx Support's Message Board</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,444a48cd-ae09-4f7b-acdc-c75dd52e76e9.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,444a48cd-ae09-4f7b-acdc-c75dd52e76e9.aspx</link>
      <pubDate>Wed, 26 Sep 2007 21:11:28 GMT</pubDate>
      <description>&lt;p&gt;
I finally got tired of visiting the Calyx Support Message board today.&amp;nbsp; So a
took a couple minutes to craft a little Regex to parses out all the&amp;nbsp;RSS feeds
( there is not master feed). http://messageboard.calyxsupport.com/RssFeed+[\d]?[\d]-0-0-1\.aspx+
&lt;/p&gt;
&lt;p&gt;
Then created an OPML file
&lt;/p&gt;
&lt;p&gt;
&amp;gt; &lt;style type="text/css"&gt;
.code0 { font-size: small; font-family: consolas, "Courier New", courier, monospace; color: #000000; background-color: #ffffff;margin: 0em; }
.code1 { color: #8b008b; }
.code2 { color: #ff0000; }
.code3 { color: #0000ff; }
&lt;/style&gt;
&lt;pre class="code0"&gt;&lt;span class="code1"&gt;&amp;lt;opml &lt;/span&gt;&lt;span class="code2"&gt;version&lt;/span&gt;&lt;span class="code3"&gt;="1.0"&lt;/span&gt;&lt;span class="code1"&gt;&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;head&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;body&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Message Board" &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx Message
Board"&lt;/span&gt;&lt;span class="code1"&gt;&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Cardex" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Cardex" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed34-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Citrix / Terminal Server" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Citrix / Terminal Server" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed7-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Communications / E-Mail" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Communications / E-Mail" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed13-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Custom Forms" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Custom Forms" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed9-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Fannie Mae" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Fannie Mae" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed16-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / File Management" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / File Management" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed10-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Forms / Regulations" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Forms / Regulations" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed11-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Installation / Network Setup" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Installation / Network Setup" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed5-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Lenders in Point" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Lenders in Point" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed15-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Miscellaneous" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Miscellaneous" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed18-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Printing" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Printing" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed8-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Reports" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Calyx Point / Reports" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed12-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / General Discussion / General Chat" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / General Discussion / General Chat" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed22-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / General Discussion / Industry Chat" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / General Discussion / Industry Chat" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed23-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / General Discussion / Message Board" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / General Discussion / Message Board" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed30-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Point Data Server (PDS) / Point Data Server (PDS)" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / Point Data Server (PDS) / Point Data Server (PDS)" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed19-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / WebCaster / Suggestions &amp;amp;amp; Requests" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / WebCaster / Suggestions &amp;amp;amp; Requests" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed32-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;outline &lt;/span&gt;&lt;span class="code2"&gt;text&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / WebCaster / WebCaster" &lt;/span&gt;&lt;span class="code2"&gt;title&lt;/span&gt;&lt;span class="code3"&gt;="Calyx
Software Message Board / WebCaster / WebCaster" &lt;/span&gt;&lt;span class="code2"&gt;type&lt;/span&gt;&lt;span class="code3"&gt;="rss" &lt;/span&gt;&lt;span class="code2"&gt;xmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/RssFeed20-0-0-1.aspx" &lt;/span&gt;&lt;span class="code2"&gt;htmlUrl&lt;/span&gt;&lt;span class="code3"&gt;="http://messageboard.calyxsupport.com/"&lt;/span&gt;&lt;span class="code1"&gt;/&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;/outline&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt; &lt;span class="code1"&gt;&amp;lt;/opml&amp;gt;&lt;/span&gt; &lt;/pre&gt;
&lt;p&gt;
copy the above to notepad and save as a .xml file.&amp;nbsp; You can then import it into
your rss reader of choice.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=444a48cd-ae09-4f7b-acdc-c75dd52e76e9" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,444a48cd-ae09-4f7b-acdc-c75dd52e76e9.aspx</comments>
      <category>Calyx</category>
      <category>Point</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=bb77a659-49c5-4c35-a2c3-5bd8c26f4566</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,bb77a659-49c5-4c35-a2c3-5bd8c26f4566.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,bb77a659-49c5-4c35-a2c3-5bd8c26f4566.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=bb77a659-49c5-4c35-a2c3-5bd8c26f4566</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
March 07 newsletter from Calyx Software: 
</p>
        <blockquote>
          <p>
            <img src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/ItsofficialPoint5.4andVista_7F66/clip_image001.gif" border="0" />
            <br />
            <strong>It’s Calyx Software’s goal to keep up with the needs of our customers. 
In keeping with this goal, we’ve made sure that our latest 5.4 version of Point 
is 100% compatible with Microsoft Vista</strong>™<strong>.</strong></p>
          <p>
            <b>
              <img src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/ItsofficialPoint5.4andVista_7F66/clip_image003.gif" border="0" />
            </b>
          </p>
          <p>
            <em>Note: Windows Vista and the Windows logo are trademarks or registered trademarks
of Microsoft Corporation in the United States and/or other countries.</em>
          </p>
        </blockquote>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=bb77a659-49c5-4c35-a2c3-5bd8c26f4566" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Its official Point 5.4 and Vista.</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,bb77a659-49c5-4c35-a2c3-5bd8c26f4566.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,bb77a659-49c5-4c35-a2c3-5bd8c26f4566.aspx</link>
      <pubDate>Mon, 05 Mar 2007 17:03:35 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
March 07 newsletter from Calyx Software: &lt;blockquote&gt; 
&lt;p&gt;
&lt;img src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/ItsofficialPoint5.4andVista_7F66/clip_image001.gif" border="0"&gt;
&lt;br&gt;
&lt;strong&gt;It’s Calyx Software’s goal to keep up with the needs of our customers.&amp;nbsp;
In keeping with this goal, we’ve made sure that our latest 5.4 version of Point&amp;nbsp;
is 100% compatible with Microsoft Vista&lt;/strong&gt;™&lt;strong&gt;.&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;&lt;img src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/ItsofficialPoint5.4andVista_7F66/clip_image003.gif" border="0"&gt;&lt;/b&gt; 
&lt;p&gt;
&lt;em&gt;Note: Windows Vista and the Windows logo are trademarks or registered trademarks
of Microsoft Corporation in the United States and/or other countries.&lt;/em&gt;
&lt;/p&gt;
&lt;/blockquote&gt;&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=bb77a659-49c5-4c35-a2c3-5bd8c26f4566" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,bb77a659-49c5-4c35-a2c3-5bd8c26f4566.aspx</comments>
      <category>Calyx</category>
      <category>Microsoft</category>
      <category>Point</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=58e9225e-2485-41b4-91a3-016ce6e31b47</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,58e9225e-2485-41b4-91a3-016ce6e31b47.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,58e9225e-2485-41b4-91a3-016ce6e31b47.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=58e9225e-2485-41b4-91a3-016ce6e31b47</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">    After my last entry
I thought I would point out that Point 5.4 runs just fine with Vista.<br /><p></p><img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=58e9225e-2485-41b4-91a3-016ce6e31b47" /><br /><hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Calyx Point 5.4</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,58e9225e-2485-41b4-91a3-016ce6e31b47.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,58e9225e-2485-41b4-91a3-016ce6e31b47.aspx</link>
      <pubDate>Thu, 01 Mar 2007 15:01:51 GMT</pubDate>
      <description>&amp;nbsp;&amp;nbsp;&amp;nbsp; After my last entry I thought I would point out that Point 5.4 runs just fine with Vista.&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=58e9225e-2485-41b4-91a3-016ce6e31b47" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,58e9225e-2485-41b4-91a3-016ce6e31b47.aspx</comments>
      <category>Microsoft</category>
      <category>Calyx</category>
      <category>Point</category>
    </item>
  </channel>
</rss>