Skip to content

Commit 52479e2

Browse files
committed
Update xsd and doc
1 parent 32be746 commit 52479e2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Docs/UserGuide/parameterisation/curveconfig.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ \subsubsection{FX Volatility Structures}
162162
<DayCounter>A365</DayCounter>
163163
<Calendar>US,JP</Calendar>
164164
<Conventions>USD-JPY-FXOPTION</Conventions>
165+
<SmileExtrapolation>Linear</SmileExtrapolation>
165166
</FXVolatility>
166167
\end{minted}
167168
\caption{FX option volatility configuration Smile / Delta}
@@ -273,6 +274,11 @@ \subsubsection{FX Volatility Structures}
273274
data input. See \ref{sss:fx_option_conv} for more details.
274275
\item BaseVolatility1: For `ATMTriangulated' this denotes one of the surfaces we want to triangulate from
275276
\item BaseVolatility2: For `ATMTriangulated' this denotes one of the surfaces we want to triangulate from
277+
\item SmileExtrapolation [Optional]: In case of SmileType Delta. Indicates the extrapolation in the smile direction. The
278+
allowable values are None, UseInterpolator, Linear and Flat. Both Flat and
279+
None give flat extrapolation in the smile direction. UseInterpolator and
280+
Linear indicate that the configured interpolation (linear) should be continued in
281+
the strike direction in order to extrapolate.
276282
\end{itemize}
277283

278284
\subsubsection{Equity Curve Structures}

xsd/curveconfig.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<xs:element type="xs:string" name="FXIndexTag" minOccurs="0" maxOccurs="1"/>
159159
<xs:element type="xs:string" name="BaseVolatility1" minOccurs="0" maxOccurs="1"/>
160160
<xs:element type="xs:string" name="BaseVolatility2" minOccurs="0" maxOccurs="1"/>
161-
<xs:element type="reportConfiguration" name="Report" minOccurs="0"/>
161+
<xs:element type="extrapolationType" name="SmileExtrapolation" minOccurs="0" maxOccurs="1"/>
162162
</xs:all>
163163
</xs:complexType>
164164

0 commit comments

Comments
 (0)