Class Borrowing

java.lang.Object

public class Borrowing extends LoanContractEvent
An event representing the fact that a new loan contract (funded borrowing) has been requested by the borrower.

Java class for Borrowing complex type.

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

 <complexType name="Borrowing">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LoanContractEvent">
       <sequence>
         <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
         <element name="conditionsPrecedentMet" type="{http://www.fpml.org/FpML-5/confirmation}ConditionsPrecedentMetEnum" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>