Class FxTerms
java.lang.Object
net.finmath.smartcontract.product.xml.FxFixing
net.finmath.smartcontract.product.xml.FxTerms
A structure which specifies FX conversion terms.
Java class for FxTerms complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxTerms">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}FxFixing">
<sequence>
<element name="rate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.FxFixing
fixingDate, fxSpotRateSource, quotedCurrencyPair -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRate()Gets the value of the rate property.voidsetRate(BigDecimal value) Sets the value of the rate property.Methods inherited from class net.finmath.smartcontract.product.xml.FxFixing
getFixingDate, getFxSpotRateSource, getQuotedCurrencyPair, setFixingDate, setFxSpotRateSource, setQuotedCurrencyPair
-
Field Details
-
rate
-
-
Constructor Details
-
FxTerms
public FxTerms()
-
-
Method Details
-
getRate
Gets the value of the rate property.- Returns:
- possible object is
BigDecimal
-
setRate
Sets the value of the rate property.- Parameters:
value- allowed object isBigDecimal
-