Uses of Class
net.finmath.smartcontract.product.xml.FxTerms
Packages that use FxTerms
-
Uses of FxTerms in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxTermsModifier and TypeFieldDescriptionprotected FxTerms
FacilitySummary.dealFxRate
protected FxTerms
LcFxRevaluation.facilityFxRate
protected FxTerms
LetterOfCredit.facilityFxRate
protected FxTerms
LoanContract.facilityFxRate
protected FxTerms
OutstandingsPosition.facilityFxRate
protected FxTerms
LcAccrual.lcFxRate
protected FxTerms
LcFxRevaluation.lcFxRate
Methods in net.finmath.smartcontract.product.xml that return FxTermsModifier and TypeMethodDescriptionObjectFactory.createFxTerms()
Create an instance ofFxTerms
FacilitySummary.getDealFxRate()
Gets the value of the dealFxRate property.LcFxRevaluation.getFacilityFxRate()
Gets the value of the facilityFxRate property.LetterOfCredit.getFacilityFxRate()
Gets the value of the facilityFxRate property.LoanContract.getFacilityFxRate()
Gets the value of the facilityFxRate property.OutstandingsPosition.getFacilityFxRate()
Gets the value of the facilityFxRate property.LcAccrual.getLcFxRate()
Gets the value of the lcFxRate property.LcFxRevaluation.getLcFxRate()
Gets the value of the lcFxRate property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxTermsModifier and TypeMethodDescriptionvoid
FacilitySummary.setDealFxRate
(FxTerms value) Sets the value of the dealFxRate property.void
LcFxRevaluation.setFacilityFxRate
(FxTerms value) Sets the value of the facilityFxRate property.void
LetterOfCredit.setFacilityFxRate
(FxTerms value) Sets the value of the facilityFxRate property.void
LoanContract.setFacilityFxRate
(FxTerms value) Sets the value of the facilityFxRate property.void
OutstandingsPosition.setFacilityFxRate
(FxTerms value) Sets the value of the facilityFxRate property.void
LcAccrual.setLcFxRate
(FxTerms value) Sets the value of the lcFxRate property.void
LcFxRevaluation.setLcFxRate
(FxTerms value) Sets the value of the lcFxRate property.