Class FxSwapLeg

java.lang.Object
net.finmath.smartcontract.product.xml.Leg
net.finmath.smartcontract.product.xml.FxSwapLeg

public class FxSwapLeg extends Leg

Java class for FxSwapLeg complex type.

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

 <complexType name="FxSwapLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Leg">
       <sequence>
         <element name="tradeIdentifierReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifierReference" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FxCoreDetails.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>