Class AccrualOptionChangeNotification

java.lang.Object

public class AccrualOptionChangeNotification extends AbstractContractNotification
A loan servicing notification used to update an accrual option within a single facility. Embedded business events simply re-state the given accrual option.

Java class for AccrualOptionChangeNotification complex type.

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

 <complexType name="AccrualOptionChangeNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractContractNotification">
       <sequence>
         <choice>
           <sequence>
             <choice>
               <element name="fixedRateOptionChange" type="{http://www.fpml.org/FpML-5/confirmation}FixedRateOptionChange"/>
               <element name="floatingRateOptionChange" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateOptionChange"/>
             </choice>
             <element name="contract" type="{http://www.fpml.org/FpML-5/confirmation}LoanContract" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <element name="accruingPikOptionChange" type="{http://www.fpml.org/FpML-5/confirmation}AccruingPikOptionChange"/>
           <sequence>
             <element name="lcOptionChange" type="{http://www.fpml.org/FpML-5/confirmation}LcOptionChange"/>
             <element name="letterOfCredit" type="{http://www.fpml.org/FpML-5/confirmation}LetterOfCredit" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityDetails.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}LoanContractDetails.model" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}LetterOfCreditDetails.model" maxOccurs="unbounded" minOccurs="0"/>
         <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>