Class CorrelationSwap


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

  • Constructor Details

    • CorrelationSwap

      public CorrelationSwap()
  • Method Details

    • getCorrelationLeg

      public CorrelationLeg getCorrelationLeg()
      Gets the value of the correlationLeg property.
      Returns:
      possible object is CorrelationLeg
    • setCorrelationLeg

      public void setCorrelationLeg(CorrelationLeg value)
      Sets the value of the correlationLeg property.
      Parameters:
      value - allowed object is CorrelationLeg