Definition Type: ComplexType
Name: DerivativeFormula
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-riskdef-5-10.xsd
Abstract
Documentation:
A formula for computing a complex derivative from partial derivatives. Its value is the sum of the terms divided by the product of the denominator terms.
Collapse XSD Schema Diagram:
Drilldown into denominatorTerm in schema fpml-riskdef-5-10_xsd1 Drilldown into term in schema fpml-riskdef-5-10_xsd1XSD Diagram of DerivativeFormula in schema fpml-riskdef-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DerivativeFormula">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A formula for computing a complex derivative from partial derivatives. Its value is the sum of the terms divided by the product of the denominator terms.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="term" type="FormulaTerm" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A term of the formula. Its value is the product of the its coefficient and the referenced partial derivatives.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="denominatorTerm" type="DenominatorTerm" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A denominator term of the formula. Its value is (sum of weighted partials) ^ power.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
term nsD:term 0 (1)
denominatorTerm nsD:denominatorTerm 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:formula