Class SingleValuationDate

java.lang.Object
net.finmath.smartcontract.product.xml.SingleValuationDate
Direct Known Subclasses:
MultipleValuationDates

public class SingleValuationDate extends Object

Java class for SingleValuationDate complex type.

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

 <complexType name="SingleValuationDate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="businessDays" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>