File tree Expand file tree Collapse file tree
Docs/UserGuide/parameterisation Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments