Class PaymentCalculationPeriod

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

public class PaymentCalculationPeriod extends Object
A type defining the adjusted payment date and associated calculation period parameters required to calculate the actual or projected payment amount. This type forms part of the cashflow representation of a swap stream.

Java class for PaymentCalculationPeriod complex type.

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

 <complexType name="PaymentCalculationPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="unadjustedPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="adjustedPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <choice>
           <element name="calculationPeriod" type="{http://www.fpml.org/FpML-5/confirmation}CalculationPeriod" maxOccurs="unbounded"/>
           <element name="fixedPaymentAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         </choice>
         <element name="discountFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="forecastPaymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
         <element name="presentValueAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>