Definition Type: ComplexType
Name: DenominatorTerm
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-riskdef-4-4.xsd
Abstract
Documentation:
The type defining a denominator term of the formula. Its value is (sum of weighted partials) ^ power.
Collapse XSD Schema Diagram:
Drilldown into power in schema fpml-riskdef-4-4_xsd Drilldown into weightedPartial in schema fpml-riskdef-4-4_xsdXSD Diagram of DenominatorTerm in schema fpml-riskdef-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DenominatorTerm">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The type defining a denominator term of the formula. Its value is (sum of weighted partials) ^ power.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="weightedPartial" type="WeightedPartialDerivative">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A partial derivative multiplied by a weighting factor.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="power" type="xsd:positiveInteger">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The power to which this term is raised.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
weightedPartial fpml:weightedPartial (1) (1)
power fpml:power (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:denominatorTerm