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 DateReferenceRelativeDateOffset.dateRelativeToprotected DateReferenceRelativeDateSequence.dateRelativeToprotected DateReferenceStartingDate.dateRelativeToprotected DateReferenceDividendConditions.dividendPeriodEffectiveDateprotected DateReferenceDividendConditions.dividendPeriodEndDateMethods in net.finmath.smartcontract.product.xml that return DateReferenceModifier and TypeMethodDescriptionObjectFactory.createDateReference()Create an instance ofDateReferenceRelativeDateOffset.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 TypeMethodDescriptionvoidRelativeDateOffset.setDateRelativeTo(DateReference value) Sets the value of the dateRelativeTo property.voidRelativeDateSequence.setDateRelativeTo(DateReference value) Sets the value of the dateRelativeTo property.voidStartingDate.setDateRelativeTo(DateReference value) Sets the value of the dateRelativeTo property.voidDividendConditions.setDividendPeriodEffectiveDate(DateReference value) Sets the value of the dividendPeriodEffectiveDate property.voidDividendConditions.setDividendPeriodEndDate(DateReference value) Sets the value of the dividendPeriodEndDate property.