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
FieldsModifier and TypeFieldDescriptionprotected Compositeprotected Compositeprotected Quantoprotected IdentifiedCurrency -
Constructor Summary
Constructors -
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.voidsetComposite(Composite value)Sets the value of the composite property.voidsetCrossCurrency(Composite value)Sets the value of the crossCurrency property.voidSets the value of the quanto property.voidSets 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
Gets the value of the composite property.- Returns:
- possible object is
Composite
-
setComposite
Sets the value of the composite property.- Parameters:
value- allowed object isComposite
-
getQuanto
Gets the value of the quanto property.- Returns:
- possible object is
Quanto
-
setQuanto
Sets the value of the quanto property.- Parameters:
value- allowed object isQuanto
-
getCrossCurrency
Gets the value of the crossCurrency property.- Returns:
- possible object is
Composite
-
setCrossCurrency
Sets the value of the crossCurrency property.- Parameters:
value- allowed object isComposite
-