Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update arm text #488

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inst/qml/common/planning/AuditRiskModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <i>Handboek Auditing Rijksoverheid</i>. 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
{
Expand Down
Loading