Skip to content

Commit 1d43708

Browse files
committed
Merge branch 'feature/martin_docs1' into 'master'
Docs: Added FxConversion to TRS See merge request qs/oreplus!3061
2 parents 106fa21 + 1bb7699 commit 1d43708

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Docs/UserGuide/tradedata/totalReturnSwap.tex

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Docs/UserGuide/tradedata/var_and_vol_derivatives.tex

Lines changed: 2 additions & 0 deletions
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}

0 commit comments

Comments
 (0)