NetworkRelationship
NetworkRelationship
info
**Network ** An aggregated list of connections between network members (i.e. control to control, risk to risk, etc.)
Properties
| Name | Type | Description | Max Length |
|---|---|---|---|
| ClientNetworkMemberId | GUID | ||
| IsDeleted | BOOLEAN | True/False - Indicates whether this record has been marked as deleted | |
| Id | GUID | Internal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE) | |
| EffectiveToTimestamp | datetime | Timestamp for when the relationship record is valid to | |
| IsApproved | BOOLEAN | True/False - Indicates whether this record has been approved for use | |
| AcinNetworkMemberId | GUID | ||
| IsLatestVersion | BOOLEAN | True/False - Indicates whether this is the most recent record for a business code | |
| EffectiveFromTimestamp | datetime | Timestamp for when the relationship record is valid from | |
| AuditId | GUID | Internal system reference to audit change control record |
Example JSON
[
{
"Id": "F59A874A-696E-44CC-AAE6-00027F5626E1",
"AcinNetworkMemberId": "CFD4A247-003E-4E75-A51D-48D7282218C2",
"ClientNetworkMemberId": "FA7C20A8-7FF5-45C7-A84B-6C1B86B23070",
"EffectiveFromTimestamp": 1627422038997,
"EffectiveToTimestamp": null,
"IsLatestVersion": true,
"IsDeleted": false,
"IsApproved": true,
"AuditId": "999E2F49-2329-40EE-AAF6-5999479EF89C"
}
]
NetworkRelationshipReason
info
**Network ** For a specific combination of customer, consesnus, and risk inventory, the reason a relationship was formed.
Properties
| Name | Type | Description | Max Length |
|---|---|---|---|
| NetworkTimestamp | datetime | ||
| NetworkRelationshipReasonTypeId | GUID | ||
| Id | GUID | Internal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE) | |
| NetworkRelationshipId | GUID | ||
| NetworkRelationshipSMEAssignedReasonTypeId | GUID | ||
| AcinNetworkMemberId | GUID | ||
| AuditId | GUID | Internal system reference to audit change control record | |
| Comment | STRING | ||
| ClientRiskInventoryCode | STRING | 255 | |
| IsLatestVersion | BOOLEAN | True/False - Indicates whether this is the most recent record for a business code | |
| ClientNetworkMemberId | GUID |
Example JSON
[
{
"Id": "439DF790-B9EA-42BA-A432-00002740D43E",
"NetworkRelationshipId": null,
"ClientRiskInventoryCode": "A8485B70-0FEB-4698-8AC0-542CA0EB4FD7",
"AcinNetworkMemberId": "727DBCC4-7891-42C9-A6F0-1918A348C586",
"ClientNetworkMemberId": "2058CD85-60D9-4D34-BBC8-B857DAA6A5EF",
"Comment": null,
"NetworkRelationshipSMEAssignedReasonTypeId": null,
"NetworkRelationshipReasonTypeId": "4E444711-D9EA-4404-A656-6D7BB66989AB",
"NetworkTimestamp": 1627418470130,
"IsLatestVersion": true,
"AuditId": "C6F9E583-949E-4E57-993B-B11151776CA7"
}
]
NetworkRelationshipReasonType
info
**Network ** A defined list of the ways a relationship can be formed and the associated code (e.g. Direct Match, A)
Properties
| Name | Type | Description | Max Length |
|---|---|---|---|
| IsDeleted | BOOLEAN | True/False - Indicates whether this record has been marked as deleted | |
| Code | STRING | The business code used as a unique identifier | 50 |
| GroupingDescription | STRING | 255 | |
| Name | STRING | 255 | |
| IsApproved | BOOLEAN | True/False - Indicates whether this record has been approved for use | |
| AuditId | GUID | Internal system reference to audit change control record | |
| Id | GUID | Internal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE) | |
| IsMatch | BOOLEAN | ||
| Description | STRING | 255 | |
| GroupingCode | STRING | 255 | |
| PointScore | decimal | ||
| NetworkTypeId | GUID |
Example JSON
[
{
"Id": "BB8EE233-2111-4375-919A-0FE9FF648F95",
"Code": "B2-a",
"Name": "Partial Match - Control Owner",
"Description": "Client control data attributes in line with Cube except Control Owner.",
"IsMatch": true,
"GroupingCode": "B",
"PointScore": 0.75,
"GroupingDescription": "Matched",
"IsDeleted": false,
"IsApproved": true,
"NetworkTypeId": "E81ADA29-45C6-4B6A-BDFB-EE641912BA4E",
"AuditId": "FEE9B65A-98FF-4575-9A84-E2AE50C26660"
}
]