The collection of UMF segments that structure the incoming
data to manually create a relationship between two entities in the
entity database.
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.
Optional UMF_DISCLOSED_RELATION input document root elements
are:
- <DESCRIPTION>
- <LOAD_GROUP>
- To delete a relationship between two identities, add the following
root element: <LOAD_ACTION>D</LOAD_ACTION>
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_ACTION>A</LOAD_ACTION>
<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>