【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 ...
随机推荐
- linux安装MySQL5.7记录
目录 linux安装MySQL5.7记录 1. 在根目录下创建文件夹/software和数据库数据文件/data/mysql 2. 从官网下载相应的MySQL版本 3. 解压并移动到/software ...
- 深入理解Java虚拟机--阅读笔记一
Java内存区域 一.java运行时数据区域 1. 程序计数器:程序计数器占据的内存空间较小,是当前运行线程执行的字节码的计数:分支.循环.跳转.异常处理.线程恢复等都要依赖技术器来对执行的字节码进行 ...
- Java-函数式编程(二)Lambda表达式
本文首发:Java-函数式编程(二)Lambda表达式 “Lambda 表达式”(lambda expression)是一个匿名函数,Lambda表达式基于数学中的λ演算得名,直接对应于其中的lamb ...
- Mybatis架构简介
一.Mybatis与ORM 对象关系映射(即Object Relational Mapping,简称ORM),主要用于关系型数据库和实体之间的映射,主要为了解决对象与关系数据库存在的互不匹配的现象,O ...
- php中的或运算
1.今天碰到一个php或运算的面试题,很有趣,和大家分享一下.开始不明白什么原因. <?php $a = 0; $b = 0; if($a=3)>0 || ($b=3)>0) { $ ...
- influxdb-1.7.2.x86_64安装 install influxdb-1.7.2.x86_64 on RedHat & CentOS
1.下载安装 wget http://dl.influxdata.com/influxdb/releases/influxdb-1.7.2.x86_64.rpm https://portal.infl ...
- CSS应用的小问题总结
1.两个元素换行书写时,在实际的布局中展示为两个元素之间多了一个区间(这个区间通常是因为代码在换行时,解析会自动默认为一个空格字符),所以在实际应用时,如果想要将两个元素完全无缝隙的放置在一起并排显示 ...
- css 讲浮动,haslayout,BFC的文章
这篇专门讲BFC和haslayout的 这篇就不用说了,讲浮动的,张鑫旭大神的 , 这一系列有三篇
- js替换数组中字符串实例
这个是替换数组中的一个对象字符串: 直接上代码: var aaa=[ {"name":"张珊","sex":"man"} ...
- Python Word2Vec使用训练好的模型生成词向量
# 文本文件必须是utf-8无bom格式 from gensim.models.deprecated.word2vec import Word2Vec model = Word2Vec.load( ' ...