Definition Type: Element
Name: initialRate
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-shared-4-4.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The initial floating rate reset agreed between the principal parties involved in the trade. This is assumed to be the first required reset rate for the first regular calculation period. It should only be included when the rate is not equal to the rate published on the source implied by the floating rate index. An initial rate of 5% would be represented as 0.05.
Collapse XSD Schema Diagram:
XSD Diagram of initialRate in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="initialRate" type="xsd:decimal" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The initial floating rate reset agreed between the principal parties involved in the trade. This is assumed to be the first required reset rate for the first regular calculation period. It should only be included when the rate is not equal to the rate published on the source implied by the floating rate index. An initial rate of 5% would be represented as 0.05.</xsd:documentation>
    </xsd:annotation>
</xsd:element>