Definition Type: ComplexType
Name: FxFlexibleForwardRate
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:QuotedCurrencyPair
Containing Schema: fpml-fx-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into spotRate in schema fpml-fx-5-10_xsd2 Drilldown into rate in schema fpml-fx-5-10_xsd2 Drilldown into quoteBasis in schema fpml-shared-5-10_xsd3 Drilldown into currency2 in schema fpml-shared-5-10_xsd3 Drilldown into currency1 in schema fpml-shared-5-10_xsd3 Drilldown into QuotedCurrencyPair in schema fpml-shared-5-10_xsd3XSD Diagram of FxFlexibleForwardRate in schema fpml-fx-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxFlexibleForwardRate">
    <xsd:complexContent>
        <xsd:extension base="QuotedCurrencyPair">
            <xsd:sequence>
                <xsd:element name="rate" type="PositiveDecimal">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Constant rate value, applicable for the duration of the execution period.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="spotRate" type="PositiveDecimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The spot exchange rate for the specified currency pair as per the specified quote basis, as at the trade date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency1 nsD:currency1 (1) (1)
currency2 nsD:currency2 (1) (1)
quoteBasis nsD:quoteBasis 0 (1)
rate nsD:rate (1) (1)
spotRate nsD:spotRate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:forwardRate