Class YieldCurveMethod
java.lang.Object
net.finmath.smartcontract.product.xml.YieldCurveMethod
A type defining the parameters required for each of the ISDA defined yield
curve methods for cash settlement.
Java class for YieldCurveMethod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="YieldCurveMethod"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="settlementRateSource" type="{http://www.fpml.org/FpML-5/confirmation}SettlementRateSource" minOccurs="0"/> <element name="quotationRateType" type="{http://www.fpml.org/FpML-5/confirmation}QuotationRateTypeEnum"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the quotationRateType property.Gets the value of the settlementRateSource property.void
Sets the value of the quotationRateType property.void
Sets the value of the settlementRateSource property.
-
Field Details
-
settlementRateSource
-
quotationRateType
-
-
Constructor Details
-
YieldCurveMethod
public YieldCurveMethod()
-
-
Method Details
-
getSettlementRateSource
Gets the value of the settlementRateSource property.- Returns:
- possible object is
SettlementRateSource
-
setSettlementRateSource
Sets the value of the settlementRateSource property.- Parameters:
value
- allowed object isSettlementRateSource
-
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
-