Class BusinessDateRange

java.lang.Object
net.finmath.smartcontract.product.xml.DateRange
net.finmath.smartcontract.product.xml.BusinessDateRange

public class BusinessDateRange extends DateRange
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. The days between the first and last date must also be good business days in the specified centers to be counted in the range.

Java class for BusinessDateRange complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BusinessDateRange">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DateRange">
       <sequence>
         <element name="businessDayConvention" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayConventionEnum"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BusinessCentersOrReference.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>