Class FxPerformanceFixedLeg

java.lang.Object
net.finmath.smartcontract.product.xml.FxPerformanceLeg
net.finmath.smartcontract.product.xml.FxPerformanceFixedLeg

public class FxPerformanceFixedLeg extends FxPerformanceLeg
FX Performance Fixed Leg describes Fixed FX Rate Payer and Fixed Rate.

Java class for FxPerformanceFixedLeg complex type.

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

 <complexType name="FxPerformanceFixedLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxPerformanceLeg">
       <sequence>
         <element name="fixedRate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>