Class FacilityRateChangeNotification

java.lang.Object

public class FacilityRateChangeNotification extends AbstractFacilityNotification
A loan servicing notification used to communicate changes in facility-level rates (e.g. penalty rate, default rate etc.).

Java class for FacilityRateChangeNotification complex type.

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

 <complexType name="FacilityRateChangeNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractFacilityNotification">
       <sequence>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}facilityRateChangeGroup"/>
         <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"/>
         <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>