Definition Type: ComplexType
Name: FxSwap
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:Product
Containing Schema: fpml-fx-5-10.xsd
Abstract
Documentation:
A type defining either a spot/forward or forward/forward FX swap transaction.
Collapse XSD Schema Diagram:
Drilldown into farLeg in schema fpml-fx-5-10_xsd2 Drilldown into nearLeg in schema fpml-fx-5-10_xsd2 Drilldown into embeddedOptionType in schema fpml-shared-5-10_xsd3 Drilldown into productId in schema fpml-shared-5-10_xsd3 Drilldown into productId in schema fpml-shared-5-10_xsd3 Drilldown into productType in schema fpml-shared-5-10_xsd3 Drilldown into secondaryAssetClass in schema fpml-shared-5-10_xsd3 Drilldown into primaryAssetClass in schema fpml-shared-5-10_xsd3 Drilldown into Product.model in schema fpml-shared-5-10_xsd3 Drilldown into id in schema fpml-shared-5-10_xsd3 Drilldown into Product in schema fpml-shared-5-10_xsd3XSD Diagram of FxSwap in schema fpml-fx-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxSwap">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining either a spot/forward or forward/forward FX swap transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Product">
            <xsd:sequence>
                <xsd:element name="nearLeg" type="FxSwapLeg">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The FX transaction with the earliest value date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="farLeg" type="FxSwapLeg">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The FX transaction with the latest value date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
primaryAssetClass nsD:primaryAssetClass (1) (1)
secondaryAssetClass nsD:secondaryAssetClass 0 unbounded
productType nsD:productType (1) unbounded
productId nsD:productId 0 unbounded
productId nsD:productId (1) unbounded
embeddedOptionType nsD:embeddedOptionType 0 2
nearLeg nsD:nearLeg (1) (1)
farLeg nsD:farLeg (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:fxSwap