Class Revolver
A facility which allows a flexible line of credit which can be drawn and
repaid multiple times over the life of the facility.
Java class for Revolver complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Revolver"> <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
-
Revolver
public Revolver()
-