Definition Type: ComplexType
Name: CashflowFixing
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-reconciliation-4-4.xsd
Abstract
Documentation:
Details of the computation of a computed rate or price used to calculate the amount of a cashflow component. This computed rate or price may include averaging and/or various types of rate treatment rules. The details include all of the observations, the calculation parameters, and the resulting value.
Collapse XSD Schema Diagram:
Drilldown into floorValue in schema fpml-reconciliation-4-4_xsd Drilldown into capValue in schema fpml-reconciliation-4-4_xsd Drilldown into spread in schema fpml-reconciliation-4-4_xsd Drilldown into multiplier in schema fpml-reconciliation-4-4_xsd Drilldown into calculatedValue in schema fpml-reconciliation-4-4_xsd Drilldown into observationReference in schema fpml-reconciliation-4-4_xsd Drilldown into id in schema fpml-reconciliation-4-4_xsdXSD Diagram of CashflowFixing in schema fpml-reconciliation-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CashflowFixing">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Details of the computation of a computed rate or price used to calculate the amount of a cashflow component. This computed rate or price may include averaging and/or various types of rate treatment rules. The details include all of the observations, the calculation parameters, and the resulting value.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="observationReference" type="CashflowObservationReference" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to the observation details of a particular rate observation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="calculatedValue" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The value computed based on averaging the underlying observation and applying any spreads, multipliers, and cap and floors values. average or treated value computed based on the underlyer observations, following the calculation rules.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="multiplier" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A rate multiplier to apply to the floating rate. The multiplier can be a positive or negative decimal. This element should only be included if the multiplier is not equal to 1 (one).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="spread" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The ISDA Spread, if any, which applies for the calculation period. It also defines spread as price. The spread is a per annum rate, expressed as a decimal. For purposes of determining a calculation period amount, if positive the spread will be added to the floating rate and if negative the spread will be subtracted from the floating rate. A positive 10 basis point (0.1%) spread would be represented as 0.001.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="capValue" type="Strike" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The cap rate or price, if any, which applies to the floating rate for the calculation period. The cap rate (strike) is only required where the floating rate on a swap stream is capped at a certain strike level. The cap rate is assumed to be exclusive of any spread and is a per annum rate, expressed as a decimal. A cap rate of 5% would be represented as 0.05.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="floorValue" type="Strike" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The floor rate or price, if any, which applies to the floating rate for the calculation period. The floor rate (strike) is only required where the floating rate on a swap stream is floored at a certain strike level. The floor rate is assumed to be exclusive of any spread and is a per annum rate, expressed as a decimal. The floor rate of 5% would be represented as 0.05.</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
observationReference fpml:observationReference (1) unbounded
calculatedValue fpml:calculatedValue 0 (1)
multiplier fpml:multiplier 0 (1)
spread fpml:spread 0 (1)
capValue fpml:capValue 0 unbounded
floorValue fpml:floorValue 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:calculatedRate