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
FieldsFields inherited from class net.finmath.smartcontract.product.xml.LcEvent
letterOfCreditReferenceFields inherited from class net.finmath.smartcontract.product.xml.LoanEvent
agentPartyReference, borrowerPartyReference, businessEventGroupId, cashPayable, comment, effectiveDate, lenderPartyReference, previousInaccurateEventIdFields inherited from class net.finmath.smartcontract.product.xml.AbstractEventRequireId
eventIdentifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the facilityFxRate property.Gets the value of the lcFxRate property.voidsetFacilityFxRate(FxTerms value) Sets the value of the facilityFxRate property.voidsetLcFxRate(FxTerms value) Sets the value of the lcFxRate property.Methods inherited from class net.finmath.smartcontract.product.xml.LcEvent
getLetterOfCreditReference, setLetterOfCreditReferenceMethods inherited from class net.finmath.smartcontract.product.xml.LoanEvent
getAgentPartyReference, getBorrowerPartyReference, getBusinessEventGroupId, getCashPayable, getComment, getEffectiveDate, getLenderPartyReference, getPreviousInaccurateEventId, setAgentPartyReference, setBorrowerPartyReference, setBusinessEventGroupId, setCashPayable, setComment, setEffectiveDate, setLenderPartyReference, setPreviousInaccurateEventIdMethods 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
-