Class FxFeature
java.lang.Object
net.finmath.smartcontract.product.xml.FxFeature
A type for defining Fx Features.
Java class for FxFeature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxFeature"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="referenceCurrency" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedCurrency"/> <choice> <element name="composite" type="{http://www.fpml.org/FpML-5/confirmation}Composite"/> <element name="quanto" type="{http://www.fpml.org/FpML-5/confirmation}Quanto"/> <element name="crossCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Composite"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Composite
protected Composite
protected Quanto
protected IdentifiedCurrency
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the composite property.Gets the value of the crossCurrency property.Gets the value of the quanto property.Gets the value of the referenceCurrency property.void
setComposite
(Composite value) Sets the value of the composite property.void
setCrossCurrency
(Composite value) Sets the value of the crossCurrency property.void
Sets the value of the quanto property.void
Sets the value of the referenceCurrency property.
-
Field Details
-
referenceCurrency
-
composite
-
quanto
-
crossCurrency
-
-
Constructor Details
-
FxFeature
public FxFeature()
-
-
Method Details
-
getReferenceCurrency
Gets the value of the referenceCurrency property.- Returns:
- possible object is
IdentifiedCurrency
-
setReferenceCurrency
Sets the value of the referenceCurrency property.- Parameters:
value
- allowed object isIdentifiedCurrency
-
getComposite
-
setComposite
-
getQuanto
-
setQuanto
-
getCrossCurrency
-
setCrossCurrency
-