From b1469bb546e75f30dfc330dd9cc27b7a67ebe04a Mon Sep 17 00:00:00 2001 From: Koen Derks Date: Thu, 21 Nov 2024 09:43:17 +0100 Subject: [PATCH] Update arm text --- inst/qml/common/planning/AuditRiskModel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/qml/common/planning/AuditRiskModel.qml b/inst/qml/common/planning/AuditRiskModel.qml index 98c55fdd..2c4a7767 100644 --- a/inst/qml/common/planning/AuditRiskModel.qml +++ b/inst/qml/common/planning/AuditRiskModel.qml @@ -32,7 +32,7 @@ Group title: show_title ? qsTr("Audit Risk Model") : "" enabled: enable visible: !hide - info: qsTr("When the auditor has information that indicates a low-risk profile on the population, they can use this information to reduce their required sample size via the Audit Risk Model (ARM) provided that there are no errors in the population. According to the ARM, the audit risk (AR) is a function of the inherent risk (IR), the internal control risk (CR), and the detection risk (DR).\n\n*AR = IR x CR x DR*\n\nThe auditor assesses inherent risk and internal control risk generally on a 3-point scale to determine the appropriate detection risk. Using the ARM and zero errors the sample size depends on the risk factor *R* and the performance materiality. The risk factor *R* is a function of the detection risk (Stewart 2012).\n\n*R = -ln(DR)*\n\nThe following table presents values of *R* as a function of the detection risk, provided that there are zero errors (Touw and Hoogduin 2012).\n\n| Detection risk (%) | 1 | 4 | 5 | 10 | 14 |\n| :---: | :---: | :---: | :---: | :---: | :---: |\n| R | 4.6 | 3.2 | 3 | 2.3 | 2 |\n\nThe risk factor *R* can be adjusted using the assessments of the inherent risk and the internal control risk. By default, the standard method of setting the probabilities of IR and CR is by following the table below for a detection risk of 5%:\n\n| | High | Medium | Low | \n| :---: | :---: | :---: |\n| R | 3 | 2 | 1 |\n\nThese values of *R* are used to set default percentages for IR and CR. The Audit module handles the following default values for IR and CR:\n- High: 100%\n- Medium: 60%\n- Low: 36%\n\nYou can manually adjust the value of IR and CR by selecting the Custom option under the corresponding risk assessment, thus adjusting the risk factor *R*.") + info: qsTr("When the auditor has information that indicates a low-risk profile on the population, they can use this information to reduce their required sample size via the Audit Risk Model (ARM) provided that there are no errors in the population. According to the ARM, the audit risk (AR) is a function of the inherent risk (IR), the internal control risk (CR), the analytical risk (CAR) and the detection risk (DR).\n\n*AR = IR x CR x CAR x DR*\n\nThe auditor assesses inherent risk, internal control risk and analytical risk generally on a 3-point scale consisting of high, medium and low to determine the appropriate detection risk. To use the ARM, these categorical risk assessments must be mapped to probabilities. By default, the Audit module uses the percentages shown in the table below, which are inspired by the Handboek Auditing Rijksoverheid. You can manually adjust the percentages associated with one or all of the risks by selecting the Custom option in the drop-down list under the corresponding risk assessment.\n\n| | Inherent risk (IR) | Control risk (CR) | Analytical risk (CAR) |\n| ---: | :---: | :---: | :---: |\n| High | 100% | 100% | 100% |\n| Medium | 63% | 52% | 50% |\n| Low | 40% | 34% | 25% |") Label {