Class FxAverageRate
java.lang.Object
net.finmath.smartcontract.product.xml.FxRateObservable
net.finmath.smartcontract.product.xml.FxAveragingProcess
net.finmath.smartcontract.product.xml.FxAverageRate
Java class for FxAverageRate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxAverageRate"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FxAveragingProcess"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.FxAveragingProcess
averagingMethod, fixingSchedule, precision
Fields inherited from class net.finmath.smartcontract.product.xml.FxRateObservable
crossRate, id, informationSource, quotedCurrencyPair
-
Constructor Summary
-
Method Summary
Methods inherited from class net.finmath.smartcontract.product.xml.FxAveragingProcess
getAveragingMethod, getFixingSchedule, getPrecision, setAveragingMethod, setFixingSchedule, setPrecision
Methods inherited from class net.finmath.smartcontract.product.xml.FxRateObservable
getCrossRate, getId, getInformationSource, getQuotedCurrencyPair, setId, setInformationSource, setQuotedCurrencyPair
-
Constructor Details
-
FxAverageRate
public FxAverageRate()
-