Definition Type: ComplexType
Name: FxFlexibleForwardRate
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:QuotedCurrencyPair
Containing Schema: fpml-fx-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into spotRate in schema fpml-fx-5-10_xsd4 Drilldown into rate in schema fpml-fx-5-10_xsd4 Drilldown into quoteBasis in schema fpml-shared-5-10_xsd5 Drilldown into currency2 in schema fpml-shared-5-10_xsd5 Drilldown into currency1 in schema fpml-shared-5-10_xsd5 Drilldown into QuotedCurrencyPair in schema fpml-shared-5-10_xsd5XSD Diagram of FxFlexibleForwardRate in schema fpml-fx-5-10_xsd4 (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" minOccurs="0">
                    <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 nsF:currency1 0 (1)
currency2 nsF:currency2 0 (1)
quoteBasis nsF:quoteBasis 0 (1)
rate nsF:rate 0 (1)
spotRate nsF:spotRate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsF:forwardRate