Class FxPerformanceLeg

java.lang.Object
net.finmath.smartcontract.product.xml.FxPerformanceLeg
Direct Known Subclasses:
FxPerformanceFixedLeg, FxPerformanceFloatingLeg

public abstract class FxPerformanceLeg extends Object
Floating FX Rate describes Fixed FX Rate Payer and Fixed Rate

Java class for FxPerformanceLeg complex type.

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

 <complexType name="FxPerformanceLeg">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Payer.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Receiver.model" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>