Class FxCurve
java.lang.Object
net.finmath.smartcontract.product.xml.PricingStructure
net.finmath.smartcontract.product.xml.FxCurve
An fx curve object., which includes pricing inputs and term structures for
fx forwards.
Java class for FxCurve complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxCurve"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}PricingStructure"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}FxCurveCharacteristics.model" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.PricingStructure
currency, id, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the quotedCurrencyPair property.void
Sets the value of the quotedCurrencyPair property.Methods inherited from class net.finmath.smartcontract.product.xml.PricingStructure
getCurrency, getId, getName, setCurrency, setId, setName
-
Field Details
-
quotedCurrencyPair
-
-
Constructor Details
-
FxCurve
public FxCurve()
-
-
Method Details
-
getQuotedCurrencyPair
Gets the value of the quotedCurrencyPair property.- Returns:
- possible object is
QuotedCurrencyPair
-
setQuotedCurrencyPair
Sets the value of the quotedCurrencyPair property.- Parameters:
value
- allowed object isQuotedCurrencyPair
-