Skip to main content

NetworkRelationship

NetworkRelationship

info

**Network ** An aggregated list of connections between network members (i.e. control to control, risk to risk, etc.)

Properties

NameTypeDescriptionMax Length
ClientNetworkMemberIdGUID
IsDeletedBOOLEANTrue/False - Indicates whether this record has been marked as deleted
IdGUIDInternal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE)
EffectiveToTimestampdatetimeTimestamp for when the relationship record is valid to
IsApprovedBOOLEANTrue/False - Indicates whether this record has been approved for use
AcinNetworkMemberIdGUID
IsLatestVersionBOOLEANTrue/False - Indicates whether this is the most recent record for a business code
EffectiveFromTimestampdatetimeTimestamp for when the relationship record is valid from
AuditIdGUIDInternal 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

NameTypeDescriptionMax Length
NetworkTimestampdatetime
NetworkRelationshipReasonTypeIdGUID
IdGUIDInternal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE)
NetworkRelationshipIdGUID
NetworkRelationshipSMEAssignedReasonTypeIdGUID
AcinNetworkMemberIdGUID
AuditIdGUIDInternal system reference to audit change control record
CommentSTRING
ClientRiskInventoryCodeSTRING255
IsLatestVersionBOOLEANTrue/False - Indicates whether this is the most recent record for a business code
ClientNetworkMemberIdGUID

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

NameTypeDescriptionMax Length
IsDeletedBOOLEANTrue/False - Indicates whether this record has been marked as deleted
CodeSTRINGThe business code used as a unique identifier50
GroupingDescriptionSTRING255
NameSTRING255
IsApprovedBOOLEANTrue/False - Indicates whether this record has been approved for use
AuditIdGUIDInternal system reference to audit change control record
IdGUIDInternal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE)
IsMatchBOOLEAN
DescriptionSTRING255
GroupingCodeSTRING255
PointScoredecimal
NetworkTypeIdGUID

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"
}
]