Uses of Class
net.finmath.smartcontract.product.xml.RelativeDateOffset
-
Uses of RelativeDateOffset in net.finmath.smartcontract.product.xml
Modifier and TypeClassDescriptionclass
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.class
A type describing a set of dates defined as relative to another set of dates.Modifier and TypeFieldDescriptionprotected RelativeDateOffset
CashSettlement.cashSettlementValuationDate
protected RelativeDateOffset
ExerciseFee.feePaymentDate
protected RelativeDateOffset
ExerciseFeeSchedule.feePaymentDate
protected RelativeDateOffset
Fra.fixingDateOffset
protected RelativeDateOffset
ResetDates.fixingDates
protected RelativeDateOffset
InterestLegResetDates.initialFixingDate
protected RelativeDateOffset
ResetDates.initialFixingDate
protected RelativeDateOffset
FixedPaymentAmount.paymentDate
protected RelativeDateOffset
AdjustableDatesOrRelativeDateOffset.relativeDate
protected RelativeDateOffset
AdjustableOrRelativeDate.relativeDate
protected RelativeDateOffset
CashSettlementPaymentDate.relativeDate
protected RelativeDateOffset
Composite.relativeDate
protected RelativeDateOffset
CalculationPeriodDates.relativeTerminationDate
protected RelativeDateOffset
FxFlexibleForward.settlementDateOffset
protected RelativeDateOffset
FxLinkedNotionalSchedule.varyingNotionalFixingDates
protected RelativeDateOffset
FxLinkedNotionalSchedule.varyingNotionalInterimExchangePaymentDates
Modifier and TypeMethodDescriptionObjectFactory.createRelativeDateOffset()
Create an instance ofRelativeDateOffset
CashSettlement.getCashSettlementValuationDate()
Gets the value of the cashSettlementValuationDate property.ExerciseFee.getFeePaymentDate()
Gets the value of the feePaymentDate property.ExerciseFeeSchedule.getFeePaymentDate()
Gets the value of the feePaymentDate property.Fra.getFixingDateOffset()
Gets the value of the fixingDateOffset property.ResetDates.getFixingDates()
Gets the value of the fixingDates property.InterestLegResetDates.getInitialFixingDate()
Gets the value of the initialFixingDate property.ResetDates.getInitialFixingDate()
Gets the value of the initialFixingDate property.FixedPaymentAmount.getPaymentDate()
Gets the value of the paymentDate property.AdjustableDatesOrRelativeDateOffset.getRelativeDate()
Gets the value of the relativeDate property.AdjustableOrRelativeDate.getRelativeDate()
Gets the value of the relativeDate property.CashSettlementPaymentDate.getRelativeDate()
Gets the value of the relativeDate property.Composite.getRelativeDate()
Gets the value of the relativeDate property.CalculationPeriodDates.getRelativeTerminationDate()
Gets the value of the relativeTerminationDate property.FxFlexibleForward.getSettlementDateOffset()
Gets the value of the settlementDateOffset property.FxLinkedNotionalSchedule.getVaryingNotionalFixingDates()
Gets the value of the varyingNotionalFixingDates property.FxLinkedNotionalSchedule.getVaryingNotionalInterimExchangePaymentDates()
Gets the value of the varyingNotionalInterimExchangePaymentDates property.Modifier and TypeMethodDescriptionvoid
CashSettlement.setCashSettlementValuationDate
(RelativeDateOffset value) Sets the value of the cashSettlementValuationDate property.void
ExerciseFee.setFeePaymentDate
(RelativeDateOffset value) Sets the value of the feePaymentDate property.void
ExerciseFeeSchedule.setFeePaymentDate
(RelativeDateOffset value) Sets the value of the feePaymentDate property.void
Fra.setFixingDateOffset
(RelativeDateOffset value) Sets the value of the fixingDateOffset property.void
ResetDates.setFixingDates
(RelativeDateOffset value) Sets the value of the fixingDates property.void
InterestLegResetDates.setInitialFixingDate
(RelativeDateOffset value) Sets the value of the initialFixingDate property.void
ResetDates.setInitialFixingDate
(RelativeDateOffset value) Sets the value of the initialFixingDate property.void
FixedPaymentAmount.setPaymentDate
(RelativeDateOffset value) Sets the value of the paymentDate property.void
AdjustableDatesOrRelativeDateOffset.setRelativeDate
(RelativeDateOffset value) Sets the value of the relativeDate property.void
AdjustableOrRelativeDate.setRelativeDate
(RelativeDateOffset value) Sets the value of the relativeDate property.void
CashSettlementPaymentDate.setRelativeDate
(RelativeDateOffset value) Sets the value of the relativeDate property.void
Composite.setRelativeDate
(RelativeDateOffset value) Sets the value of the relativeDate property.void
CalculationPeriodDates.setRelativeTerminationDate
(RelativeDateOffset value) Sets the value of the relativeTerminationDate property.void
FxFlexibleForward.setSettlementDateOffset
(RelativeDateOffset value) Sets the value of the settlementDateOffset property.void
FxLinkedNotionalSchedule.setVaryingNotionalFixingDates
(RelativeDateOffset value) Sets the value of the varyingNotionalFixingDates property.void
FxLinkedNotionalSchedule.setVaryingNotionalInterimExchangePaymentDates
(RelativeDateOffset value) Sets the value of the varyingNotionalInterimExchangePaymentDates property.