Definition Type: ComplexType
Name: RatePeriod
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
Defines a generic 'rate' for a defined period.
Collapse XSD Schema Diagram:
Drilldown into rate in schema fpml-loan-4-5_xsd Drilldown into endDate in schema fpml-shared-4-5_xsd Drilldown into startDate in schema fpml-shared-4-5_xsd Drilldown into Period.model in schema fpml-shared-4-5_xsdXSD Diagram of RatePeriod in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="RatePeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Defines a generic 'rate' for a defined period.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="Period.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The dates defining the period. This is a period of actual (adjusted) dates.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="rate" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The rate applied to this period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate fpml:startDate (1) (1)
endDate fpml:endDate (1) (1)
rate fpml:rate (1) (1)
<xs:group> fpml:Period.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:feeRatePeriod