> For the complete documentation index, see [llms.txt](https://open-data-charter.gitbook.io/open-up-guide-using-open-data-to-combat-corruption/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://open-data-charter.gitbook.io/open-up-guide-using-open-data-to-combat-corruption/section-3-making-use-of-open-data/detection.md).

# Detection

With thousands of procurement processes taking place every month, and hundreds of spending transactions by governments every day, it is effectively impossible to audit every one of them manually for signs of corruption. But with structured open datasets, large-scale analysis can be carried out on a rolling basis

A common approach is ‘Red Flag Analysis’. Here, a set of indicators are designed, that can be assessed either using a single dataset (e.g. procurement data), or a collection of joined-up-datasets (e.g. company registers, asset registers and spending data). Software is created or configured to then read through incoming data, and analyse activities against potential indicators of corruption. When a certain threshold is hit, users of the system will be notified by alerts, or through a dashboard, that there are cases in need for deeper investigation. This red flags approach does not prove corruption is taking place - but they highlight areas which may, statistically, be subject to higher corruption risk. This can help in targeting scarce investigatory and enforcement resources.

The Open Contracting Partnership has been leading work to develop a common framework of red flags, and to assess which fields from the Open Contracting Data Standard (OCDS) are required in order to be able to detect certain corruption risks.<br>

| **Case study: Open Contracting Red Flags Framework**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| In “Red Flags for integrity: Giving the green light to open data solutions”, the Open Contracting Partnership have identified a range of metrics that can be calculated from Open Contracting Data Standard (OCDS) data on public procurement processes in order to surface corruption risks. The study identifies “a set of over 150 suspicious behavior indicators, or “red flags” \[that] occur at all points along the entire chain of public procurement-from planning to tender to award to the contract, itself, to implementation-and not just during the award phase, which tends to be the main focus in many procurement processes. “By building on standardised open data, tools built around these metrics can be more easily applied to datasets from different countries.<img src="https://lh6.googleusercontent.com/AzhR2dpvq3Oxb7u1iWRFlr3RHMFIO5M-cjOwrad6CSBvZ1LGB56WdRfC_SbDBplDXWw9CEG2euQuidjGS2P5bXPI703YgQ-ivAxmdJSIdho4JY-oCDEdCrr7HGVHovX5dHVq6Z92" alt="" data-size="original"> |
| Example Red Flag -> OCDS DAta Standard mapping                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Source: <http://www.open-contracting.org/2016/11/30/red-flags-integrity-giving-green-light-open-data-solutions/>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| The Anti-Corruption Open Up Guide                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://open-data-charter.gitbook.io/open-up-guide-using-open-data-to-combat-corruption/section-3-making-use-of-open-data/detection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
