Class OutstandingsPosition
java.lang.Object
net.finmath.smartcontract.product.xml.OutstandingsPosition
Represents outstanding loan contracts or outstanding letter of credit
position. Both the global and lender position (current and prior) levels can be represented.
Java class for OutstandingsPosition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutstandingsPosition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="loanContractReference" type="{http://www.fpml.org/FpML-5/confirmation}LoanContractReference"/> <element name="letterOfCreditReference" type="{http://www.fpml.org/FpML-5/confirmation}LetterOfCreditReference"/> </choice> <sequence> <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/> <element name="priorAmount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare" minOccurs="0"/> </sequence> <element name="facilityFxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxTerms" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected MoneyWithParticipantShare
protected FxTerms
protected LetterOfCreditReference
protected LoanContractReference
protected MoneyWithParticipantShare
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the facilityFxRate property.Gets the value of the letterOfCreditReference property.Gets the value of the loanContractReference property.Gets the value of the priorAmount property.void
Sets the value of the amount property.void
setFacilityFxRate
(FxTerms value) Sets the value of the facilityFxRate property.void
Sets the value of the letterOfCreditReference property.void
Sets the value of the loanContractReference property.void
Sets the value of the priorAmount property.
-
Field Details
-
loanContractReference
-
letterOfCreditReference
-
amount
-
priorAmount
-
facilityFxRate
-
-
Constructor Details
-
OutstandingsPosition
public OutstandingsPosition()
-
-
Method Details
-
getLoanContractReference
Gets the value of the loanContractReference property.- Returns:
- possible object is
LoanContractReference
-
setLoanContractReference
Sets the value of the loanContractReference property.- Parameters:
value
- allowed object isLoanContractReference
-
getLetterOfCreditReference
Gets the value of the letterOfCreditReference property.- Returns:
- possible object is
LetterOfCreditReference
-
setLetterOfCreditReference
Sets the value of the letterOfCreditReference property.- Parameters:
value
- allowed object isLetterOfCreditReference
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
MoneyWithParticipantShare
-
getPriorAmount
Gets the value of the priorAmount property.- Returns:
- possible object is
MoneyWithParticipantShare
-
getFacilityFxRate
-
setFacilityFxRate
-