Class LetterOfCreditFacility
java.lang.Object
net.finmath.smartcontract.product.xml.Asset
net.finmath.smartcontract.product.xml.IdentifiedAsset
net.finmath.smartcontract.product.xml.FacilityIdentifier
net.finmath.smartcontract.product.xml.FacilitySummary
net.finmath.smartcontract.product.xml.Facility
net.finmath.smartcontract.product.xml.LetterOfCreditFacility
A facility designed to issue letter of credit products.
Java class for LetterOfCreditFacility complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LetterOfCreditFacility">
<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, seniorityFields 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
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, setSeniorityMethods 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
-
Constructor Details
-
LetterOfCreditFacility
public LetterOfCreditFacility()
-