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
Copy file name to clipboardExpand all lines: Docs/UserGuide/tradedata/fxoption.tex
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,11 @@ \subsubsection{FX Option}
55
55
56
56
\item\lstinline!PayOffAtExpiry! [Optional] The allowable values are \emph{true} for payoff at expiry, or \emph{false} for payoff at exercise (relevant for \emph{American} style FxOptions). Defaults to \emph{true} if left blank or omitted.
57
57
58
+
\item\lstinline!AutomaticExpiry! [Optional] The allowable values are \emph{true} indicating Automatic Exercise is applicable and \emph{false} indicates that it is not. Used if the FXOption expiry date is on the currentdate or in the past, and the payment date is in the future - so that there still isan outstanding cashflow if the FXOption was in the money on the expiry date. Inthis case, if AutomaticExercise is applied, the FX fixingon the expiry date is used to automatically determine the payoff and thuswhether the option was exercised or not. Defaults to \emph{false} if left blank or omitted.
59
+
58
60
\item An \lstinline!ExerciseDates! node where exactly one ExerciseDate date element must be given. For \emph{American} style FxOptions the ExerciseDate represents the Expiry date, i.e. they can be exercised up until this date. \\
59
61
60
-
\item A \lstinline!PaymentData! [Optional] node can be added which defines the settlement date of the option payoff.
62
+
\item A \lstinline!PaymentData! [Optional] node can be added which defines the settlement date of the option payoff. See \lstinline!PaymentData! in \ref{ss:option_data}
61
63
62
64
\item\lstinline!Premiums! [Optional]: Option premium amounts paid by the option buyer to the option seller. See section \ref{ss:premiums}
Copy file name to clipboardExpand all lines: Docs/UserGuide/tradedata/swaption.tex
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ \subsubsection{Swaption}
148
148
149
149
Allowable values: See section \ref{ss:premiums}
150
150
151
-
\item An \lstinline!ExerciseData! [Optional] node where one \lstinline!Date! element is given, and one \lstinline!Price! element can optionally also be given. See Listing \ref{lst:exercise_data}
151
+
\item An \lstinline!ExerciseData! [Optional] node where one \lstinline!Date! element must be given, and one \lstinline!Price! element can optionally also be given. See Listing \ref{lst:exercise_data}
152
152
153
153
This node marks the Swaption as exercised. If the \lstinline!ExerciseData! node is omitted it is assumed the Swaption has not been exercised.
154
154
@@ -158,6 +158,8 @@ \subsubsection{Swaption}
158
158
For a cash-settled Swaption, the \lstinline!Price! given in \lstinline!ExerciseData!
159
159
represents the cash settlement amount. It is paid according to the \lstinline!PaymentData! node: If an explicit list of payment dates is given, the payment takes place on the next date following the effective exercise date. If the \lstinline!PaymentData! is rules-based, the payment date is derived from the effective exercise date using the given calendar, lag and convention.
160
160
161
+
If a Swaption is cash-settled and has an \lstinline!ExerciseData! node with a \lstinline!Date! but no \lstinline!Price!, then the Swaption is considered exercised on the given date, but without a settlement amount being paid.
0 commit comments