Definition Type: ComplexType
Name: Schedule
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type defining a schedule of rates or amounts in terms of an initial value and then a series of step date and value pairs. On each step date the rate or amount changes to the new step value. The series of step date and value pairs are optional. If not specified, this implies that the initial value remains unchanged over time.
Collapse XSD Schema Diagram:
Drilldown into step in schema fpml-shared-5-10_xsd4 Drilldown into initialValue in schema fpml-shared-5-10_xsd4 Drilldown into id in schema fpml-shared-5-10_xsd4XSD Diagram of Schedule in schema fpml-shared-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Schedule">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a schedule of rates or amounts in terms of an initial value and then a series of step date and value pairs. On each step date the rate or amount changes to the new step value. The series of step date and value pairs are optional. If not specified, this implies that the initial value remains unchanged over time.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="initialValue" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The initial rate or amount, as the case may be. An initial rate of 5% would be represented as 0.05.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="step" type="Step" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The schedule of step date and value pairs. On each step date the associated step value becomes effective A list of steps may be ordered in the document by ascending step date. An FpML document containing an unordered list of steps is still regarded as a conformant document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
initialValue nsE:initialValue 0 (1)
step nsE:step 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:accrualFactor, nsE:AmountSchedule, nsE:feeRateSchedule, nsE:fixedRate, nsE:fixedRate, nsE:fixedRateSchedule, nsE:fixedRateSchedule, nsE:floatingRateMultiplierSchedule, nsE:floatingRateMultiplierSchedulensE:FxAccrualStrike, nsE:FxLevel, nsE:FxPivot, nsE:FxStrike, nsE:rate, nsE:ratio, nsE:ratio, nsE:SpreadSchedule, nsE:StrikeSchedule, nsE:triggerRate,