Uses of Class
net.finmath.smartcontract.product.xml.DateRange
Packages that use DateRange
-
Uses of DateRange in net.finmath.smartcontract.product.xml
Subclasses of DateRange in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
A type defining a range of contiguous business days by defining an unadjusted first date, an unadjusted last date and a business day convention and business centers for adjusting the first and last dates if they would otherwise fall on a non business day in the specified business centers.Fields in net.finmath.smartcontract.product.xml declared as DateRangeMethods in net.finmath.smartcontract.product.xml that return DateRangeModifier and TypeMethodDescriptionObjectFactory.createDateRange()
Create an instance ofDateRange
RelativeDates.getScheduleBounds()
Gets the value of the scheduleBounds property.Methods in net.finmath.smartcontract.product.xml with parameters of type DateRangeModifier and TypeMethodDescriptionvoid
RelativeDates.setScheduleBounds(DateRange value)
Sets the value of the scheduleBounds property.