Definition Type: ComplexType
Name: DenominatorTerm
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-riskdef-5-10.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-5-10_xsd2 Drilldown into weightedPartial in schema fpml-riskdef-5-10_xsd2XSD Diagram of DenominatorTerm in schema fpml-riskdef-5-10_xsd2 (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" minOccurs="0">
            <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" minOccurs="0">
            <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 nsE:weightedPartial 0 (1)
power nsE:power 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:denominatorTerm