complexType "FxSwap"
Namespace:
Content:
complex, 1 attribute, 7 elements
Defined:
globally in fpml-fx-5-8.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (7):
productId (defined in Product.model group),
productType (defined in Product.model group),
All Direct / Indirect Based Elements (1):
fxSwap
Known Usage Locations
Annotation
A type defining either a spot/forward or forward/forward FX swap transaction.
Type Definition Detail
Type Derivation Tree
Product (extension)
  FxSwap
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FxSwap">
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:element name="nearLeg" type="FxSwapLeg"/>
<xsd:element name="farLeg" type="FxSwapLeg"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/7)
farLeg
Type:
FxSwapLeg, complex content
The FX transaction with the latest value date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="farLeg" type="FxSwapLeg"/>

nearLeg
Type:
FxSwapLeg, complex content
The FX transaction with the earliest value date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="nearLeg" type="FxSwapLeg"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.