Class FxRateSourceFixing
java.lang.Object
net.finmath.smartcontract.product.xml.FxRateSourceFixing
Describes a rate source to be fixed and the date the fixing occurs
Java class for FxRateSourceFixing complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxRateSourceFixing"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="settlementRateSource" type="{http://www.fpml.org/FpML-5/confirmation}FxSettlementRateSource"/> <element name="fixingDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fixingDate property.Gets the value of the settlementRateSource property.void
setFixingDate
(AdjustableDate value) Sets the value of the fixingDate property.void
Sets the value of the settlementRateSource property.
-
Field Details
-
settlementRateSource
-
fixingDate
-
-
Constructor Details
-
FxRateSourceFixing
public FxRateSourceFixing()
-
-
Method Details
-
getSettlementRateSource
Gets the value of the settlementRateSource property.- Returns:
- possible object is
FxSettlementRateSource
-
setSettlementRateSource
Sets the value of the settlementRateSource property.- Parameters:
value
- allowed object isFxSettlementRateSource
-
getFixingDate
Gets the value of the fixingDate property.- Returns:
- possible object is
AdjustableDate
-
setFixingDate
Sets the value of the fixingDate property.- Parameters:
value
- allowed object isAdjustableDate
-