Definition Type: ComplexType
Name: ParametricAdjustmentPoint
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-mktenv-4-4.xsd
Abstract
Documentation:
A value of the adjustment point, consisting of the x value and the corresponding y value.
Collapse XSD Schema Diagram:
Drilldown into adjustmentValue in schema fpml-mktenv-4-4_xsd Drilldown into parameterValue in schema fpml-mktenv-4-4_xsdXSD Diagram of ParametricAdjustmentPoint in schema fpml-mktenv-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
parameterValue fpml:parameterValue (1) (1)
adjustmentValue fpml:adjustmentValue (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:datapoint