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>
 
  • Field Details

  • Constructor Details

    • FxSwap

      public FxSwap()
  • Method Details

    • getNearLeg

      public FxSwapLeg getNearLeg()
      Gets the value of the nearLeg property.
      Returns:
      possible object is FxSwapLeg
    • setNearLeg

      public void setNearLeg(FxSwapLeg value)
      Sets the value of the nearLeg property.
      Parameters:
      value - allowed object is FxSwapLeg
    • getFarLeg

      public FxSwapLeg getFarLeg()
      Gets the value of the farLeg property.
      Returns:
      possible object is FxSwapLeg
    • setFarLeg

      public void setFarLeg(FxSwapLeg value)
      Sets the value of the farLeg property.
      Parameters:
      value - allowed object is FxSwapLeg