Class Composite
java.lang.Object
net.finmath.smartcontract.product.xml.Composite
Specifies the conditions to be applied for converting into a reference
currency when the actual currency rate is not determined upfront.
Java class for Composite complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Composite"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="determinationMethod" type="{http://www.fpml.org/FpML-5/confirmation}DeterminationMethod" minOccurs="0"/> <element name="relativeDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset" minOccurs="0"/> <element name="fxSpotRateSource" type="{http://www.fpml.org/FpML-5/confirmation}FxSpotRateSource" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected DeterminationMethod
protected FxSpotRateSource
protected RelativeDateOffset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the determinationMethod property.Gets the value of the fxSpotRateSource property.Gets the value of the relativeDate property.void
Sets the value of the determinationMethod property.void
Sets the value of the fxSpotRateSource property.void
Sets the value of the relativeDate property.
-
Field Details
-
determinationMethod
-
relativeDate
-
fxSpotRateSource
-
-
Constructor Details
-
Composite
public Composite()
-
-
Method Details
-
getDeterminationMethod
Gets the value of the determinationMethod property.- Returns:
- possible object is
DeterminationMethod
-
setDeterminationMethod
Sets the value of the determinationMethod property.- Parameters:
value
- allowed object isDeterminationMethod
-
getRelativeDate
Gets the value of the relativeDate property.- Returns:
- possible object is
RelativeDateOffset
-
setRelativeDate
Sets the value of the relativeDate property.- Parameters:
value
- allowed object isRelativeDateOffset
-
getFxSpotRateSource
Gets the value of the fxSpotRateSource property.- Returns:
- possible object is
FxSpotRateSource
-
setFxSpotRateSource
Sets the value of the fxSpotRateSource property.- Parameters:
value
- allowed object isFxSpotRateSource
-