Definition Type: ComplexType
Name: DenominatorTerm
Namespace: http://www.fpml.org/2004/FpML-4-1
Containing Schema: fpml-riskdef-4-1.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-1_xsd Drilldown into weightedPartial in schema fpml-riskdef-4-1_xsdXSD Diagram of DenominatorTerm in schema fpml-riskdef-4-1_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:integer">
            <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 nsA:weightedPartial (1) (1)
power nsA:power (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:denominatorTerm