Definition Type: ComplexType
Name: PercentageRule
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:PaymentRule
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
A type defining a content model for a calculation rule defined as percentage of the notional amount.
Collapse XSD Schema Diagram:
Drilldown into notionalAmountReference in schema fpml-doc-4-4_xsd Drilldown into paymentPercent in schema fpml-doc-4-4_xsd Drilldown into PaymentRule in schema fpml-doc-4-4_xsdXSD Diagram of PercentageRule in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PercentageRule">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a content model for a calculation rule defined as percentage of the notional amount.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="PaymentRule">
            <xsd:sequence>
                <xsd:element name="paymentPercent" type="xsd:decimal">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A percentage of the notional amount.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="notionalAmountReference" type="NotionalAmountReference">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A reference to the notional amount.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentPercent fpml:paymentPercent (1) (1)
notionalAmountReference fpml:notionalAmountReference (1) (1)
Collapse Derivation Tree: