Class FinalCalculationPeriodDateAdjustment
java.lang.Object
net.finmath.smartcontract.product.xml.FinalCalculationPeriodDateAdjustment
A type to define business date convention adjustment to final payment
period per leg.
Java class for FinalCalculationPeriodDateAdjustment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinalCalculationPeriodDateAdjustment"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="relevantUnderlyingDateReference" type="{http://www.fpml.org/FpML-5/confirmation}RelevantUnderlyingDateReference"/> <element name="swapStreamReference" type="{http://www.fpml.org/FpML-5/confirmation}InterestRateStreamReference"/> <element name="businessDayConvention" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayConventionEnum"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BusinessDayConventionEnum
protected RelevantUnderlyingDateReference
protected InterestRateStreamReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessDayConvention property.Gets the value of the relevantUnderlyingDateReference property.Gets the value of the swapStreamReference property.void
Sets the value of the businessDayConvention property.void
Sets the value of the relevantUnderlyingDateReference property.void
Sets the value of the swapStreamReference property.
-
Field Details
-
relevantUnderlyingDateReference
-
swapStreamReference
-
businessDayConvention
-
-
Constructor Details
-
FinalCalculationPeriodDateAdjustment
public FinalCalculationPeriodDateAdjustment()
-
-
Method Details
-
getRelevantUnderlyingDateReference
Gets the value of the relevantUnderlyingDateReference property.- Returns:
- possible object is
RelevantUnderlyingDateReference
-
setRelevantUnderlyingDateReference
Sets the value of the relevantUnderlyingDateReference property.- Parameters:
value
- allowed object isRelevantUnderlyingDateReference
-
getSwapStreamReference
Gets the value of the swapStreamReference property.- Returns:
- possible object is
InterestRateStreamReference
-
setSwapStreamReference
Sets the value of the swapStreamReference property.- Parameters:
value
- allowed object isInterestRateStreamReference
-
getBusinessDayConvention
Gets the value of the businessDayConvention property.- Returns:
- possible object is
BusinessDayConventionEnum
-
setBusinessDayConvention
Sets the value of the businessDayConvention property.- Parameters:
value
- allowed object isBusinessDayConventionEnum
-