Class AdjustedPaymentDates

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

public class AdjustedPaymentDates extends Object

Java class for AdjustedPaymentDates complex type.

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

 <complexType name="AdjustedPaymentDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="adjustedPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>