Skip to content

Commit 7c7ecb5

Browse files
Martin Sjogrenjenkins
authored andcommitted
Corrected ExerciseSchedule instead of ExerciseDates for Bermudan rules and dates based schedules
1 parent f257e30 commit 7c7ecb5

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

Docs/UserGuide/tradedata/swaption.tex

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ \subsubsection{Swaption}
142142
\item \lstinline!ExerciseFeeSettlementConvention![Optional]: The roll convention used to compute the exercise fee settlement date from
143143
the exercise date. Defaults to \emph{Unadjusted} if not given. Allowable values: See Table \ref{tab:convention} Roll Convention.
144144

145-
\item An \lstinline!ExerciseDates! node where for \emph{European} style swaptions exactly one \lstinline!ExerciseDate! date element must be given, and for \emph{American} style swaptions exactly two \lstinline!ExerciseDate! date element must be given, defining the start and the end of the American exercise period. \emph{Bermudan} style swaptions can have \lstinline!ExerciseDate! elements given directly (at least two \lstinline!ExerciseDate! elements must be given), or Rules or Dates based exercise dates. See Listings \ref{lst:bermudan_swaption_exercisedates}, \ref{lst:bermudan_swaption_rules} and \ref{lst:bermudan_swaption_dates}.
145+
\item An \lstinline!ExerciseDates! node where for \emph{European} style swaptions exactly one \lstinline!ExerciseDate! date element must be given, and for \emph{American} style swaptions exactly two \lstinline!ExerciseDate! date element must be given, defining the start and the end of the American exercise period. \emph{Bermudan} style swaptions can have \lstinline!ExerciseDate! elements given directly (at least two \lstinline!ExerciseDate! elements must be given). See Listing \ref{lst:bermudan_swaption_exercisedates}
146+
147+
\item \emph{Bermudan} style swaptions can also have Rules or Dates based exercise dates using an \lstinline!ExerciseSchedule! node instead of \lstinline!ExerciseDates!. See Listings \ref{lst:bermudan_swaption_rules} and \ref{lst:bermudan_swaption_dates}.
146148

147149

148150
\begin{listing}[H]
@@ -172,15 +174,15 @@ \subsubsection{Swaption}
172174
<LongShort>Long</LongShort>
173175
<Style>Bermudan</Style>
174176
<Settlement>Physical</Settlement>
175-
<ExerciseDates>
177+
<ExerciseSchedule>
176178
<Rules>
177179
<StartDate>2027-03-02</StartDate>
178180
<EndDate>2029-03-02</EndDate>
179181
<Tenor>1Y</Tenor>
180182
<Calendar>US</Calendar>
181183
<Convention>MF</Convention>
182-
<Rules>
183-
</ExerciseDates>
184+
</Rules>
185+
</ExerciseSchedule>
184186
...
185187
</OptionData>
186188
...
@@ -196,17 +198,17 @@ \subsubsection{Swaption}
196198
<LongShort>Long</LongShort>
197199
<Style>Bermudan</Style>
198200
<Settlement>Physical</Settlement>
199-
<ExerciseDates>
201+
<ExerciseSchedule>
200202
<Dates>
201203
<Calendar>NullCalendar</Calendar>
202204
<Convention>Unadjusted</Convention>
203205
<Dates>
204206
<Date>2027-03-02</Date>
205207
<Date>2028-03-02</Date>
206208
<Date>2029-03-02</Date>
207-
<Dates>
208-
<Dates>
209-
</ExerciseDates>
209+
</Dates>
210+
</Dates>
211+
</ExerciseSchedule>
210212
...
211213
</OptionData>
212214
...

0 commit comments

Comments
 (0)