Class TermLoan
A facility which is fully funded (utilized) at deal closing.
Java class for TermLoan complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TermLoan"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Facility"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.Facility
accruingFeeOption, accruingPikOption, defaultRate, feature, fixedRateOptionOrFloatingRateOptionOrLcOption, governingLaw, lien, mandatoryCostRate, multiCurrency, penaltyRate, seniority
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
Methods inherited from class net.finmath.smartcontract.product.xml.Facility
getAccruingFeeOption, getAccruingPikOption, getDefaultRate, getFeature, getFixedRateOptionOrFloatingRateOptionOrLcOption, getGoverningLaw, getLien, getMandatoryCostRate, getMultiCurrency, getPenaltyRate, getSeniority, setAccruingPikOption, setDefaultRate, setGoverningLaw, setLien, setMandatoryCostRate, setMultiCurrency, setPenaltyRate, setSeniority
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
-
Constructor Details
-
TermLoan
public TermLoan()
-