Uses of Class
net.finmath.smartcontract.product.xml.DateReference
Packages that use DateReference
-
Uses of DateReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DateReferenceModifier and TypeFieldDescriptionprotected DateReference
RelativeDateOffset.dateRelativeTo
protected DateReference
RelativeDateSequence.dateRelativeTo
protected DateReference
StartingDate.dateRelativeTo
protected DateReference
DividendConditions.dividendPeriodEffectiveDate
protected DateReference
DividendConditions.dividendPeriodEndDate
Methods in net.finmath.smartcontract.product.xml that return DateReferenceModifier and TypeMethodDescriptionObjectFactory.createDateReference()
Create an instance ofDateReference
RelativeDateOffset.getDateRelativeTo()
Gets the value of the dateRelativeTo property.RelativeDateSequence.getDateRelativeTo()
Gets the value of the dateRelativeTo property.StartingDate.getDateRelativeTo()
Gets the value of the dateRelativeTo property.DividendConditions.getDividendPeriodEffectiveDate()
Gets the value of the dividendPeriodEffectiveDate property.DividendConditions.getDividendPeriodEndDate()
Gets the value of the dividendPeriodEndDate property.Methods in net.finmath.smartcontract.product.xml with parameters of type DateReferenceModifier and TypeMethodDescriptionvoid
RelativeDateOffset.setDateRelativeTo
(DateReference value) Sets the value of the dateRelativeTo property.void
RelativeDateSequence.setDateRelativeTo
(DateReference value) Sets the value of the dateRelativeTo property.void
StartingDate.setDateRelativeTo
(DateReference value) Sets the value of the dateRelativeTo property.void
DividendConditions.setDividendPeriodEffectiveDate
(DateReference value) Sets the value of the dividendPeriodEffectiveDate property.void
DividendConditions.setDividendPeriodEndDate
(DateReference value) Sets the value of the dividendPeriodEndDate property.