Uses of Class
net.finmath.smartcontract.product.xml.DateOffset
Packages that use DateOffset
-
Uses of DateOffset in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DateOffsetModifier and TypeFieldDescriptionprotected DateOffsetCommodityRelativeExpirationDates.expirationDateOffsetprotected DateOffsetEnvironmentalPhysicalLeg.paymentDateprotected DateOffsetCommodityRelativePaymentDates.paymentDaysOffsetFields in net.finmath.smartcontract.product.xml with type parameters of type DateOffsetMethods in net.finmath.smartcontract.product.xml that return DateOffsetModifier and TypeMethodDescriptionObjectFactory.createDateOffset()Create an instance ofDateOffsetCommodityRelativeExpirationDates.getExpirationDateOffset()Gets the value of the expirationDateOffset property.EnvironmentalPhysicalLeg.getPaymentDate()Gets the value of the paymentDate property.CommodityRelativePaymentDates.getPaymentDaysOffset()Gets the value of the paymentDaysOffset property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type DateOffsetModifier and TypeMethodDescriptionRelativeDateSequence.getDateOffset()Gets the value of the dateOffset property.Methods in net.finmath.smartcontract.product.xml with parameters of type DateOffsetModifier and TypeMethodDescriptionvoidCommodityRelativeExpirationDates.setExpirationDateOffset(DateOffset value) Sets the value of the expirationDateOffset property.voidEnvironmentalPhysicalLeg.setPaymentDate(DateOffset value) Sets the value of the paymentDate property.voidCommodityRelativePaymentDates.setPaymentDaysOffset(DateOffset value) Sets the value of the paymentDaysOffset property.