Class AdjustedRelativeDateOffset
java.lang.Object
net.finmath.smartcontract.product.xml.Period
net.finmath.smartcontract.product.xml.Offset
net.finmath.smartcontract.product.xml.RelativeDateOffset
net.finmath.smartcontract.product.xml.AdjustedRelativeDateOffset
A type defining a date (referred to as the derived date) as a relative
offset from another date (referred to as the anchor date) plus optional date adjustments.
Java class for AdjustedRelativeDateOffset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdjustedRelativeDateOffset"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"> <sequence> <element name="relativeDateAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.RelativeDateOffset
adjustedDate, businessCenters, businessCentersReference, businessDayConvention, dateRelativeTo
Fields inherited from class net.finmath.smartcontract.product.xml.Period
id, period, periodMultiplier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the relativeDateAdjustments property.void
Sets the value of the relativeDateAdjustments property.Methods inherited from class net.finmath.smartcontract.product.xml.RelativeDateOffset
getAdjustedDate, getBusinessCenters, getBusinessCentersReference, getBusinessDayConvention, getDateRelativeTo, setAdjustedDate, setBusinessCenters, setBusinessCentersReference, setBusinessDayConvention, setDateRelativeTo
Methods inherited from class net.finmath.smartcontract.product.xml.Offset
getDayType, setDayType
Methods inherited from class net.finmath.smartcontract.product.xml.Period
getId, getPeriod, getPeriodMultiplier, setId, setPeriod, setPeriodMultiplier
-
Field Details
-
relativeDateAdjustments
-
-
Constructor Details
-
AdjustedRelativeDateOffset
public AdjustedRelativeDateOffset()
-
-
Method Details
-
getRelativeDateAdjustments
Gets the value of the relativeDateAdjustments property.- Returns:
- possible object is
BusinessDayAdjustments
-
setRelativeDateAdjustments
Sets the value of the relativeDateAdjustments property.- Parameters:
value
- allowed object isBusinessDayAdjustments
-