Definition Type: ComplexType
Name: FXSwap
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: nsA:Product
Containing Schema: fpml-fx-4-0.xsd
Abstract False
Documentation:
A type that describes an FX swap. This is similar to FpML_FXLeg, but contains multiple legs for a particular trade.
Collapse XSD Schema Diagram:
Drilldown into fxSingleLeg Drilldown into id Drilldown into productId Drilldown into productType Drilldown into ProductXSD Diagram of FXSwap
Collapse XSD Schema Code:
<xsd:complexType name="FXSwap">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that describes an FX swap. This is similar to FpML_FXLeg, but contains multiple legs for a particular trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Product">
            <xsd:sequence>
                <xsd:element ref="fxSingleLeg" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
productType nsA:productType 0 (1)
productId nsA:productId 0 unbounded
fxSingleLeg nsA:fxSingleLeg (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:fxSwap
Collapse Comments:
blog comments powered by Disqus