<xsd:complexType name="ParametricAdjustmentPoint">
<xsd:annotation>
<xsd:documentation xml:lang="en">A value of the adjustment point, consisting of the x value and the corresponding y value.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="parameterValue" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of the independent variable (e.g. strike offset).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="adjustmentValue" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of the dependent variable, the actual adjustment amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|