Class DirectionalLegUnderlyerValuation

java.lang.Object
Direct Known Subclasses:
CorrelationLeg, VarianceLeg, VolatilityLeg

public abstract class DirectionalLegUnderlyerValuation extends DirectionalLegUnderlyer
An abstract base class for all directional leg types with effective date, termination date, and underlyer, where a payer makes a stream of payments of greater than zero value to a receiver.

Java class for DirectionalLegUnderlyerValuation complex type.

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

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