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
Modifier and TypeFieldDescriptionprotected List
<AccruingFeeOption> protected AccruingPikOption
protected PeriodRate
protected List
<FacilityFeature> protected List
<AccrualOptionBase> protected GoverningLaw
protected Lien
protected PeriodRate
protected MultiCurrency
protected PeriodRate
protected CreditSeniority
Fields inherited from class net.finmath.smartcontract.product.xml.FacilitySummary
agentPartyReference, borrowerPartyReference, coBorrowerPartyReference, commitmentSchedule, currentCommitment, dealFxRate, expiryDate, guarantorPartyReference, lcIssuingBankPartyReference, maturityDate, originalCommitment, startDate
Fields inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
description, instrumentId
-
Constructor Summary
-
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.void
Sets the value of the accruingPikOption property.void
setDefaultRate
(PeriodRate value) Sets the value of the defaultRate property.void
setGoverningLaw
(GoverningLaw value) Sets the value of the governingLaw property.void
Sets the value of the lien property.void
setMandatoryCostRate
(PeriodRate value) Sets the value of the mandatoryCostRate property.void
setMultiCurrency
(MultiCurrency value) Sets the value of the multiCurrency property.void
setPenaltyRate
(PeriodRate value) Sets the value of the penaltyRate property.void
setSeniority
(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, setStartDate
Methods 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
set
method 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
set
method 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
FixedRateOption
FloatingRateOption
LcOption
-
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
set
method 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
-