Definition Type: ComplexType
Name: NonNegativeStep
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:StepBase
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type defining a step date and non-negative step value pair. This step definitions are used to define varying rate or amount schedules, e.g. a notional amortization or a step-up coupon schedule.
Collapse XSD Schema Diagram:
Drilldown into stepValue in schema fpml-shared-5-10_xsd Drilldown into stepDate in schema fpml-shared-5-10_xsd Drilldown into id in schema fpml-shared-5-10_xsd Drilldown into StepBase in schema fpml-shared-5-10_xsdXSD Diagram of NonNegativeStep in schema fpml-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="NonNegativeStep">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a step date and non-negative step value pair. This step definitions are used to define varying rate or amount schedules, e.g. a notional amortization or a step-up coupon schedule.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="StepBase">
            <xsd:sequence>
                <xsd:element name="stepValue" type="NonNegativeDecimal">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The non-negative rate or amount which becomes effective on the associated stepDate. A rate of 5% would be represented as 0.05.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
stepDate nsA:stepDate (1) (1)
stepValue nsA:stepValue (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:step