Skip to main content

RiskInventory

RiskInventory

info

**Fact - Business Unique ** A set of controls identified to mitigate a collection of risks. For example, all data points associated with Algo trading i.e. risks, controls and control attributes.

Properties

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

Example JSON

[
{
"Id": "DDB3A6EB-00DF-4413-8745-061DB5AA1FF7",
"Code": "ETRISK",
"AuditId": "C2F42C5B-346C-46F9-ABCF-33F021AD6F66",
"IsDeleted": false,
"IsApproved": true
}
]

RiskInventoryInstance

info

**Fact - Versioned Details Instance ** A set of controls identified to mitigate a collection of risks. For example, all data points associated with Algo trading i.e. risks, controls and control attributes.

Properties

NameTypeDescriptionMax Length
VersionINTEGERIncremental counter detailing the version of the record
DescriptionSTRINGA statement that gives details about the business record
AuditIdGUIDInternal system reference to audit change control record
IsLatestVersionBOOLEANTrue/False - Indicates whether this is the most recent record for a business code
NameSTRINGThe business name used as a unique label255
IdGUIDInternal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE)
IsApprovedBOOLEANTrue/False - Indicates whether this record has been approved for use
RiskInventoryIdGUIDInternal system identifier that indicates related Risk Inventory record
IsDeletedBOOLEANTrue/False - Indicates whether this record has been marked as deleted

Example JSON

[
{
"Id": "4809DF82-EC17-4201-9A64-11203D79D500",
"RiskInventoryId": "524C91E8-9BBE-44D8-BFF0-71A1285A193A",
"Name": "Equity Capital Markets",
"Description": "Includes all Controls (and related risk mappings) that are mapped to all business organisations within the Equity Capital Markets business set (B0102) and a Control Family of \"Specific\"",
"Version": 1,
"IsLatestVersion": true,
"IsDeleted": false,
"IsApproved": true,
"AuditId": "ACBA7433-99FE-4830-9108-85612DB92914"
}
]

Data Quality Rules