Uses of Class
net.finmath.smartcontract.product.xml.Offset
Packages that use Offset
-
Uses of Offset in net.finmath.smartcontract.product.xml
Subclasses of Offset in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclassAn adjustable offset can be used to specify a number of days, business or calendar, for example in a notice period.classA 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.classA type defining an offset used in calculating a date when this date is defined in reference to another date through a date offset.classA type that is extending the Offset structure for providing the ability to specify an FX fixing date as an offset to dates specified somewhere else in the document.classValuation date offset is used in FX Variance Swap and Volatility Swap to always relate the Final Observation Date and can be: [Final Observation Date][The first Business Day following the Final Observation Date]classA type defining a date (referred to as the derived date) as a relative offset from another date (referred to as the anchor date).classA type describing a set of dates defined as relative to another set of dates.Fields in net.finmath.smartcontract.product.xml declared as OffsetModifier and TypeFieldDescriptionprotected OffsetCommodity.deliveryDateExpirationConventionprotected OffsetCommodity.deliveryDateRollConventionprotected OffsetGracePeriodExtension.gracePeriodprotected OffsetInflationRateCalculation.inflationLagprotected OffsetOffsetPrevailingTime.offsetprotected OffsetDividendPaymentDate.paymentDateOffsetprotected OffsetPaymentDates.paymentDaysOffsetprotected OffsetResetDates.rateCutOffDaysOffsetMethods in net.finmath.smartcontract.product.xml that return OffsetModifier and TypeMethodDescriptionObjectFactory.createOffset()Create an instance ofOffsetCommodity.getDeliveryDateExpirationConvention()Gets the value of the deliveryDateExpirationConvention property.Commodity.getDeliveryDateRollConvention()Gets the value of the deliveryDateRollConvention property.GracePeriodExtension.getGracePeriod()Gets the value of the gracePeriod property.InflationRateCalculation.getInflationLag()Gets the value of the inflationLag property.OffsetPrevailingTime.getOffset()Gets the value of the offset property.DividendPaymentDate.getPaymentDateOffset()Gets the value of the paymentDateOffset property.PaymentDates.getPaymentDaysOffset()Gets the value of the paymentDaysOffset property.ResetDates.getRateCutOffDaysOffset()Gets the value of the rateCutOffDaysOffset property.Methods in net.finmath.smartcontract.product.xml with parameters of type OffsetModifier and TypeMethodDescriptionvoidCommodity.setDeliveryDateExpirationConvention(Offset value) Sets the value of the deliveryDateExpirationConvention property.voidCommodity.setDeliveryDateRollConvention(Offset value) Sets the value of the deliveryDateRollConvention property.voidGracePeriodExtension.setGracePeriod(Offset value) Sets the value of the gracePeriod property.voidInflationRateCalculation.setInflationLag(Offset value) Sets the value of the inflationLag property.voidSets the value of the offset property.voidDividendPaymentDate.setPaymentDateOffset(Offset value) Sets the value of the paymentDateOffset property.voidPaymentDates.setPaymentDaysOffset(Offset value) Sets the value of the paymentDaysOffset property.voidResetDates.setRateCutOffDaysOffset(Offset value) Sets the value of the rateCutOffDaysOffset property.