Class PeriodicPayment

java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.PeriodicPayment

public class PeriodicPayment extends PaymentBase

Java class for PeriodicPayment complex type.

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

 <complexType name="PeriodicPayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase">
       <sequence>
         <element name="paymentFrequency" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/>
         <element name="firstPeriodStartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="firstPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="lastRegularPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="rollConvention" type="{http://www.fpml.org/FpML-5/confirmation}RollConventionEnum" minOccurs="0"/>
         <choice>
           <element name="fixedAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
           <element name="fixedAmountCalculation" type="{http://www.fpml.org/FpML-5/confirmation}FixedAmountCalculation"/>
           <element name="floatingAmountCalculation" type="{http://www.fpml.org/FpML-5/confirmation}FloatingAmountCalculation"/>
         </choice>
         <element name="adjustedPaymentDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustedPaymentDates" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>