Class DirectionalLegUnderlyerValuation

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

  • Constructor Details

    • DirectionalLegUnderlyerValuation

      public DirectionalLegUnderlyerValuation()
  • Method Details

    • getValuation

      public EquityValuation getValuation()
      Gets the value of the valuation property.
      Returns:
      possible object is EquityValuation
    • setValuation

      public void setValuation(EquityValuation value)
      Sets the value of the valuation property.
      Parameters:
      value - allowed object is EquityValuation