Class Facility
- Direct Known Subclasses:
DelayedDraw,LetterOfCreditFacility,Revolver,TermLoan
Java class for Facility complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Facility">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}FacilitySummary">
<sequence>
<element name="governingLaw" type="{http://www.fpml.org/FpML-5/confirmation}GoverningLaw" minOccurs="0"/>
<group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityFeatures.model"/>
<group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityOptionsFeesAndRates.model"/>
<element name="multiCurrency" type="{http://www.fpml.org/FpML-5/confirmation}MultiCurrency" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AccruingFeeOption> protected AccruingPikOptionprotected PeriodRateprotected List<FacilityFeature> protected List<AccrualOptionBase> protected GoverningLawprotected Lienprotected PeriodRateprotected MultiCurrencyprotected PeriodRateprotected CreditSeniorityFields inherited from class net.finmath.smartcontract.product.xml.FacilitySummary
agentPartyReference, borrowerPartyReference, coBorrowerPartyReference, commitmentSchedule, currentCommitment, dealFxRate, expiryDate, guarantorPartyReference, lcIssuingBankPartyReference, maturityDate, originalCommitment, startDateFields inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
description, instrumentId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accruingFeeOption property.Gets the value of the accruingPikOption property.Gets the value of the defaultRate property.Gets the value of the feature property.Gets the value of the fixedRateOptionOrFloatingRateOptionOrLcOption property.Gets the value of the governingLaw property.getLien()Gets the value of the lien property.Gets the value of the mandatoryCostRate property.Gets the value of the multiCurrency property.Gets the value of the penaltyRate property.Gets the value of the seniority property.voidSets the value of the accruingPikOption property.voidsetDefaultRate(PeriodRate value) Sets the value of the defaultRate property.voidsetGoverningLaw(GoverningLaw value) Sets the value of the governingLaw property.voidSets the value of the lien property.voidsetMandatoryCostRate(PeriodRate value) Sets the value of the mandatoryCostRate property.voidsetMultiCurrency(MultiCurrency value) Sets the value of the multiCurrency property.voidsetPenaltyRate(PeriodRate value) Sets the value of the penaltyRate property.voidsetSeniority(CreditSeniority value) Sets the value of the seniority property.Methods inherited from class net.finmath.smartcontract.product.xml.FacilitySummary
getAgentPartyReference, getBorrowerPartyReference, getCoBorrowerPartyReference, getCommitmentSchedule, getCurrentCommitment, getDealFxRate, getExpiryDate, getGuarantorPartyReference, getLcIssuingBankPartyReference, getMaturityDate, getOriginalCommitment, getStartDate, setAgentPartyReference, setBorrowerPartyReference, setCommitmentSchedule, setCurrentCommitment, setDealFxRate, setExpiryDate, setMaturityDate, setOriginalCommitment, setStartDateMethods inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
getDescription, getInstrumentId, setDescription
-
Field Details
-
governingLaw
-
feature
-
lien
-
seniority
-
fixedRateOptionOrFloatingRateOptionOrLcOption
-
accruingPikOption
-
accruingFeeOption
-
defaultRate
-
mandatoryCostRate
-
penaltyRate
-
multiCurrency
-
-
Constructor Details
-
Facility
public Facility()
-
-
Method Details
-
getGoverningLaw
Gets the value of the governingLaw property.- Returns:
- possible object is
GoverningLaw
-
setGoverningLaw
Sets the value of the governingLaw property.- Parameters:
value- allowed object isGoverningLaw
-
getFeature
Gets the value of the feature 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 feature property.For example, to add a new item, do as follows:
getFeature().add(newItem);Objects of the following type(s) are allowed in the list
FacilityFeature -
getLien
-
setLien
-
getSeniority
Gets the value of the seniority property.- Returns:
- possible object is
CreditSeniority
-
setSeniority
Sets the value of the seniority property.- Parameters:
value- allowed object isCreditSeniority
-
getFixedRateOptionOrFloatingRateOptionOrLcOption
Gets the value of the fixedRateOptionOrFloatingRateOptionOrLcOption 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 fixedRateOptionOrFloatingRateOptionOrLcOption property.For example, to add a new item, do as follows:
getFixedRateOptionOrFloatingRateOptionOrLcOption().add(newItem);Objects of the following type(s) are allowed in the list
FixedRateOptionFloatingRateOptionLcOption -
getAccruingPikOption
Gets the value of the accruingPikOption property.- Returns:
- possible object is
AccruingPikOption
-
setAccruingPikOption
Sets the value of the accruingPikOption property.- Parameters:
value- allowed object isAccruingPikOption
-
getAccruingFeeOption
Gets the value of the accruingFeeOption 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 accruingFeeOption property.For example, to add a new item, do as follows:
getAccruingFeeOption().add(newItem);Objects of the following type(s) are allowed in the list
AccruingFeeOption -
getDefaultRate
Gets the value of the defaultRate property.- Returns:
- possible object is
PeriodRate
-
setDefaultRate
Sets the value of the defaultRate property.- Parameters:
value- allowed object isPeriodRate
-
getMandatoryCostRate
Gets the value of the mandatoryCostRate property.- Returns:
- possible object is
PeriodRate
-
setMandatoryCostRate
Sets the value of the mandatoryCostRate property.- Parameters:
value- allowed object isPeriodRate
-
getPenaltyRate
Gets the value of the penaltyRate property.- Returns:
- possible object is
PeriodRate
-
setPenaltyRate
Sets the value of the penaltyRate property.- Parameters:
value- allowed object isPeriodRate
-
getMultiCurrency
Gets the value of the multiCurrency property.- Returns:
- possible object is
MultiCurrency
-
setMultiCurrency
Sets the value of the multiCurrency property.- Parameters:
value- allowed object isMultiCurrency
-