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
\item Optionally additional legs of type \emph{Cashflow}.
8
8
\end{itemize}
9
9
10
-
10
+
Rebalancing\\
11
11
A Cross Currency Swap can be rebalancing, meaning the notional amount on one leg resets to the equivalent of a fixed amount in another currency (called ForeignCurrency, and is typically the currency of the other leg) at each period. This is represented using an \lstinline!FXReset! node on the resetting/rebalancing leg, within the \lstinline!Notionals! node.
12
12
13
13
Note that for rebalancing Cross Currency Swaps, the Notional in leg currency on the rebalancing leg is optional. If set, it is used as starting notional, and causes the first period (if forward starting) to be considered as "on-the-run" for purposes of SIMM exemptions as the fx rate for the notional is considered to have been fixed from the inception of the trade. If no notional on the rebalancing leg is set, the starting notional will be based on a projected fx rate (i.e. not "on-the-run") until the actual fixing date.
Note that Cross Currency Swaps having legs in non-deliverable currencies with payment in a deliverable currency are supported by using the Indexings node (\ref{ss:indexings}), setting Settlement to \emph{Cash} and setting the Currency to the deliverable currency, while keeping the Notional expressed in the non-deliverable currency amount.
132
+
133
+
The Indexings node includes a mandatory fx Index field defining the deliverable and non-deliverable currency pair, and an optional InitialNotionalFixing field for the contractual fx rate to be applied to the initial notional exchange. Notice that the InitialNotionalFixing rate has to be expressed as amount in deliverable or payment currency per unit of non-deliverable currency, and if omitted defaults to a projected (if in the future) or an fx fixing from market data (if in the past). The Indexing node can also include optional FixingCalendar, IsInArrears and FixingDays fields to determine the date(s) of the fx fixing(s).
134
+
135
+
Listing \ref{lst:ndir_xccy_swap} includes an example USD-CLP non-deliverable cross currency swap where one leg is in CLP which is a non-deliverable
136
+
currency, and the other is in USD which is deliverable. Note that it is possible for both legs to be in different non-deliverable currencies.
Copy file name to clipboardExpand all lines: Docs/UserGuide/tradedata/swap.tex
+2-57Lines changed: 2 additions & 57 deletions
Original file line number
Diff line number
Diff line change
@@ -32,65 +32,10 @@ \subsubsection{Swap}
32
32
\end{listing}
33
33
34
34
35
-
Note that Swaps for non-deliverable currencies with payment in a deliverable currency are supported using the Indexings node (\ref{ss:indexings}).
35
+
Note that Swaps in non-deliverable currencies with payment in a deliverable currency are supported by setting Settlement to \emph{Cash} and - on both legs - using the Indexings node (\ref{ss:indexings}), as well as setting the Currency to the deliverable currency, while keeping the Notional expressed in the non-deliverable currency amount.
36
36
37
-
A non-deliverable cross currency Swap has Settlement set to \emph{Cash}, and one leg is a regular leg in the deliverable
38
-
currency without Indexings. The other leg has Currency set to the deliverable currency, Notional in the non–deliverable
39
-
currency and Indexings with an FX Index between the deliverable and non-deliverable currency. See Listing
40
-
\ref{lst:ndir_xccy_swap} for an example USD-CLP non-deliverable cross currency swap where CLP is the non–deliverable
41
-
currency. Notice that a contractual fx rate to be applied to the initial notional exchange is specified in the field
42
-
\emph{InitialNotionalFixing}. Notice that this rate has to be expressed with target currency = payment currency.
37
+
Within the Indexings node, an fx Index field is mandatory defining the deliverable and non-deliverable currencies and fixing source. The Indexing node can also include optional FixingCalendar, IsInArrears and FixingDays fields to determine the date(s) of the fx fixing(s). See Listing \ref{lst:ndir_swap} for an example non-deliverable IR swap where USD is the payment currency and CLP is the non-deliverable currency.
43
38
44
-
A non-deliverable IR Swap has Currency set to the deliverable currency on both legs, Notional in the non-deliverable
45
-
currency on both legs, and Indexings with an FX Index between the deliverable and non-deliverable currency on both
46
-
legs. See Listing \ref{lst:ndir_swap} for an example non-deliverable IR swap where USD is the payment currency and CLP
0 commit comments