Class CalendarSpread

java.lang.Object
net.finmath.smartcontract.product.xml.CalendarSpread

public class CalendarSpread extends Object
A type for defining a calendar spread feature.

Java class for CalendarSpread complex type.

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

 <complexType name="CalendarSpread">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="expirationDateTwo" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>