【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 ...
随机推荐
- js 时间格式与时间戳的相互转换示例代码
一.时间转换时间戳 function transdate(endTime){ var date=new Date(); date.setFullYear(endTime.substring(0,4)) ...
- @ContextConfiguration的意思
@ContextConfiguration的意思 @ContextConfiguration这个注解通常与@RunWith(SpringJUnit4ClassRunner.class)联合使用用来测试 ...
- SQL Server 如何添加删除外键、主键,以及更新自增属性
1.添加删除主键和外键 例如: -----删除主键约束DECLARE @NAME SYSNAMEDECLARE @TB_NAME SYSNAMESET @TB_NAME = 'Date'SELECT ...
- mysql count(*) vs count(1)
perfer count(*) 官方文档: _InnoDB handles SELECT COUNT(*) and SELECT COUNT(1) operations in the same way ...
- Codeforces841A
A. Generous Kefa time limit per test:2 seconds memory limit per test:256 megabytes input:standard in ...
- 去除img默认的边框
//当img属性src没有值时,会有难看的边框和难看的一个小图 有什么办法去掉呢? <img src=" " /> //不要这样写 <img /> ...
- SQLServer 常见SQL笔试题之语句操作题详解
SqlServer 常见SQL笔试题之语句操作题详解 by:授客 QQ:1033553122 测试数据库 CREATE DATABASE handWriting ON PRIMARY ( name = ...
- 测试sql server服务是否配置正确
最简单的方法: 新建一个testdb.udl文件,双击可出现测试界面
- Python Django框架笔记(三):django工作方式简单说明和创建用户界面
(一) 说明 简单说明下django的工作方式,并举2个例子. (二) Django工作方式 假定我们有下面这些文件 ,这里在前2篇的基础上增加了 templates目录(存放html文件) 和s ...
- ECMAScript5新特性总结
虽然ECMAScript5早就成为标准推出来了,但之前因为一直用的是ECMAScript3,并且工作中总是要求兼容IE的低版本,所以用的比较少.如今市场上大多数浏览器都能兼容ECMAScript5(I ...