【FRM123】Wrong Way Risk
https://www.investopedia.com/articles/investing/102015/introduction-wrong-way-risk.asp
https://www.risk.net/risk-management/credit-risk/1557468/wrong-way-risk
Defining
Let's say counterpartyA enters into a trade with counterparty B. If, during the life of the trade, the credit exposure of counterparty A to counterparty B increases at the same time that the creditworthiness of counterparty B deteriorates, then we have a case of wrong-way risk.
In such a scenario, the credit exposure to one counterparty is adversely correlated with the other counterparty’s credit quality and ability to make payments when due. In other words, the counterparty is more likely to default as it loses more on the trade position.
In short it arises when default risk and credit exposure increase together. The terms ‘wrong-way risk' and ‘wrong-way exposure' are often used interchangeably.
- SWWR, specific wrong-way risk, arises due to specific factors affecting the counterparty, like a rating downgrade, poor earnings or litigation.
- GWWR, general wrong-way risk (also known as conjectural wrong-way risk), occurs when the trade position is affected by macroeconomic factors like interest rates,inflation, or political unrest in a particular region.
Right way risk, on the other hand, is the exact opposite of wrong way risk. When counterparty creditworthiness improves as its payment obligationincreases on that trade, it is called right way risk. In CCR, this is a positive risk, meaning that right way risk is good to take whereas WWR should be avoided. Financial institutions are encouraged to structure their transactions such that they carry right way risk and not wrong way risk.
WWR and RWR are together referred to as DWR (directional way risk).
Ordinarily in trading book credit risk measurement, the creditworthiness of the counterparty and the exposure of a transaction are measured and modelled independently. In a transaction where wrong-way risk may occur, however, this approach is simply not sufficient and ignores a significant source of potential loss.
A Few Examples
Here are a few examples to understand these concepts. We will be using the following framework of firms, their securities, and transactions.
Examples of Wrong-Way Risk
Scenario 1: Specific Wrong-Way Risk
Cortana Inc. buys a put option with Alfa Inc's (ALFI) stock as the underlying on day 12 from Alfa Inc.
Strike Price: $75, Expiry: Day 30, Type: American Put Option, Underlying: ALFI stock
On Day 24, ALFI has fallen to $60 due to a downgrade in its rating and the option is in the money. Here, the exposure of Cortana Inc. to Alfa Inc. has increased to $15 (strike price minus the current price) at the same time that Alfa Inc. is more likely to default on its payments. This is a case of specific wrong-way risk.
Scenario 2: General Wrong-Way Risk
BAC Bank, based in Singapore, enters into a total return swap (TRS) with Alfa Inc. As per the swap agreement, BAC Bank pays the total return on its bond BND_BAC_AA and receives a floating rate of LIBOR plus 3% from Alfa Inc. If interest rates start rising globally, then the credit position of Alfa Inc. worsens at the same time that its payment liabilities to BAC Bank increase. This is an example of a transaction carrying general wrong way risk (BAC's situation is due not to anything particular to its operations, but to the international interest-rate rise).
Scenario 3: Right-Way Risk
Sparrow Inc. buys a call option with ALFI stock as the underlying on Day 1 from Alfa Inc.
Strike price: $65, Expiry: Day 30, Type: European option, Underlying: ALFI stock
On day 30, the call option is in the money and has a value of $15, which is also the exposure of Sparrow Inc. to Alfa Inc. During the same period, ALFI stock has rallied to $80 due to a winning a major lawsuit against another firm. We can see that the credit exposure of Sparrow Inc. to Alfa Inc. increased at the same time that Alfa’s creditworthiness improved. This is a case of right way risk, which is a positive or preferred risk when structuring financial transactions.
Scenario 4: SWWR in Case of Collateralized Transaction
Let's assume Cortana Inc. enters into a forward contract on crude oil with Sparrow Inc. In this arrangement, both counterparties are required to post collateral when their net position on the trade falls below a certain value. Further, let's assume that Cortana Inc. pledges ALFI stock and Sparrow Inc. pledges stock index STQI as collaterals. If Sparrow’s stock SPRW happens to be a constituent of the STQ 200 Index, then Cortana Inc. is exposed to wrong-way risk in the transaction. However, the wrong way exposure, in this case, is limited to the weight of SPRW stock in STQ 200 multiplied by the trade notional.
Scenario 5: SWWR-GWWR Hybrid in Case of CDS
Now let's move to a more complicated case of wrong-way. Suppose Cortana’s investment arm holds at face value $30 million of structured securities BND_BAC_AA, issued by BAC Bank. To protect this investment from counterparty credit risk, Cortana enters into a credit default swap (CDS) with Alfa Inc. In this arrangement, Alfa Inc. provides credit protection to Cortana in the event BAC Bank defaults on its obligations.
However, what happens if the CDS writer (Alfa) is unable to fulfill its obligation at the same time that the BAC Bank defaults? Alfa Inc. and BAC Bank, being in the same line of business, can be affected by similar macroeconomic factors. For example, during the Great Recession, the banking industry worldwide became weak, leading to worsening credit positions for banks and financial institutions in general. In this case, both the CDS issuer and the reference obligation’s issuer are adversely correlated to particular GWWR/macro factors and hence carry the risk of double-default to the CDS buyer Cortana Inc.
The Bottom Line
Wrong way risk arises when credit exposure of one counterparty during the life of a transaction is adversely correlated to the quality of other counterparty’s credit. This may be either due to poorly structured transactions (specific WWR) or market/macroeconomic factors that simultaneously affect the transaction as well as the counterparty in an unfavorable way (general or conjectural WWR).
There can be different scenarios where wrong-way risk may occur, and there is regulatory guidance on how to tackle some of them – such as the application of additional haircut in case of WWR in a collateralized transaction or the calculation of exposure at default (EAD) and loss given default (LGD).
In an ever-evolving financial world, no method or guidance may be completely exhaustive. Hence, the responsibility of setting up a more robust global banking system, capable of withstanding deep economic shocks, remains shared between regulators and financial institutions.
Compete Risk Free with $100,000 in Virtual Cash
Put your trading skills to the test with our FREE Stock Simulator. Compete with thousands of Investopedia traders and trade your way to the top! Submit trades in a virtual environment before you start risking your own money. Practice trading strategies so that when you're ready to enter the real market, you've had the practice you need.
【FRM123】Wrong Way Risk的更多相关文章
- 【HDU1538】A Puzzle for Pirates(经典的海盗问题)
[题目] Description A bunch of pirates have gotten their hands on a hoard of gold pieces and wish to di ...
- 【Java】-NO.20.Exam.1.Java.1.001- 【1z0-807】- OCEA
1.0.0 Summary Tittle:[Java]-NO.20.Exam.1.Java.1.001-[1z0-807] Style:EBook Series:Java Since:2017-10- ...
- 【原创】Junit4详解二:Junit4 Runner以及test case执行顺序和源代码理解
概要: 前一篇文章我们总体介绍了Junit4的用法以及一些简单的测试.之前我有个疑惑,Junit4怎么把一个test case跑起来的,在test case之前和之后我们能做些什么? Junit4执行 ...
- Linux 下LNMP环境搭建_【all】
LNMP = Linux + Nginx + Mysql + PHP 1.0 Linux环境搭建 Linux 系统安装[Redhat] 1.1. FastCGI介绍 1.什么是CGI(common g ...
- 【254】◀▶IEW-Unit19
Unit 19 Technology Communication I.名词性从句在雅思写作中的运用 英语中哪些位置可以放名词? 1)主语 2)宾语 3)表语 4)同位语 名词的位置放一个句子=名词性从 ...
- 【236】◀▶IEW-Unit01
Unit 1 Fast Food I.动名词的用法 Doing(V-ing) 核心思想:词性是名词,作用是动词 1. 名词 3)主语(句首) 保护环境是我们每个人的责任. Protecting th ...
- 【sqli-labs】 对于less34 less36的宽字节注入的一点深入
1.AddSlashes() 首先来观察一下是如何通过构造吃掉转义字符的 先将less 34的网页编码换成gbk 加上一些输出 echo "Before addslashes(): &quo ...
- 【BBED】编译及基本命令(1)
[BBED]编译及基本命令(1) 一.1 BLOG文档结构图 一.2 前言部分 一.2.1 导读和注意事项 各位技术爱好者,看完本文后,你可以掌握如下的技能,也可以学到一些其它你 ...
- 【工具】sqlmap 中文手册 使用教程
日期:2019-07-28 09:27:27 更新: 作者:Bay0net 介绍:自己翻译了一下,做个备忘. 0x01. 基本信息 官网 sqlmap: automatic SQL injection ...
随机推荐
- elasticsearch6.7 04.API规范
API Conventions elasticsearch的REST的API是使用HTTP的JSON格式暴露的. 除非另有说明,本章中列出的约定可以在整个REST API中应用. 多索引 索引名称支持 ...
- java锁的简化
java使用单独的锁对象的代码展示 private Lock bankLock = new ReentrantLock(); //因为sufficientFunds是锁创建的条件所以称其为条件对象也叫 ...
- Mybatis的自动映射autoMappingBehavior与mapUnderscoreToCamelCase
autoMappingBehavior 在Mybatis的配置文件中添加settings属性的autoMappingBehavior <settings> <setting name ...
- Java面试题—初级(9)
139. Java中的泛型是什么 ? 使用泛型的好处是什么? 泛型是Java SE 1.5的新特性,泛型的本质是参数化类型,也就是说所操作的数据类型被指定为一个参数. 好处: 1.类型安全,提供编译期 ...
- SD从零开始45-46
[原创] SD从零开始45 运输流程的控制 运输业务场景的例子Examples 一个公司可使用不同的运输业务场景,通过不同的处理类型或者运输方式来刻画: 要模型化这些不同的装运,你可以在配置中定义装运 ...
- KCF跟踪算法 入门详解
一.算法介绍 KCF全称为Kernel Correlation Filter 核相关滤波算法.是在2014年由Joao F. Henriques, Rui Caseiro, Pedro Martins ...
- ionic 上拉菜单(ActionSheet)安装和iOS样式不一样
ISO中的界面是这样的: 然而,Android中的界面是这样的: 代码如下: HTML部分: <body ng-app="starter" ng-controller=&qu ...
- Expo大作战(五)--expo中app.json 文件的配置信息
简要:本系列文章讲会对expo进行全面的介绍,本人从2017年6月份接触expo以来,对expo的研究断断续续,一路走来将近10个月,废话不多说,接下来你看到内容,讲全部来与官网 我猜去全部机翻+个人 ...
- Jemeter 连接数据库
1.打开Jmeter添加测试计划,(http://central.maven.org/maven2/mysql/mysql-connector-java/6.0.6/mysql-connector-j ...
- 【SPL标准库专题(1)】 SPL简介
什么是SPL SPL是Standard PHP Library(PHP标准库)的缩写. 根据官方定义,它是"a collection of interfaces and classes th ...