Skip to content

Commit 1ef09f1

Browse files
pcaspersjenkins
authored andcommitted
QPR-12491 update schema and docs
1 parent 667e481 commit 1ef09f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Docs/UserGuide/parameterisation/curveconfig.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ \subsubsection{Swaption Volatility Structures}
109109
Antonov2015FreeBoundaryNormal, KienitzLawsonSwaynePde, FlochKennedy. If not given, defaults to Linear.
110110
\item ParametricSmileConfiguration: Optional. Applies to SABR only. If not given, default values are used. Allows to
111111
specify initial values for calibrated parameters, to exclude single parameters from calibration and to set calibration
112-
parameters.
112+
parameters. See Example 60 for how to configure single value and termstructures of sabr parameters for swaption and cap curve configs.
113113
\item Extrapolation: Specifies the extrapolation behaviour in all dimensions. \\ Allowable values: {\tt Linear, Flat,
114114
None}
115115
\item OutputVolatilityType: Optional, defaults to input volatility type and applies to SABR variants only. For

xsd/curveconfig.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<xs:complexType name="parametricSmileConfigParameter">
124124
<xs:all>
125125
<xs:element type="xs:string" name="Name"/>
126-
<xs:element type="xs:float" name="InitialValue"/>
126+
<xs:element type="xs:string" name="InitialValue"/>
127127
<xs:element type="xs:boolean" name="IsFixed"/>
128128
</xs:all>
129129
</xs:complexType>

0 commit comments

Comments
 (0)