Definition Type: ComplexType
Name: FixedPaymentAmount
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:PaymentBase
Containing Schema: fpml-dividend-swaps-5-10.xsd
Abstract
Documentation:
Fixed payment amount within a Dividend Swap.
Collapse XSD Schema Diagram:
Drilldown into paymentDate in schema fpml-dividend-swaps-5-10_xsd1 Drilldown into paymentAmount in schema fpml-dividend-swaps-5-10_xsd1 Drilldown into id in schema fpml-shared-5-10_xsd3 Drilldown into PaymentBase in schema fpml-shared-5-10_xsd3XSD Diagram of FixedPaymentAmount in schema fpml-dividend-swaps-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FixedPaymentAmount">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Fixed payment amount within a Dividend Swap.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="PaymentBase">
            <xsd:sequence>
                <xsd:element name="paymentAmount" type="NonNegativeMoney" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Payment amount, which is optional since the payment amount may be calculated using fixed strike and number of open units.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="paymentDate" type="RelativeDateOffset" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Payment date relative to another date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentAmount nsD:paymentAmount 0 (1)
paymentDate nsD:paymentDate 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:fixedPayment