Definition Type: ComplexType
Name: DividendPeriodPayment
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:DividendPeriod
Containing Schema: fpml-dividend-swaps-4-4.xsd
Abstract
Documentation:
A time bounded dividend period, with fixed strike and a dividend payment date per period.
Collapse XSD Schema Diagram:
Drilldown into paymentDate in schema fpml-dividend-swaps-4-4_xsd Drilldown into fixedStrike in schema fpml-dividend-swaps-4-4_xsd Drilldown into underlyerReference in schema fpml-eq-shared-4-4_xsd Drilldown into dateAdjustments in schema fpml-eq-shared-4-4_xsd Drilldown into unadjustedEndDate in schema fpml-eq-shared-4-4_xsd Drilldown into unadjustedStartDate in schema fpml-eq-shared-4-4_xsd Drilldown into id in schema fpml-eq-shared-4-4_xsd Drilldown into DividendPeriod in schema fpml-eq-shared-4-4_xsdXSD Diagram of DividendPeriodPayment in schema fpml-dividend-swaps-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DividendPeriodPayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A time bounded dividend period, with fixed strike and a dividend payment date per period.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="DividendPeriod">
            <xsd:sequence>
                <xsd:element name="fixedStrike" type="PositiveDecimal">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Fixed strike.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="paymentDate" type="AdjustableOrRelativeDate">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Dividend period amount payment date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unadjustedStartDate fpml:unadjustedStartDate (1) (1)
unadjustedEndDate fpml:unadjustedEndDate (1) (1)
dateAdjustments fpml:dateAdjustments (1) (1)
underlyerReference fpml:underlyerReference 0 (1)
fixedStrike fpml:fixedStrike (1) (1)
paymentDate fpml:paymentDate (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:dividendPeriod