Class MultipleValuationDates

java.lang.Object
net.finmath.smartcontract.product.xml.SingleValuationDate
net.finmath.smartcontract.product.xml.MultipleValuationDates

public class MultipleValuationDates extends SingleValuationDate

Java class for MultipleValuationDates complex type.

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

 <complexType name="MultipleValuationDates">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}SingleValuationDate">
       <sequence>
         <element name="businessDaysThereafter" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="numberValuationDates" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>