Definition Type: ComplexType
Name: ScheduledDates
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-valuation-4-4.xsd
Abstract
Documentation:
A list of dates (cash flows, resets, etc.) that are relevant for this structure, e.g. next cash flow, last reset, etc. Provides a way to list upcoming or recent servicing dates related to this trade stream in a way that is simpler and more flexible than the FpML "cashflows" structure.
Collapse XSD Schema Diagram:
Drilldown into scheduledDate in schema fpml-valuation-4-4_xsdXSD Diagram of ScheduledDates in schema fpml-valuation-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ScheduledDates">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A list of dates (cash flows, resets, etc.) that are relevant for this structure, e.g. next cash flow, last reset, etc. Provides a way to list upcoming or recent servicing dates related to this trade stream in a way that is simpler and more flexible than the FpML "cashflows" structure.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="scheduledDate" type="ScheduledDate" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A single stream level scheduled servicing date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
scheduledDate fpml:scheduledDate (1) unbounded