Class InterestLegCalculationPeriodDates

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

public class InterestLegCalculationPeriodDates extends Object
Component that holds the various dates used to specify the interest leg of the return swap. It is used to define the InterestPeriodDates identifyer.

Java class for InterestLegCalculationPeriodDates complex type.

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

 <complexType name="InterestLegCalculationPeriodDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="effectiveDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
         <element name="terminationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
         <element name="interestLegResetDates" type="{http://www.fpml.org/FpML-5/confirmation}InterestLegResetDates"/>
         <element name="interestLegPaymentDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableRelativeOrPeriodicDates2"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>