Class SettlementRateSource
java.lang.Object
net.finmath.smartcontract.product.xml.SettlementRateSource
A type describing the method for obtaining a settlement rate.
Java class for SettlementRateSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementRateSource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource"/>
<element name="cashSettlementReferenceBanks" type="{http://www.fpml.org/FpML-5/confirmation}CashSettlementReferenceBanks"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CashSettlementReferenceBanksprotected InformationSource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cashSettlementReferenceBanks property.Gets the value of the informationSource property.voidSets the value of the cashSettlementReferenceBanks property.voidSets the value of the informationSource property.
-
Field Details
-
informationSource
-
cashSettlementReferenceBanks
-
-
Constructor Details
-
SettlementRateSource
public SettlementRateSource()
-
-
Method Details
-
getInformationSource
Gets the value of the informationSource property.- Returns:
- possible object is
InformationSource
-
setInformationSource
Sets the value of the informationSource property.- Parameters:
value- allowed object isInformationSource
-
getCashSettlementReferenceBanks
Gets the value of the cashSettlementReferenceBanks property.- Returns:
- possible object is
CashSettlementReferenceBanks
-
setCashSettlementReferenceBanks
Sets the value of the cashSettlementReferenceBanks property.- Parameters:
value- allowed object isCashSettlementReferenceBanks
-