Class Stub
java.lang.Object
net.finmath.smartcontract.product.xml.StubValue
net.finmath.smartcontract.product.xml.Stub
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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AdjustableOrRelativeDate
protected AdjustableOrRelativeDate
Fields inherited from class net.finmath.smartcontract.product.xml.StubValue
floatingRate, stubAmount, stubRate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the stubEndDate property.Gets the value of the stubStartDate property.void
Sets the value of the stubEndDate property.void
Sets the value of the stubStartDate property.Methods inherited from class net.finmath.smartcontract.product.xml.StubValue
getFloatingRate, getStubAmount, getStubRate, setStubAmount, setStubRate
-
Field Details
-
stubStartDate
-
stubEndDate
-
-
Constructor Details
-
Stub
public Stub()
-
-
Method Details
-
getStubStartDate
Gets the value of the stubStartDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setStubStartDate
Sets the value of the stubStartDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-
getStubEndDate
Gets the value of the stubEndDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setStubEndDate
Sets the value of the stubEndDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-