TranslateILIType

This code table maps the ILIType codes used to represent a financial transaction to the ReassessmentAmount codes used by the eligibility and entitlement engine during reassessment. You must add an entry to this code table to map the custom codes for your financial transactions (ILIs). The "value" should match the entry from the "ILIType" code table. The "description" should match an entry from the "ReassessmentAmount" code table. Custom ILIs which are considered payments should be mapped to the ReassessmentAmount code "AT1". Custom ILIs which are considered liabilities should be mapped to the ReassessmentAmount code "AT6". For example:

<code
    default="false" java_identifier="" 
status="ENABLED" value="MY_FCT"
  >
    <locale language="en" sort_order="0">
      <description>AT1</description>
      <annotation>My ILI Type -&gt; Gross Amount</annotation>
    </locale>
  </code>