【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 ...
随机推荐
- Word文档中多个编号放同一行的方法(非技术)
最近在帮公司出应届生校招面试题,为了方便,选择题部分的答案用了Word的[编号]功能!如下截图所示: 这么简短的四个答案这么竖着放很占空间(打印时也很浪纸张),能不能让它们全部横放在同一行,或两两一组 ...
- 彻底理解ReentrantLock
5.ReentrantLock的介绍 ReenTrantLock重入锁,是实现Lock接口的一个类,也是在实际编程中使用频率很高的一个锁,支持重入性,表示能够对共享资源能够重复加锁,即当前线程获取该锁 ...
- Springmvx拦截html出现406解决以及Server Tomcat v8.0 Server at localhost failed to start 问题解决方法
问题是这样的:环境是SSM框架,在配置好的框架里想请求一个html,结果406了,406就是HTTP协议状态码的一种,表示无法使用请求的特性来响应请求的网页.一般指客户端浏览器不接受所请求页面的MIM ...
- 【 js 基础 】【 源码学习 】 深浅拷贝
underscore的源码中,有很多地方用到了 Array.prototype.slice() 方法,但是并没有传参,实际上只是为了返回数组的副本,例如 underscore 中 clone 的方法: ...
- lamp配置多个虚拟站点
在同一ip下添加多个域名站点! 1.查看ip 命令:ifconfig 2.添加域名 命令:vi /etc/hosts 输入域名:如 192.168.160.127 www.test.com 192 ...
- 【代码笔记】iOS-MBProgressHUD
一,工程图. 二,代码. AppDelegate.h #import <UIKit/UIKit.h> #import "MBProgressHUD.h" @interf ...
- servlet和jsp页面过滤器Filter的作用及配置
刚刚有个朋友问我,Servlet的过滤器有什么作用? 现在发个帖子说明一下, 过滤器是一个对象,可以传输请求或修改响应.它可以在请求到达Servlet/JSP之前对其进行预处理, ...
- jqgrid 使用altRows和altclass属性实现隔行换色
如果只是简单的区别奇偶行的话,设置两个属性,加一个样式 altRows:true, altclass:'someClass' .someClass { background-color: #DDDDD ...
- C#中获取数组中相加和最接近或等于(<=)给定值的算法
, ,,,,,,,,, }; List<List<int>> mylist = new List<List<int>>(); int length = ...
- SQL Server 跨网段(跨机房)通过备份文件初始化复制
笔者最近碰到了需要搭建跨网段的SQL Server复制,实际的拓扑结构如下草图所示: 发布端A服务器位于CDC机房中 订阅端B服务器位于阿里云 因为SQL Server复制不支持通过IP连接分发服务器 ...