Skip to content

Commit b5c845e

Browse files
author
Sjogren
committed
Added FxConversion to TRS
1 parent a09b598 commit b5c845e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Docs/UserGuide/tradedata/totalReturnSwap.tex

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,21 @@ \subsubsection{Generic Total Return Swap / Contract for Difference (CFD)}
214214
\label{lst:fxterms}
215215
\end{listing}
216216

217+
\item FXConversion [Optional]: If the underlying asset currency is different from the return currency, and the Fx rate used
218+
for conversion should be the Fx rate at the end of the period, FxConversion should be set to \emph{End}.
219+
220+
With the default FXConversion \emph{Start} we calculate the return with accrual pricing:\\
221+
(Ntl x today's price x today's Fx rate) - (Ntl x initial price x initial Fx rate) \\
222+
When the as of date is the date of the final price (end of period) we have:\\
223+
(Ntl x final price x final Fx rate) - (Ntl x initial price x initial Fx rate)
224+
225+
With the FXConversion \emph{End} we calculate the return with accrual pricing:\\
226+
(Ntl x today's price x today's Fx rate) - (Ntl x initial price x today's Fx rate) \\
227+
When the as of date is the date of the final price (end of period) we have:\\
228+
(Ntl x final price x final Fx rate) - (Ntl x initial price x final Fx rate)
229+
230+
Allowable values: \emph{Start}, \emph{End}. Defaults to \emph{Start} if omitted.
231+
217232
\item PayUnderlyingCashFlowsImmediately [Optional]: If true, underlying cashflows like coupon or amortisation payments
218233
from bonds or dividend payments from equities, are paid when they occur. If false, these cashflows are paid together
219234
with the next return payment. If omitted, the default value is false for trade type TotalReturnSwap and true for

0 commit comments

Comments
 (0)