You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A capped and/or floored variance swap with a knock-in/knock-out feature. Note that this trade type is also used for regular capped/floored
199
+
variance swaps without barrier, by setting the \lstinline!BarrierType! to \emph{UpIn} and \lstinline!BarrierLevel! to zero.
200
+
196
201
The traditional trade representation is as follows, using an FX underlying in this example:
197
202
198
203
\begin{minted}[fontsize=\scriptsize]{xml}
@@ -230,7 +235,7 @@ \subsubsection{Variance Swap with KI/KO Barrier}
230
235
</Trade>
231
236
\end{minted}
232
237
233
-
The KIKOVarianceSwap script referenced in the trade above is shown in listing
238
+
The \emph{KIKOVarianceSwap} script referenced in the trade above is shown in listing
234
239
\ref{lst:kiko_variance_swap}
235
240
236
241
\begin{listing}[hbt]
@@ -476,6 +481,8 @@ \subsubsection{Dual European Binary Option with Volatility and Spot KO Barrier}
476
481
477
482
\subsubsection{Corridor Variance Swap}
478
483
484
+
A capped and/or floored variance swap where variance is accrued only when the underlying trades within a pre-specified window defined by an upper and lower bound.
485
+
479
486
The traditional trade representation is as follows, using an FX underlying in this example:
\subsubsection{Corridor Variance Swap with KI/KO Barrier}
826
834
835
+
A capped and/or floored corridor variance swap with a KnockIn/KnockOut feature.
836
+
827
837
The traditional trade representation is as follows, using an EQ underlying in this example:
828
838
829
839
\begin{minted}[fontsize=\scriptsize]{xml}
@@ -871,7 +881,7 @@ \subsubsection{Corridor Variance Swap with KI/KO Barrier}
871
881
</Trade>
872
882
\end{minted}
873
883
874
-
The KIKOCorridorVarianceSwap script referenced in the trade above is shown in listing
884
+
The \emph{KIKOCorridorVarianceSwap} script referenced in the trade above is shown in listing
875
885
\ref{lst:kiko_variance_swap}
876
886
877
887
\begin{listing}[hbt]
@@ -1012,6 +1022,11 @@ \subsubsection{Corridor Variance Swap with KI/KO Barrier}
1012
1022
1013
1023
\subsubsection{Conditional Variance Swap 01}
1014
1024
1025
+
\emph{ConditionalVarianceSwap01} is a type of conditional variance swap that accrues variance contributions only when the underlying trades within a
1026
+
specified single barrier window - (differing from the \emph{CorridorVarianceSwap} that has a double barrier window.) In the \emph{01} variant, the variance amount used to scale the notional is calculated directly based on the Strike parameter.
1027
+
It supports several features such as caps, floors, accrual adjustments, and counting both observations, providing a way to conditionally accumulate
1028
+
variance with notional scaling tied closely to the Strike.
1029
+
1015
1030
The traditional trade representation is as follows, using an FX underlying in this example:
\emph{ConditionalVarianceSwap02} accrues variance only when the underlying trades within the single barrier window, but differs from the \emph{01} variant by including an
1210
+
additional VarianceReference parameter. This parameter acts as a separate variance strike used to scale the notional amount, distinct
1211
+
from the Strike parameter used in the payoff calculation. This added flexibility allows for more sophisticated structuring, where the
1212
+
strike for variance scaling and the strike for payoff determination can differ.
1213
+
1194
1214
The traditional trade representation is as follows, using an FX underlying in this example:
0 commit comments