Class CashPriceMethod
java.lang.Object
net.finmath.smartcontract.product.xml.CashPriceMethod
A type defining the parameters necessary for each of the ISDA cash price
methods for cash settlement.
Java class for CashPriceMethod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashPriceMethod"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cashSettlementReferenceBanks" type="{http://www.fpml.org/FpML-5/confirmation}CashSettlementReferenceBanks" minOccurs="0"/> <element name="cashSettlementCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/> <element name="quotationRateType" type="{http://www.fpml.org/FpML-5/confirmation}QuotationRateTypeEnum"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Currency
protected CashSettlementReferenceBanks
protected QuotationRateTypeEnum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cashSettlementCurrency property.Gets the value of the cashSettlementReferenceBanks property.Gets the value of the quotationRateType property.void
Sets the value of the cashSettlementCurrency property.void
Sets the value of the cashSettlementReferenceBanks property.void
Sets the value of the quotationRateType property.
-
Field Details
-
cashSettlementReferenceBanks
-
cashSettlementCurrency
-
quotationRateType
-
-
Constructor Details
-
CashPriceMethod
public CashPriceMethod()
-
-
Method Details
-
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
-
getCashSettlementCurrency
-
setCashSettlementCurrency
-
getQuotationRateType
Gets the value of the quotationRateType property.- Returns:
- possible object is
QuotationRateTypeEnum
-
setQuotationRateType
Sets the value of the quotationRateType property.- Parameters:
value
- allowed object isQuotationRateTypeEnum
-