Class ValuationDate

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

public class ValuationDate extends Object

Java class for ValuationDate complex type.

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

 <complexType name="ValuationDate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="singleValuationDate" type="{http://www.fpml.org/FpML-5/confirmation}SingleValuationDate"/>
         <element name="multipleValuationDates" type="{http://www.fpml.org/FpML-5/confirmation}MultipleValuationDates"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>