Class CashSettlementPaymentDate

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

public class CashSettlementPaymentDate extends Object
A type defining the cash settlement payment date(s) as either a set of explicit dates, together with applicable adjustments, or as a date relative to some other (anchor) date, or as any date in a range of contiguous business days.

Java class for CashSettlementPaymentDate complex type.

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

 <complexType name="CashSettlementPaymentDate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="adjustableDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDates"/>
         <element name="relativeDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"/>
         <element name="businessDateRange" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDateRange"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>