Settlement window adjust ABS task
This task determines whether a transaction is eligible for the ABS settlement window.
Transactions are eligible for the ABS settlement window when they meet all of the following criteria:
- The transaction is in a batch (ICL) that is flagged for pre-funding.
This task has a task type of ASSIGNMENT and does not have a table look up.
Task descriptor
The task descriptor for this task is shown in the following
example:
<?xml version="1.0"?>
<taskDescriptor name="SttlWindowAdjustABSTask" type="ASSIGNMENT">
<assignments>
<assignment field="refKeepWindowSttl" type="string" value="N" conditions="refSettlementWindowName EQ 'ABS'"/>
<assignment field="refKeepWindowSttl" type="string" value="Y" conditions="refSettlementWindowName EQ 'ABS', ibmPrefunded EQ 'Y'"/>
</assignments>
</taskDescriptor>