Class AccrualPeriod

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

public class AccrualPeriod extends Object
The details of the underlying elements that explain the calculation of an accrual against a reference balance.

Java class for AccrualPeriod complex type.

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

 <complexType name="AccrualPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PeriodWithDays.model"/>
         <sequence>
           <element name="referenceAmount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
           <element name="referenceAmountType" type="{http://www.fpml.org/FpML-5/confirmation}AccrualReferenceAmountTypeEnum" minOccurs="0"/>
         </sequence>
         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="accrualAmount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>