Skip to content

Commit 1bb7699

Browse files
author
Sjogren
committed
added description to indexed variance swap, fixed up legdatanotionalsplus
1 parent ecc9d1f commit 1bb7699

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Docs/UserGuide/tradedata/var_and_vol_derivatives.tex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,8 @@ \subsubsection{Corridor Variance Swap}
651651

652652
\subsubsection{Indexed Corridor Variance Swap}
653653

654+
Also called Cross Corridor Variance Swap. The payoff depends on the variance of one equity index (the Underlying) for the days another
655+
equity index (the CorridorIndex) is within a corridor.
654656
The traditional trade representation is as follows, using EQ underlyings in this example:
655657

656658
\begin{minted}[fontsize=\scriptsize]{xml}
@@ -1431,7 +1433,10 @@ \subsubsection{Pairwise Variance Swap}
14311433
The payout formula is:
14321434

14331435
\begin{equation*}
1434-
Payout = \min \Big( \max(equityAmount1 + equityAmount2 + equityAmountBasket, LowerLimit), UpperLimit \Big)
1436+
\begin{split}
1437+
Payout = \min \Big\{ \max \big( & equityAmount1 + equityAmount2 \\
1438+
& + equityAmountBasket,\; \text{LowerLimit} \big),\; \text{UpperLimit} \Big\}
1439+
\end{split}
14351440
\end{equation*}
14361441

14371442
where

0 commit comments

Comments
 (0)