Class FxSwap

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.FxSwap

public class FxSwap extends Product
A type defining either a spot/forward or forward/forward FX swap transaction.

Java class for FxSwap complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FxSwap">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <element name="nearLeg" type="{http://www.fpml.org/FpML-5/confirmation}FxSwapLeg"/>
         <element name="farLeg" type="{http://www.fpml.org/FpML-5/confirmation}FxSwapLeg"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>