<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" minOccurs="0">
<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" minOccurs="0">
<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>
|