Class CorrelationSwap

java.lang.Object

public class CorrelationSwap extends NettedSwapBase
A Correlation Swap modelled using a single netted leg.

Java class for CorrelationSwap complex type.

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

 <complexType name="CorrelationSwap">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NettedSwapBase">
       <sequence>
         <element name="correlationLeg" type="{http://www.fpml.org/FpML-5/confirmation}CorrelationLeg"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>