File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,6 +214,22 @@ \subsubsection{Generic Total Return Swap / Contract for Difference (CFD)}
214214\label {lst:fxterms }
215215\end {listing }
216216
217+ \item FXConversion [Optional]: Determines what Fx rate is used in the payoff calculation, the rate at the \emph {Start } of
218+ the period (default) or the rate at the \emph {End }. Only has an impact If the underlying asset currency is different from
219+ the return currency.
220+
221+ With the default FXConversion \emph {Start } the accrual pricing return is:\\
222+ (Ntl x today's price x today's Fx rate) - (Ntl x initial price x initial Fx rate)\\
223+ When the as of date is the date of the final price (end of period) we have:\\
224+ (Ntl x final price x final Fx rate) - (Ntl x initial price x initial Fx rate)
225+
226+ With the FXConversion \emph {End } the accrual pricing return is:\\
227+ (Ntl x todays price x today's Fx rate) - (Ntl x initial price x today's Fx rate)\\
228+ When the as of date is the date of the final price (end of period) we have:\\
229+ (Ntl x final price x final Fx rate) - (Ntl x initial price x final Fx rate)
230+
231+ Allowable values: \emph {Start }, \emph {End }. Defaults to \emph {Start } if omitted.
232+
217233 \item PayUnderlyingCashFlowsImmediately [Optional]: If true, underlying cashflows like coupon or amortisation payments
218234 from bonds or dividend payments from equities, are paid when they occur. If false, these cashflows are paid together
219235 with the next return payment. If omitted, the default value is false for trade type TotalReturnSwap and true for
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}
You can’t perform that action at this time.
0 commit comments