Skip to content

Commit 28d5713

Browse files
pcaspersjenkins
authored andcommitted
QPR-12277 fix the credit support amount, sign of independent amount
1 parent 5353b23 commit 28d5713

14 files changed

Lines changed: 1228 additions & 693 deletions

File tree

Docs/UserGuide/userguide.tex

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@
125125
\newcommand{\SCVA}{\mathit{SCVA}}
126126
\newcommand{\bs}{\textbackslash}
127127
\newcommand{\REDY}{\color{red}Y}
128+
\newcommand{\IA}{\mathit{IA}}
129+
\newcommand{\Th}{\mathit{TH}}
130+
\newcommand{\CSA}{\mathit{CSA}}
128131

129132
\begin{document}
130133

@@ -7549,28 +7552,31 @@ \subsection{Collateral Model}\label{sec:app_collateral}
75497552
\begin{align}\label{eq:CSA}
75507553
CSA(t_m) &=
75517554
\begin{cases}
7552-
\max(0, V_{set}(t_m) - I_A - T_{hold}),& V_{set}(t_m) - I_A \ge 0 \\
7553-
\min(0, V_{set}(t_m) - I_A + T_{hold}),& V_{set}(t_m) - I_A < 0
7555+
\max(0, \NPV(t_m) + \IA - \Th_{rec}),& \NPV(t_m) + \IA \ge 0 \\
7556+
\min(0, \NPV(t_m) + \IA + \Th_{pay}),& \NPV(t_m) + \IA < 0
75547557
\end{cases}
75557558
\end{align}
75567559
where
75577560
\begin{itemize}
7558-
\item $V_{set}(t_m)$ is the value of the netting set as of
7559-
time $t_m$,
7560-
\item $T_{hold}$ is the threshold exposure below which no collateral is
7561-
required (possibly asymmetric),
7561+
\item $\NPV(t_m)$ is the value of the netting set as of
7562+
time $t_m$ from our persepctive,
7563+
\item $\Th_{rec}$ is the threshold exposure below which we do not
7564+
require collateral, likewise $\TH_{pay}$ is the threshold that applies to collateral posted to the counterparty,
75627565
%\item $MTA$ is the minimum transfer amount for collateral margin
75637566
% flow requests (possibly asymmetric)
7564-
\item $I_A$ is the sum of all collateral independent amounts attached to
7565-
the underlying portfolio of trades (positive amounts imply that the bank
7566-
has received a net inflow of independent amounts from the
7567+
\item $\IA$ is the sum of all collateral independent amounts attached to
7568+
the underlying portfolio of trades (positive amounts imply that we
7569+
have received a net inflow of independent amounts from the
75677570
counterparty), assumed here to be cash.
75687571
\end{itemize}
75697572

75707573
As the collateral account already has a value of $C(t_m)$ at time $t_m$, the collateral shortfall is simply the
7571-
difference between $C(t_m)$ and $CSA(t_m)$. However, we also need to account for the possibility that margin calls
7574+
difference between $C(t_m)$ and $\CSA(t_m)$. However, we also need to account for the possibility that margin calls
75727575
issued in the past have not yet been settled (for instance, because of disputes). If $M(t_m)$ denotes the net value of
7573-
all outstanding margin calls at $t_m$, and $\Delta(t)$ is the difference $\Delta(t) = CSA(t_m) - C(t_m) - M(t_m)$
7576+
all outstanding margin calls at $t_m$, and $\Delta(t)$ is the difference
7577+
$$
7578+
\Delta(t) = \CSA(t_m) - C(t_m) - M(t_m)
7579+
$$
75747580
between the {\em Credit Support Amount} and the current and outstanding collateral, then the actual margin
75757581
\emph{Delivery Amount} $D(t_m)$ is calculated as follows:
75767582
\begin{align}\label{eq:DA}
@@ -7580,7 +7586,18 @@ \subsection{Collateral Model}\label{sec:app_collateral}
75807586
0,& \left| \Delta(t) \right| < MTA
75817587
\end{cases}
75827588
\end{align}
7583-
where $MTA$ is the minimum transfer amount.
7589+
where $MTA$ is the minimum transfer amount.
7590+
7591+
Consider the upper case of \eqref{eq:CSA}: If the initial value of the netting set is zero ($\NPV(t_0)=0$) and
7592+
if $\Th_{rec}=0$, but the combined $\IA>0$, then the Credit Support Amount equals the Independent Amount, $\CSA(t_0)=\IA$.
7593+
If moreover the initial collateral balance is zero (because the Independent Amount has not been received yet),
7594+
then $\Delta(t_0)=\CSA(t_0)=\IA$, and the delivery amount $D(t_0)$ also matches the $\IA$ (assuming this exceeds the MTA),
7595+
so that the next call leads to the transfer of the Independent Amount to us. For a positive $\Th_{rec}>0$, the transfer to us is reduced accordingly.
7596+
In that case we can view the Independent Amount as an offset to the threshold.
7597+
7598+
Consider the lower case of \eqref{eq:CSA}: If the netting set value is negative from our perspective and in absolute terms larger than the $\IA$,
7599+
then the Credit Support Amount is just the negative difference $\CSA=-|\NPV| + \IA + \Th_{pay}$ so that we need to post collateral, but only the amount
7600+
beyond the combined threshold $\IA + \Th_{pay}$.
75847601

75857602
\subsubsection{Margin Period of Risk} \label{sec:mpor}
75867603
After a counterparty defaults, it takes time to close out the portfolio. During this time period the portfolio value will change upon market conditions, therefore the portfolio's close-out value is subject to market risk, which is referred also as the close-out risk and the corresponding close-out period is called as the {\em Margin Period of Risk} (MPoR).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#NettingSet,Date,Time,EPE,ENE,PFE,ExpectedCollateral,BaselEE,BaselEEE
2+
CPTY_A,2016-02-05,0.000000,1201477.63,0.00,1201477.63,1201477.63,1201477.63,1201477.63
3+
CPTY_A,2016-02-19,0.038251,538979.96,599815.52,2031774.04,1201362.43,538955.11,1201477.63
4+
CPTY_A,2016-03-04,0.076503,499872.50,550606.59,1911931.64,1140368.01,499810.02,1201477.63
5+
CPTY_A,2016-03-18,0.114754,685247.21,366196.70,2616704.65,1089385.74,685098.66,1201477.63
6+
CPTY_A,2016-04-01,0.153005,481638.59,477144.87,2241395.38,1408138.10,481490.61,1201477.63
7+
CPTY_A,2016-04-15,0.191257,529941.55,524433.91,2036726.57,1412235.29,529728.11,1201477.63
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#NettingSet,Date,Time,EPE,ENE,PFE,ExpectedCollateral,BaselEE,BaselEEE
2+
CPTY_A,2016-02-05,0.000000,1201477.63,0.00,1201477.63,1201477.63,1201477.63,1201477.63
3+
CPTY_A,2016-02-19,0.038251,148204.16,1208943.84,1031950.21,2201266.55,148197.32,1201477.63
4+
CPTY_A,2016-03-04,0.076503,189966.02,1240601.78,912011.84,2140269.68,189942.28,1201477.63
5+
CPTY_A,2016-03-18,0.114754,241697.40,922542.26,1616917.06,2089281.11,241645.01,1201477.63
6+
CPTY_A,2016-04-01,0.153005,159755.38,1155155.09,1241341.54,2408031.54,159706.30,1201477.63
7+
CPTY_A,2016-04-15,0.191257,161278.02,1155654.84,1036559.88,2412119.75,161213.06,1201477.63

0 commit comments

Comments
 (0)