IM Relationship Resolution Information Center, Version 4.2

UMF_DISCLOSED_RELATION input document

The collection of UMF segments that structure the incoming data to manually create a relationship between two entities in the entity database.

Optional UMF_DISCLOSED_RELATION input document root elements are:
  • <DESCRIPTION>
  • <LOAD_GROUP>
  • To delete a relationship between two identities, add the following root element: <DSRC_ACTION>D</DSRC_ACTION>
Required UMF_DISCLOSED_RELATION input document segments are:
  • Two <ACCOUNT> UMF segments to specify the two identities. If the identities do not exist in the entity database, the relationship will not be created but will be logged.
The following UMF_DISCLOSED_RELATION input document creates a relationship between two entities in the entity database, by relating the identities <DSRC_ACCT>223-010025</DSRC_ACCT> and <DSRC_ACCT>223-010026</DSRC_ACCT>. The <DESCRIPTION>Brother</DESCRIPTION> UMF element states it is because the identities are brothers.

<UMF_DISCLOSED_RELATION>
<LOAD_GROUP>123</LOAD_GROUP>
<DESCRIPTION>Brother</DESCRIPTION>
<LOAD_GROUP>123</LOAD_GROUP>
<ACCOUNT>
<DSRC_CODE>100</DSRC_CODE>
<DSRC_ACCT>223-010025</DSRC_ACCT>
</ACCOUNT>
<ACCOUNT>
<DSRC_CODE>100</DSRC_CODE>
<DSRC_ACCT>223-010026</DSRC_ACCT>
</ACCOUNT>
</UMF_DISCLOSED_RELATION>



Feedback

Last updated: 2009