XML Schema Documentation

Complex Type: ParametricAdjustmentPoint

[Table of contents]

Super-types: None
Sub-types: None
Name ParametricAdjustmentPoint
Used by (from the same schema document) Complex Type ParametricAdjustment
Abstract no
Documentation A value of the adjustment point, consisting of the x value and the corresponding y value.
XML Instance Representation
<...>
<parameterValue> xsd:decimal </parameterValue> [1]

'The value of the independent variable (e.g. strike offset).'

<adjustmentValue> xsd:decimal </adjustmentValue> [1]

'The value of the dependent variable, the actual adjustment amount.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ParametricAdjustmentPoint">
<xsd:sequence>
<xsd:element name="parameterValue" type=" xsd:decimal "/>
<xsd:element name="adjustmentValue" type=" xsd:decimal "/>
</xsd:sequence>
</xsd:complexType>