Class DirectionalLeg

java.lang.Object
net.finmath.smartcontract.product.xml.Leg
net.finmath.smartcontract.product.xml.DirectionalLeg
Direct Known Subclasses:
DirectionalLegUnderlyer, FixedPaymentLeg, InterestLeg, ReturnSwapLegUnderlyer, UnderlyerInterestLeg

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

Java class for DirectionalLeg complex type.

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

 <complexType name="DirectionalLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Leg">
       <sequence>
         <element name="legIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}LegIdentifier" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="effectiveDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
         <element name="terminationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>