Definition Type: ComplexType
Name: SideRates
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-fx-4-4.xsd
Abstract
Documentation:
A type that is used for including rates against base currency for non-base currency FX contracts.
Collapse XSD Schema Diagram:
Drilldown into currency2SideRate in schema fpml-fx-4-4_xsd Drilldown into currency1SideRate in schema fpml-fx-4-4_xsd Drilldown into baseCurrency in schema fpml-fx-4-4_xsdXSD Diagram of SideRates in schema fpml-fx-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SideRates">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that is used for including rates against base currency for non-base currency FX contracts.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="baseCurrency" type="Currency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency that is used as the basis for the side rates when calculating a cross rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="currency1SideRate" type="SideRate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The exchange rate for the first currency of the trade against base currency.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="currency2SideRate" type="SideRate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The exchange rate for the second currency of the trade against base currency.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
baseCurrency fpml:baseCurrency (1) (1)
currency1SideRate fpml:currency1SideRate 0 (1)
currency2SideRate fpml:currency2SideRate 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:sideRates