Class CorrelationLeg

java.lang.Object

public class CorrelationLeg extends DirectionalLegUnderlyerValuation
A type describing return which is driven by a Correlation calculation.

Java class for CorrelationLeg complex type.

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

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