Class FxSettlementRateSource
java.lang.Object
net.finmath.smartcontract.product.xml.FxSettlementRateSource
Java class for FxSettlementRateSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxSettlementRateSource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="settlementRateOption" type="{http://www.fpml.org/FpML-5/confirmation}SettlementRateOption"/>
<element name="nonstandardSettlementRate" type="{http://www.fpml.org/FpML-5/confirmation}FxInformationSource"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nonstandardSettlementRate property.Gets the value of the settlementRateOption property.voidSets the value of the nonstandardSettlementRate property.voidSets the value of the settlementRateOption property.
-
Field Details
-
settlementRateOption
-
nonstandardSettlementRate
-
-
Constructor Details
-
FxSettlementRateSource
public FxSettlementRateSource()
-
-
Method Details
-
getSettlementRateOption
Gets the value of the settlementRateOption property.- Returns:
- possible object is
SettlementRateOption
-
setSettlementRateOption
Sets the value of the settlementRateOption property.- Parameters:
value- allowed object isSettlementRateOption
-
getNonstandardSettlementRate
Gets the value of the nonstandardSettlementRate property.- Returns:
- possible object is
FxInformationSource
-
setNonstandardSettlementRate
Sets the value of the nonstandardSettlementRate property.- Parameters:
value- allowed object isFxInformationSource
-