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 TypeClassDescriptionclass
An adjustable offset can be used to specify a number of days, business or calendar, for example in a notice period.class
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 defining an offset used in calculating a date when this date is defined in reference to another date through a date offset.class
A 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.class
Valuation 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]class
A type defining a date (referred to as the derived date) as a relative offset from another date (referred to as the anchor date).class
A 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 Offset
Commodity.deliveryDateExpirationConvention
protected Offset
Commodity.deliveryDateRollConvention
protected Offset
GracePeriodExtension.gracePeriod
protected Offset
InflationRateCalculation.inflationLag
protected Offset
OffsetPrevailingTime.offset
protected Offset
DividendPaymentDate.paymentDateOffset
protected Offset
PaymentDates.paymentDaysOffset
protected Offset
ResetDates.rateCutOffDaysOffset
Methods in net.finmath.smartcontract.product.xml that return OffsetModifier and TypeMethodDescriptionObjectFactory.createOffset()
Create an instance ofOffset
Commodity.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 TypeMethodDescriptionvoid
Commodity.setDeliveryDateExpirationConvention
(Offset value) Sets the value of the deliveryDateExpirationConvention property.void
Commodity.setDeliveryDateRollConvention
(Offset value) Sets the value of the deliveryDateRollConvention property.void
GracePeriodExtension.setGracePeriod
(Offset value) Sets the value of the gracePeriod property.void
InflationRateCalculation.setInflationLag
(Offset value) Sets the value of the inflationLag property.void
Sets the value of the offset property.void
DividendPaymentDate.setPaymentDateOffset
(Offset value) Sets the value of the paymentDateOffset property.void
PaymentDates.setPaymentDaysOffset
(Offset value) Sets the value of the paymentDaysOffset property.void
ResetDates.setRateCutOffDaysOffset
(Offset value) Sets the value of the rateCutOffDaysOffset property.