Class InterestPayment
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.InterestPayment
An event representing the lender-specific payment of interest amounts for a
given accrual period against a single loan contract.
Java class for InterestPayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InterestPayment">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}LoanContractEvent">
<sequence>
<group ref="{http://www.fpml.org/FpML-5/confirmation}Period.model"/>
<element name="calculationMethod" type="{http://www.fpml.org/FpML-5/confirmation}InterestCalculationMethodEnum"/>
<element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
<sequence minOccurs="0">
<element name="accrualSchedule" type="{http://www.fpml.org/FpML-5/confirmation}AccrualPeriod" maxOccurs="unbounded" minOccurs="0"/>
<element name="projection" type="{http://www.fpml.org/FpML-5/confirmation}PaymentProjection" minOccurs="0"/>
</sequence>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AccrualPeriod> protected MoneyWithParticipantShareprotected InterestCalculationMethodEnumprotected XMLGregorianCalendarprotected PaymentProjectionprotected XMLGregorianCalendarFields inherited from class net.finmath.smartcontract.product.xml.LoanContractEvent
loanContractReferenceFields inherited from class net.finmath.smartcontract.product.xml.LoanEvent
agentPartyReference, borrowerPartyReference, businessEventGroupId, cashPayable, comment, effectiveDate, lenderPartyReference, previousInaccurateEventIdFields inherited from class net.finmath.smartcontract.product.xml.AbstractEventRequireId
eventIdentifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accrualSchedule property.Gets the value of the amount property.Gets the value of the calculationMethod property.Gets the value of the endDate property.Gets the value of the projection property.Gets the value of the startDate property.voidSets the value of the amount property.voidSets the value of the calculationMethod property.voidsetEndDate(XMLGregorianCalendar value) Sets the value of the endDate property.voidsetProjection(PaymentProjection value) Sets the value of the projection property.voidsetStartDate(XMLGregorianCalendar value) Sets the value of the startDate property.Methods inherited from class net.finmath.smartcontract.product.xml.LoanContractEvent
getLoanContractReference, setLoanContractReferenceMethods inherited from class net.finmath.smartcontract.product.xml.LoanEvent
getAgentPartyReference, getBorrowerPartyReference, getBusinessEventGroupId, getCashPayable, getComment, getEffectiveDate, getLenderPartyReference, getPreviousInaccurateEventId, setAgentPartyReference, setBorrowerPartyReference, setBusinessEventGroupId, setCashPayable, setComment, setEffectiveDate, setLenderPartyReference, setPreviousInaccurateEventIdMethods inherited from class net.finmath.smartcontract.product.xml.AbstractEventRequireId
getEventIdentifier
-
Field Details
-
startDate
-
endDate
-
calculationMethod
-
amount
-
accrualSchedule
-
projection
-
-
Constructor Details
-
InterestPayment
public InterestPayment()
-
-
Method Details
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDate
Sets the value of the startDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndDate
Sets the value of the endDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCalculationMethod
Gets the value of the calculationMethod property.- Returns:
- possible object is
InterestCalculationMethodEnum
-
setCalculationMethod
Sets the value of the calculationMethod property.- Parameters:
value- allowed object isInterestCalculationMethodEnum
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
MoneyWithParticipantShare
-
getAccrualSchedule
Gets the value of the accrualSchedule property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the accrualSchedule property.For example, to add a new item, do as follows:
getAccrualSchedule().add(newItem);Objects of the following type(s) are allowed in the list
AccrualPeriod -
getProjection
Gets the value of the projection property.- Returns:
- possible object is
PaymentProjection
-
setProjection
Sets the value of the projection property.- Parameters:
value- allowed object isPaymentProjection
-