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
FieldsModifier and TypeFieldDescriptionprotected Adjustmentprotected CommitmentScheduleprotected FacilityCommitmentprotected booleanprotected booleanprotected booleanFields inherited from class net.finmath.smartcontract.product.xml.FacilityEvent
facilityReferenceFields 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 adjustment property.Gets the value of the commitmentSchedule property.Gets the value of the facilityCommitment property.booleanisPik()Gets the value of the pik property.booleanGets the value of the refusalAllowed property.booleanGets the value of the scheduled property.voidsetAdjustment(Adjustment value) Sets the value of the adjustment property.voidSets the value of the commitmentSchedule property.voidSets the value of the facilityCommitment property.voidsetPik(boolean value) Sets the value of the pik property.voidsetRefusalAllowed(boolean value) Sets the value of the refusalAllowed property.voidsetScheduled(boolean value) Sets the value of the scheduled property.Methods inherited from class net.finmath.smartcontract.product.xml.FacilityEvent
getFacilityReference, setFacilityReferenceMethods 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
-
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
-