Class LoanContractAdjustment

java.lang.Object

public class LoanContractAdjustment extends LoanContractEvent
An event representing adjustment in the notional amount of a loan contract that has no cash flow effect. E.g. an amount adjustment due to a defaulted loan.

Java class for LoanContractAdjustment complex type.

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

 <complexType name="LoanContractAdjustment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LoanContractEvent">
       <sequence>
         <element name="adjustment" type="{http://www.fpml.org/FpML-5/confirmation}Adjustment"/>
         <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>