Class Stub

java.lang.Object
net.finmath.smartcontract.product.xml.StubValue
net.finmath.smartcontract.product.xml.Stub

public class Stub extends StubValue
A type defining how a stub calculation period amount is calculated and the start and end date of the stub. A single floating rate tenor different to that used for the regular part of the calculation periods schedule may be specified, or two floating rate tenors many be specified. If two floating rate tenors are specified then Linear Interpolation (in accordance with the 2000 ISDA Definitions, Section 8.3 Interpolation) is assumed to apply. Alternatively, an actual known stub rate or stub amount may be specified.

Java class for Stub complex type.

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

 <complexType name="Stub">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}StubValue">
       <sequence>
         <element name="stubStartDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
         <element name="stubEndDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>