Class RolloverNotification

java.lang.Object

public class RolloverNotification extends AbstractContractNotification
A loan servicing notification designed to communicate the combination of business events associated with a rollover transaction.

Java class for RolloverNotification complex type.

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

 <complexType name="RolloverNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractContractNotification">
       <sequence>
         <sequence>
           <element name="maturingContracts">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <group ref="{http://www.fpml.org/FpML-5/confirmation}LoanContractDetails.model" maxOccurs="unbounded"/>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="currentContracts">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element name="contract" type="{http://www.fpml.org/FpML-5/confirmation}LoanContract" maxOccurs="unbounded"/>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </sequence>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="baseRateSet" type="{http://www.fpml.org/FpML-5/confirmation}LoanContractBaseRateSet"/>
           <element name="borrowing" type="{http://www.fpml.org/FpML-5/confirmation}Borrowing"/>
           <element name="commitmentAdjustment" type="{http://www.fpml.org/FpML-5/confirmation}CommitmentAdjustment"/>
           <element name="interestCapitalization" type="{http://www.fpml.org/FpML-5/confirmation}InterestCapitalization"/>
           <element name="interestPayment" type="{http://www.fpml.org/FpML-5/confirmation}InterestPayment"/>
           <element name="repayment" type="{http://www.fpml.org/FpML-5/confirmation}Repayment"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityDetails.model"/>
         <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>