File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
654656The 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}
14311433The 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
14371442where
You can’t perform that action at this time.
0 commit comments