Cyber Risk Losses

Cyber Risk and information security costs are a significant source of operational risk losses reported by financial institutions. Cyber risk losses include:

Cyber risk reporting by ORX has a median severity of 0.73% of gross income (in 2022) with a frequency of 1 event per subscriber in 40 years. The median loss severity is the largest of all material losses identified by ORX in 2022, although the median frequency of the losses is somewhat lower than other material losses. These are frequency and losses reported to ORX by member institutions above the reporting threshold (€20,000).

Cyber risk events distinguish between the frequency and severity of the risk event.

The following analysis applies a quantification of the cyber risk for financial institutions derived from an IMF working paper. The working paper looked at the risk for the global financial systems as a whole, this calculator applies that risk to a single institution.

In the study:

The following analysis uses the following information sources:

Required functions

The following section provides the code for some of the required functions to perform the final simulation.

The density of the Poisson distribution is given by:

Probability Mass Function: Poisson Distribution

Generalised Pareto Distribution Functions

These functions apply the Generalised Pareto Distribution. Provided are functions to calculate the density and inverse cumulative distribution. A random number generator is also provided.

The density of the Generalised Pareto Distribution is given by:

Which is defined for all x > 0. The μ and σ are normalising coefficients, where μ is the minimum value, such that:

Example application of the GPT formatted random numbers, the occasional outlier value should be evident even with a sample of 10.

The 90th percentile of the IMF loss severity GPD distribution is .

EVT joint lognormal and GPD distribution

The joint distribution is lognormal in the body of the distribution and GPD is the upper tail of the distribution.

LognormGPD distribution test

The following calculates a large sample from the severity distribution, as determined by the IMF paper.

Cyber Risk Event Frequency

The IMF paper reports an expected loss frequency of cyber attack events per year for all financial institutions globally of 990. A contagion scenario is also considered where there is a 20 percent probability that each attach impacts several firms at once. This leads to the scaling of the frequency of attacks by 25 percent and a resulting event frequency of 1238:

When considering the impact for 1 bank in Australia, using the data reported in the paper.

That is of the total risk facing the global banking industry, a single Australian institution represents 0.02% of the total risk, which is equivalent to an annual risk of cyber attack of 0.22, or 1 in 5 years. This translates into a 80% chance of no attack each year, a 17% chance of 1 attack, a 1.9% chance of 2 attacks:

Select the expected event frequency. Data shows recent event frequency has ranged between 1 event every 10 (0.1) to every 5 years (0.2). But event frequency is increasing and there some organisations seem to be more vulnerable to cyber risk events than others. Event frequency is represented by a Poisson distribution, which measures the number of events over a period of time (this case per annum). λ represents the shape parameter of the distribution and is also the mean/average.

Event Frequency is at least 1 event every years.

Cyber Risk Event Severity

Average losses are around US\$ 66 million in the dataset, the median loss is only US\$ 4.7million. There have been losses as high as US\$ 4010 million (an outlier but retained in the dataset as it reflected an attack on common infrastructure which affected 30 Brazilian banks in 2014.

Event severity is the potential loss per event.

Cumulative Loss per Annum

The chart shows the total losses, combining the selected frequency and severity

VaR from cyber risk simulation

The loss at a particular confidence interval from simulation.

Expected shortfall from cyber risk simulation

The average loss greater than the VaR.