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

Create risk_analysis.md #304

Merged
merged 6 commits into from
Dec 19, 2020
Merged
Show file tree
Hide file tree
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
Binary file added files/risk_analysis.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions practices/risk_analysis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
slug: risk-analysis
stages:
- development
short_description: Risk Analysis and Management is a key project management practice to ensure that the least number of surprises occur while the project is underway
tags:
- risk analysis
- software documentation
keywords:
- risk analysis
- documentation
- task
---

# Risk Analysis

**TL;DR**

Risk analysis is the process of identifying and analyzing potential issues that could negatively impact key business initiatives or projects. This process is done in order to help organizations avoid or mitigate those risks.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk analysis is the process of identifying and analyzing potential issues that could negatively impact key business initiatives or projects. This process is done in order to help organizations avoid or mitigate those risks. from https://searchsecurity.techtarget.com/definition/risk-analysis


## What Is Risk Analysis

Risk analysis is the process of analyzing, determining, and defining the risk of danger to government agencies, and businesses. We also use it to determine risk to individuals, towns, cities, and whole national economies.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk analysis is the process of analyzing, determining, and defining the risk of danger to government agencies, and businesses. We also use it to determine risk to individuals, towns, cities, and whole national economies.

Specifically, the analysis looks at potential natural and anthropogenic events. Anthropogenic events are events that human activity causes. from https://marketbusinessnews.com/financial-glossary/risk-analysis-definition-meaning/


Specifically, the analysis looks at potential natural and anthropogenic events. Anthropogenic events are events that human activity causes.

In IT, we commonly use a risk analysis report to align technological goals with those of the company. IT stands for information technology. Risk analysis is both quantitative or qualitative.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://marketbusinessnews.com/financial-glossary/risk-analysis-definition-meaning/

In IT, we commonly use a risk analysis report to align technological goals with those of the company. IT stands for information technology. Risk analysis is both quantitative or qualitative.


![Process](/files/risk_analysis.jpg)
ng29 marked this conversation as resolved.
Show resolved Hide resolved
[Wallstreetmojo.com](https://www.wallstreetmojo.com/risk-analysis/)

## Why You Might Want the Risk Analysis
1. Completion of preventative risk analysis have potential to avoid making huge losses
2. Risk analysis will help the business avoiding security breaches
3. New policies can be drafted to prevent potential risks from eventuating
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You’ll be able to draft up new policies to prevent potential risks from eventuating. Changing active to passive is not rewriting. (https://www.spews.org/marketing/why-risk-analysis-is-important/). This comment is regarding all 4 points.

4. Business’ profits can also be increased by performing risk analysis.


## How to Implement the Risk Analysis
**1. Identify Threats**

Identifying the existing and possible threats that can be faced is the very first step in Risk Analysis.And there can be multiple sources that can give rise to these threats, some of them are listed below:


- Human – Illness, death, injury, or other loss of a key individual.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, rewrite this part with your own words. I tried to find which source is the closes to these points and it seems like either https://www.archtonica.com/projects-risk-analysis/ or http://globalplanninggroup.com/support/risk-analysis/how-to-use-ra/.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The part in consideration is
Human – Illness, death, injury, or other loss of a key individual.
Operational – Disruption to supplies and operations, loss of access to essential assets, or failures in distribution.
Reputational – Loss of customer or employee confidence, or damage to market reputation.
Procedural – Failures of accountability, internal systems, or controls, or from fraud.
Project – Going over budget, taking too long on key tasks, or experiencing issues with product or service quality.
Financial – Business failure, stock market fluctuations, interest rate changes, or non-availability of funding.
Technical – Advances in technology, or from technical failure.
Natural – Weather, natural disasters, or disease.
Political – Changes in tax, public opinion, government policy, or foreign influence.
Structural – Dangerous chemicals, poor lighting, falling boxes, or any situation where staff, products, or technology can be harmed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fact that you change the order is not rewriting.

- Operational – Disruption to supplies and operations, loss of access to essential assets, or failures in distribution.
- Reputational – Loss of customer or employee confidence, or damage to market reputation.
- Procedural – Failures of accountability, internal systems, or controls, or from fraud.
- Project – Going over budget, taking too long on key tasks, or experiencing issues with product or service quality.
- Financial – Business failure, stock market fluctuations, interest rate changes, or non-availability of funding.
- Technical – Advances in technology, or from technical failure.
- Natural – Weather, natural disasters, or disease.
- Political – Changes in tax, public opinion, government policy, or foreign influence.


Various tools can be used to uncover possible threats such as **SWOT Analysis** ,**Failure Mode** and **Effects Analysis** ,while **Scenario Analysis** helps you explore possible future threats.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


**2. Estimate Risk**
ng29 marked this conversation as resolved.
Show resolved Hide resolved

After identification of threats that can be faced, two factors need to be calculated:
- Likelihood of these threats being realized
- Possible impact of these threats.

So if we can estimate the exact probability of that event occurring and then multiply that by the factor that will cost us to make the things backward in the right condition.
Value for the risk can be calculated by :

```
Risk Value = Probability of Event x Cost of Event
```

## Common Pitfalls of the Risk Analysis

- Subjectiveness of evaluations that are done in risk analysis.
- Combination of risk evaluation or cost analysis is not possible.
- Within risk categories there is lack of differentiation.
- There is high dependency on the experience of the team.
- Result in vague, difficult to implement plans.

## Resources for the Risk Analysis
- MarketBusinessNews: [Defining Risk Analysis](https://marketbusinessnews.com/financial-glossary/risk-analysis-definition-meaning/)
- MindTools: [Evaluating and Managing risks](https://www.mindtools.com/pages/article/newTMC_07.htm)
- Spews: [Importance of risk analysis](https://www.spews.org/marketing/why-risk-analysis-is-important/)