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的更多相关文章

  1. 【HDU1538】A Puzzle for Pirates(经典的海盗问题)

    [题目] Description A bunch of pirates have gotten their hands on a hoard of gold pieces and wish to di ...

  2. 【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- ...

  3. 【原创】Junit4详解二:Junit4 Runner以及test case执行顺序和源代码理解

    概要: 前一篇文章我们总体介绍了Junit4的用法以及一些简单的测试.之前我有个疑惑,Junit4怎么把一个test case跑起来的,在test case之前和之后我们能做些什么? Junit4执行 ...

  4. Linux 下LNMP环境搭建_【all】

    LNMP = Linux + Nginx + Mysql + PHP 1.0 Linux环境搭建 Linux 系统安装[Redhat] 1.1. FastCGI介绍 1.什么是CGI(common g ...

  5. 【254】◀▶IEW-Unit19

    Unit 19 Technology Communication I.名词性从句在雅思写作中的运用 英语中哪些位置可以放名词? 1)主语 2)宾语 3)表语 4)同位语 名词的位置放一个句子=名词性从 ...

  6. 【236】◀▶IEW-Unit01

    Unit 1  Fast Food I.动名词的用法 Doing(V-ing) 核心思想:词性是名词,作用是动词 1. 名词 3)主语(句首) 保护环境是我们每个人的责任. Protecting th ...

  7. 【sqli-labs】 对于less34 less36的宽字节注入的一点深入

    1.AddSlashes() 首先来观察一下是如何通过构造吃掉转义字符的 先将less 34的网页编码换成gbk 加上一些输出 echo "Before addslashes(): &quo ...

  8. 【BBED】编译及基本命令(1)

    [BBED]编译及基本命令(1) 一.1  BLOG文档结构图       一.2  前言部分   一.2.1  导读和注意事项 各位技术爱好者,看完本文后,你可以掌握如下的技能,也可以学到一些其它你 ...

  9. 【工具】sqlmap 中文手册 使用教程

    日期:2019-07-28 09:27:27 更新: 作者:Bay0net 介绍:自己翻译了一下,做个备忘. 0x01. 基本信息 官网 sqlmap: automatic SQL injection ...

随机推荐

  1. Hibernate自身一对多和多对多关系映射

    一对多关系映射大家都明白,关系双方都一个含有对方多个引用,但自身一对多很多同学都不明白什么意思,那么首先我就说明一下什么是自身一对多,其实也很好理解,自身一对多就是自身含有本身的多个引用,例如新闻类别 ...

  2. TFS 打得你措手不及!TF53001:管理员已取消数据库操作

    心塞.公司TFS突然挂了.签入获取 一直报 TF53001:管理员已取消数据库操作.公司开发部开发进度一下就受阻了.刚好有时关键时期. 在 老总的帮助下根据搜到的资料 .搞定了这个问题!问题出在数据库 ...

  3. DVWA的安装

    DVWA(Dam Vulnerable Web Application)是基于PHP+Mysql的一套用于常规Web漏洞教学和检测Web脆弱性测试程序,包含了SQL注入,Xss,盲注等常用的一些安全漏 ...

  4. BZOJ5289: [Hnoi2018]排列

    传送门 第一步转化,令 \(q[p[i]]=i\),那么题目变成: 有一些 \(q[a[i]]<q[i]\) 的限制,\(q\) 必须为排列,求 \(max(\sum_{i=1}^{n}w[i] ...

  5. LOJ#6085. 「美团 CodeM 资格赛」优惠券(set)

    题意 题目链接 Sol 考虑不合法的情况只有两种: 进去了 再次进去 没进去 但是出来了 显然可以用未知记录抵消掉 直接开个set维护一下所有未知记录的位置 最优策略一定是最后一次操作位置的后继 同时 ...

  6. 18:Tomorrow never knows?

    18:Tomorrow never knows? 查看 提交 统计 提问 总时间限制:  1000ms 内存限制:  65536kB 描述 甲壳虫的<A day in the life>和 ...

  7. 【代码笔记】iOS-NSJSONSerializationDemo

    一,代码. - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. ...

  8. win7下解决vs2015新建项目,提示“未将对象引用设置到引用实例“的问题

    问题描述: 打开vs2015新建c++项目时,出现有如下内容的对话框“未将对象引用设置到引用实例”的提示 解决方法: 1.  温馨提示:千万不要一冲动,就去卸载vs2015!! win7下安装vs20 ...

  9. 自定义适用于手机和平板电脑的 Dynamics 365(一):主页

    当用户首次打开适用于手机和平板电脑的 Dynamics 365 时,他们将看到默认为“销售仪表板”的主页. 您可以创建新仪表板或 Web 应用程序中编辑现有仪表板,然后为移动设备启用它们,用户可以选择 ...

  10. 特来电CMDB应用实践

    配置管理数据库(Configuration Management Database,以下简称CMDB)是一个老生常谈的话题,不同的人有不同的见解,实际应用时,因为企业成熟度以及软硬件规模不同,别人的成 ...