Class CommitmentAdjustment
java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEventRequireId
net.finmath.smartcontract.product.xml.LoanEvent
net.finmath.smartcontract.product.xml.FacilityEvent
net.finmath.smartcontract.product.xml.CommitmentAdjustment
An event defining a future change in facility commitment.
Java class for CommitmentAdjustment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommitmentAdjustment"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FacilityEvent"> <sequence> <sequence> <element name="refusalAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="scheduled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="pik" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> <sequence> <element name="facilityCommitment" type="{http://www.fpml.org/FpML-5/confirmation}FacilityCommitment"/> <element name="adjustment" type="{http://www.fpml.org/FpML-5/confirmation}Adjustment"/> </sequence> <element name="commitmentSchedule" type="{http://www.fpml.org/FpML-5/confirmation}CommitmentSchedule" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Adjustment
protected CommitmentSchedule
protected FacilityCommitment
protected boolean
protected boolean
protected boolean
Fields inherited from class net.finmath.smartcontract.product.xml.FacilityEvent
facilityReference
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 adjustment property.Gets the value of the commitmentSchedule property.Gets the value of the facilityCommitment property.boolean
isPik()
Gets the value of the pik property.boolean
Gets the value of the refusalAllowed property.boolean
Gets the value of the scheduled property.void
setAdjustment
(Adjustment value) Sets the value of the adjustment property.void
Sets the value of the commitmentSchedule property.void
Sets the value of the facilityCommitment property.void
setPik
(boolean value) Sets the value of the pik property.void
setRefusalAllowed
(boolean value) Sets the value of the refusalAllowed property.void
setScheduled
(boolean value) Sets the value of the scheduled property.Methods inherited from class net.finmath.smartcontract.product.xml.FacilityEvent
getFacilityReference, setFacilityReference
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
-
refusalAllowed
protected boolean refusalAllowed -
scheduled
protected boolean scheduled -
pik
protected boolean pik -
facilityCommitment
-
adjustment
-
commitmentSchedule
-
-
Constructor Details
-
CommitmentAdjustment
public CommitmentAdjustment()
-
-
Method Details
-
isRefusalAllowed
public boolean isRefusalAllowed()Gets the value of the refusalAllowed property. -
setRefusalAllowed
public void setRefusalAllowed(boolean value) Sets the value of the refusalAllowed property. -
isScheduled
public boolean isScheduled()Gets the value of the scheduled property. -
setScheduled
public void setScheduled(boolean value) Sets the value of the scheduled property. -
isPik
public boolean isPik()Gets the value of the pik property. -
setPik
public void setPik(boolean value) Sets the value of the pik property. -
getFacilityCommitment
Gets the value of the facilityCommitment property.- Returns:
- possible object is
FacilityCommitment
-
setFacilityCommitment
Sets the value of the facilityCommitment property.- Parameters:
value
- allowed object isFacilityCommitment
-
getAdjustment
Gets the value of the adjustment property.- Returns:
- possible object is
Adjustment
-
setAdjustment
Sets the value of the adjustment property.- Parameters:
value
- allowed object isAdjustment
-
getCommitmentSchedule
Gets the value of the commitmentSchedule property.- Returns:
- possible object is
CommitmentSchedule
-
setCommitmentSchedule
Sets the value of the commitmentSchedule property.- Parameters:
value
- allowed object isCommitmentSchedule
-