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 Summary
Modifier and TypeFieldDescriptionprotected MoneyWithParticipantShare
protected ConditionsPrecedentMetEnum
Fields inherited from class net.finmath.smartcontract.product.xml.LoanContractEvent
loanContractReference
Fields inherited from class net.finmath.smartcontract.product.xml.LoanEvent
agentPartyReference, borrowerPartyReference, businessEventGroupId, cashPayable, comment, effectiveDate, lenderPartyReference, previousInaccurateEventId
Fields inherited from class net.finmath.smartcontract.product.xml.AbstractEventRequireId
eventIdentifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the conditionsPrecedentMet property.void
Sets the value of the amount property.void
Sets the value of the conditionsPrecedentMet property.Methods inherited from class net.finmath.smartcontract.product.xml.LoanContractEvent
getLoanContractReference, setLoanContractReference
Methods inherited from class net.finmath.smartcontract.product.xml.LoanEvent
getAgentPartyReference, getBorrowerPartyReference, getBusinessEventGroupId, getCashPayable, getComment, getEffectiveDate, getLenderPartyReference, getPreviousInaccurateEventId, setAgentPartyReference, setBorrowerPartyReference, setBusinessEventGroupId, setCashPayable, setComment, setEffectiveDate, setLenderPartyReference, setPreviousInaccurateEventId
Methods inherited from class net.finmath.smartcontract.product.xml.AbstractEventRequireId
getEventIdentifier
-
Field Details
-
amount
-
conditionsPrecedentMet
-
-
Constructor Details
-
Borrowing
public Borrowing()
-
-
Method Details
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
MoneyWithParticipantShare
-
getConditionsPrecedentMet
Gets the value of the conditionsPrecedentMet property.- Returns:
- possible object is
ConditionsPrecedentMetEnum
-
setConditionsPrecedentMet
Sets the value of the conditionsPrecedentMet property.- Parameters:
value
- allowed object isConditionsPrecedentMetEnum
-