Definition Type: Group
Name: FxExchangedCurrency.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-fx-targets-5-10.xsd
Documentation:
Indicates the directions of who pays and receives a specific currency without specifying the amount.
Collapse XSD Schema Diagram:
Drilldown into exchangedCurrency2 in schema fpml-fx-targets-5-10_xsd1 Drilldown into exchangedCurrency1 in schema fpml-fx-targets-5-10_xsd1XSD Diagram of FxExchangedCurrency.model in schema fpml-fx-targets-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="FxExchangedCurrency.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Indicates the directions of who pays and receives a specific currency without specifying the amount.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="exchangedCurrency1" type="FxExchangedCurrency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates the first direction of who pays and receives a specific currency without specifying the amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="exchangedCurrency2" type="FxExchangedCurrency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates the second direction of who pays and receives a specific currency without specifying the amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
exchangedCurrency1 nsD:exchangedCurrency1 (1) (1)
exchangedCurrency2 nsD:exchangedCurrency2 (1) (1)