Definition Type: ComplexType
Name: WeightedPartialDerivative
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-riskdef-4-4.xsd
Abstract
Documentation:
A partial derivative multiplied by a weighting factor.
Collapse XSD Schema Diagram:
Drilldown into weight in schema fpml-riskdef-4-4_xsd Drilldown into partialDerivativeReference in schema fpml-riskdef-4-4_xsdXSD Diagram of WeightedPartialDerivative in schema fpml-riskdef-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="WeightedPartialDerivative">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A partial derivative multiplied by a weighting factor.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partialDerivativeReference" type="PricingStructureReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to a partial derivative defined in the ComputedDerivative.model, i.e. defined as part of this sensitivity definition.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="weight" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The weight factor to be applied to the partial derivative, e.g. 1 or -1, or some other scaling value.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partialDerivativeReference fpml:partialDerivativeReference (1) (1)
weight fpml:weight (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:weightedPartial