Class LcIssuanceFeePayment
java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEventRequireId
net.finmath.smartcontract.product.xml.LoanEvent
net.finmath.smartcontract.product.xml.LcEvent
net.finmath.smartcontract.product.xml.LcIssuanceFeePayment
An event representing a letter of credit issuance fee payment.
Java class for LcIssuanceFeePayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LcIssuanceFeePayment"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}LcEvent"> <sequence> <element name="id" type="{http://www.fpml.org/FpML-5/confirmation}AccrualTypeId"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}Period.model"/> <sequence> <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/> <element name="accrualSchedule" type="{http://www.fpml.org/FpML-5/confirmation}AccrualPeriod" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<AccrualPeriod> protected MoneyWithParticipantShare
protected XMLGregorianCalendar
protected AccrualTypeId
protected XMLGregorianCalendar
Fields inherited from class net.finmath.smartcontract.product.xml.LcEvent
letterOfCreditReference
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 accrualSchedule property.Gets the value of the amount property.Gets the value of the endDate property.getId()
Gets the value of the id property.Gets the value of the startDate property.void
Sets the value of the amount property.void
setEndDate
(XMLGregorianCalendar value) Sets the value of the endDate property.void
setId
(AccrualTypeId value) Sets the value of the id property.void
setStartDate
(XMLGregorianCalendar value) Sets the value of the startDate property.Methods inherited from class net.finmath.smartcontract.product.xml.LcEvent
getLetterOfCreditReference, setLetterOfCreditReference
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
-
id
-
startDate
-
endDate
-
amount
-
accrualSchedule
-
-
Constructor Details
-
LcIssuanceFeePayment
public LcIssuanceFeePayment()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
AccrualTypeId
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isAccrualTypeId
-
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
-
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
set
method 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
-