AssignFinancialEntry

OIPA supports the ability to write financial credits and debits into a table using element <AssignFinancialEntry> located in Transaction XML. The assign financial Entry element will work like normal assignment.

AssignFinancial Entry Elements and Attributes
Element/Tag Definition Attribute Element/Attribute Value and Description

<AssignFinancialEntry>

 

 

 

 

 

Defines whether Financial Entry is IN or OUT (Credit OR Debit)

TYPE

Values Apply/Withdrawal

 

  Defines the type of Financial entry such as External 1035, Internal 1035 etc.. TYPECODE Code Values from AsCodeFinancialEntryType or MathVariable which holds the code value
<MoneyType>      
    NAME

Parent Element: <AssignFinancialEntry>

Code Values from AsCodeMoneyType or MathVariable which holds the Code value Money type defines the financial entry event type, like Premium, Tax etc

XML Example

AssignFinancialEntry

<AssignFinancialEntry TYPE="[Apply|Withdrawal]" TYPECODE="[AsCodeFinancialEntryType|MathVariable]" >
<MoneyType NAME="[MathVariable]">[AsCodeMoneyType|MathVariable]</MoneyType>
</AssignFinancialEntry>