OBJECT

Description

Many items associated to a policy are multiple instances of complex data types. It is necessary to construct loops that initially collect the instances and return each one during each iteration. This math variable type returns a single instance of an object from the object collection (SOURCEARRAY).    

OBJECT Element/Attribute Table
TYPE=OBJECT    

Element

Attributes

Attribute Value

Element Value

Definition

<MathVariable>

TYPE

OBJECT

 

 

 

OBJECTNAME

Name of the object where the data resides. This coincides with a database table name. 

This will be the same OBJECTNAME listed in the associated TYPE=OBJECTLOOP statement.

 

SOURCEARRAY

The VARIABLENAME of the associated OBJECTLOOP MathLoop.

 

XML Example

<MathVariable VARIABLENAME="IndividualClient" 
 TYPE="OBJECT" OBJECTNAME="Client" SOURCEARRAY="ClientLoop"></MathVariable>