...
The Client address can be one of three types:
'Home' ('HOM')
'Business' ('BUS')
'Wire Profile'
These values are valid for the database field RULESDBO.CLIENT_ADDRESS.ADDRESS_TYPE (which is mapped from the EagleML/referenseTransaction/client/clientAddress/addressType element of the incoming file).
...
The set of values (client address section of the EagleML message, RULESDBO.CLIENT_ADDRESS database table):
EagleML/referenceTransaction/client/clientId (the value of client instance is calculated by client instance and mapped into RULESDBO.CLIENT_ADDRESS.CLIENT_INST database field);
EagleML/referenceTransaction/client/clientAddress/caInstance (optional value. If not present, the value of element caInstance is calculated or generated and mapped into the RULESDBO.CLIENT_ADDRESS.INSTANCE database field);
EagleML/referenceTransaction/client/clientAddress/addressType (mapped into the RULESDBO.CLIENT_ADDRESS.ADDRESS_TYPE database field);
EagleML/referenceTransaction/client/effectiveDate (mapped into the RULESDBO.CLIENT_ADDRESS.EFFECTIVE_DATE database field).
The other fields in this database table can take on any values.
...
The following examples are available:
Child pages (Children Display) |
---|
An example containing Client section and one Address section and an example containing Client section and multiple Address sections.