<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>
|