Definition Type: ComplexType
Name: ParametricAdjustment
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-mktenv-4-4.xsd
Abstract
Documentation:
An adjustment used to accommodate a parameter of the input trade, e.g. the strike.
Collapse XSD Schema Diagram:
Drilldown into datapoint in schema fpml-mktenv-4-4_xsd Drilldown into inputUnits in schema fpml-mktenv-4-4_xsd Drilldown into name in schema fpml-mktenv-4-4_xsdXSD Diagram of ParametricAdjustment in schema fpml-mktenv-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ParametricAdjustment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An adjustment used to accommodate a parameter of the input trade, e.g. the strike.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="name" type="xsd:normalizedString">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The name of the adjustment parameter (e.g. "Volatility Skew").</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="inputUnits" type="PriceQuoteUnits" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The units of the input parameter, e.g. Yield.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="datapoint" type="ParametricAdjustmentPoint" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The values of the adjustment parameter.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name fpml:name (1) (1)
inputUnits fpml:inputUnits 0 (1)
datapoint fpml:datapoint (1) unbounded
Collapse Derivation Tree:
Collapse References:
fpml:adjustment