Class DirectionalLegUnderlyer

java.lang.Object
net.finmath.smartcontract.product.xml.Leg
net.finmath.smartcontract.product.xml.DirectionalLeg
net.finmath.smartcontract.product.xml.DirectionalLegUnderlyer
Direct Known Subclasses:
DirectionalLegUnderlyerValuation, DividendLeg

public abstract class DirectionalLegUnderlyer extends DirectionalLeg
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 DirectionalLegUnderlyer complex type.

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

 <complexType name="DirectionalLegUnderlyer">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DirectionalLeg">
       <sequence>
         <element name="underlyer" type="{http://www.fpml.org/FpML-5/confirmation}Underlyer"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionSettlement.model"/>
         <element name="fxFeature" type="{http://www.fpml.org/FpML-5/confirmation}FxFeature" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>