Definition Type: ComplexType
Name: FixedPaymentAmount
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-dividend-swaps-4-4.xsd
Abstract
Documentation:
Fixed payment amount within a Dividend Swap.
Collapse XSD Schema Diagram:
Drilldown into paymentDate in schema fpml-dividend-swaps-4-4_xsd Drilldown into paymentAmount in schema fpml-dividend-swaps-4-4_xsdXSD Diagram of FixedPaymentAmount in schema fpml-dividend-swaps-4-4_xsd (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:sequence>
        <xsd:element name="paymentAmount" type="Money" 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">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Payment date relative to another date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentAmount fpml:paymentAmount 0 (1)
paymentDate fpml:paymentDate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:fixedPayment