Class LcFxRevaluation
java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEventRequireId
net.finmath.smartcontract.product.xml.LoanEvent
net.finmath.smartcontract.product.xml.LcEvent
net.finmath.smartcontract.product.xml.LcFxRevaluation
An event representing a change in either the [L/C -> Facility] or
[Accrual -> L/C] FX rates (or both) on an outstanding letter of credit.
Java class for LcFxRevaluation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LcFxRevaluation"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}LcEvent"> <sequence> <element name="lcFxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxTerms" minOccurs="0"/> <element name="facilityFxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxTerms" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.LcEvent
letterOfCreditReference
Fields inherited from class net.finmath.smartcontract.product.xml.LoanEvent
agentPartyReference, borrowerPartyReference, businessEventGroupId, cashPayable, comment, effectiveDate, lenderPartyReference, previousInaccurateEventId
Fields inherited from class net.finmath.smartcontract.product.xml.AbstractEventRequireId
eventIdentifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the facilityFxRate property.Gets the value of the lcFxRate property.void
setFacilityFxRate
(FxTerms value) Sets the value of the facilityFxRate property.void
setLcFxRate
(FxTerms value) Sets the value of the lcFxRate property.Methods inherited from class net.finmath.smartcontract.product.xml.LcEvent
getLetterOfCreditReference, setLetterOfCreditReference
Methods inherited from class net.finmath.smartcontract.product.xml.LoanEvent
getAgentPartyReference, getBorrowerPartyReference, getBusinessEventGroupId, getCashPayable, getComment, getEffectiveDate, getLenderPartyReference, getPreviousInaccurateEventId, setAgentPartyReference, setBorrowerPartyReference, setBusinessEventGroupId, setCashPayable, setComment, setEffectiveDate, setLenderPartyReference, setPreviousInaccurateEventId
Methods inherited from class net.finmath.smartcontract.product.xml.AbstractEventRequireId
getEventIdentifier
-
Field Details
-
lcFxRate
-
facilityFxRate
-
-
Constructor Details
-
LcFxRevaluation
public LcFxRevaluation()
-
-
Method Details
-
getLcFxRate
-
setLcFxRate
-
getFacilityFxRate
-
setFacilityFxRate
-