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 FxTermsFacilitySummary.dealFxRateprotected FxTermsLcFxRevaluation.facilityFxRateprotected FxTermsLetterOfCredit.facilityFxRateprotected FxTermsLoanContract.facilityFxRateprotected FxTermsOutstandingsPosition.facilityFxRateprotected FxTermsLcAccrual.lcFxRateprotected FxTermsLcFxRevaluation.lcFxRateMethods in net.finmath.smartcontract.product.xml that return FxTermsModifier and TypeMethodDescriptionObjectFactory.createFxTerms()Create an instance ofFxTermsFacilitySummary.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 TypeMethodDescriptionvoidFacilitySummary.setDealFxRate(FxTerms value) Sets the value of the dealFxRate property.voidLcFxRevaluation.setFacilityFxRate(FxTerms value) Sets the value of the facilityFxRate property.voidLetterOfCredit.setFacilityFxRate(FxTerms value) Sets the value of the facilityFxRate property.voidLoanContract.setFacilityFxRate(FxTerms value) Sets the value of the facilityFxRate property.voidOutstandingsPosition.setFacilityFxRate(FxTerms value) Sets the value of the facilityFxRate property.voidLcAccrual.setLcFxRate(FxTerms value) Sets the value of the lcFxRate property.voidLcFxRevaluation.setLcFxRate(FxTerms value) Sets the value of the lcFxRate property.