Class Borrowing
java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEventRequireId
net.finmath.smartcontract.product.xml.LoanEvent
net.finmath.smartcontract.product.xml.LoanContractEvent
net.finmath.smartcontract.product.xml.Borrowing
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>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected MoneyWithParticipantShareprotected ConditionsPrecedentMetEnumFields inherited from class net.finmath.smartcontract.product.xml.LoanContractEventloanContractReferenceFields inherited from class net.finmath.smartcontract.product.xml.LoanEventagentPartyReference, borrowerPartyReference, businessEventGroupId, cashPayable, comment, effectiveDate, lenderPartyReference, previousInaccurateEventIdFields inherited from class net.finmath.smartcontract.product.xml.AbstractEventRequireIdeventIdentifier
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the conditionsPrecedentMet property.voidsetAmount(MoneyWithParticipantShare value)Sets the value of the amount property.voidSets the value of the conditionsPrecedentMet property.Methods inherited from class net.finmath.smartcontract.product.xml.LoanContractEventgetLoanContractReference, setLoanContractReferenceMethods inherited from class net.finmath.smartcontract.product.xml.LoanEventgetAgentPartyReference, getBorrowerPartyReference, getBusinessEventGroupId, getCashPayable, getComment, getEffectiveDate, getLenderPartyReference, getPreviousInaccurateEventId, setAgentPartyReference, setBorrowerPartyReference, setBusinessEventGroupId, setCashPayable, setComment, setEffectiveDate, setLenderPartyReference, setPreviousInaccurateEventIdMethods inherited from class net.finmath.smartcontract.product.xml.AbstractEventRequireIdgetEventIdentifier
- 
Field Details- 
amount
- 
conditionsPrecedentMet
 
- 
- 
Constructor Details- 
Borrowingpublic Borrowing()
 
- 
- 
Method Details- 
getAmountGets the value of the amount property.- Returns:
- possible object is
     MoneyWithParticipantShare
 
- 
getConditionsPrecedentMetGets the value of the conditionsPrecedentMet property.- Returns:
- possible object is
     ConditionsPrecedentMetEnum
 
- 
setConditionsPrecedentMetSets the value of the conditionsPrecedentMet property.- Parameters:
- value- allowed object is- ConditionsPrecedentMetEnum
 
 
-