Class CommodityFixedInterestCalculation
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityFixedInterestCalculation
Java class for CommodityFixedInterestCalculation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommodityFixedInterestCalculation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fixedRate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedRate"/> <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dayCountFraction property.Gets the value of the fixedRate property.void
Sets the value of the dayCountFraction property.void
setFixedRate
(IdentifiedRate value) Sets the value of the fixedRate property.
-
Field Details
-
fixedRate
-
dayCountFraction
-
-
Constructor Details
-
CommodityFixedInterestCalculation
public CommodityFixedInterestCalculation()
-
-
Method Details
-
getFixedRate
Gets the value of the fixedRate property.- Returns:
- possible object is
IdentifiedRate
-
setFixedRate
Sets the value of the fixedRate property.- Parameters:
value
- allowed object isIdentifiedRate
-
getDayCountFraction
Gets the value of the dayCountFraction property.- Returns:
- possible object is
DayCountFraction
-
setDayCountFraction
Sets the value of the dayCountFraction property.- Parameters:
value
- allowed object isDayCountFraction
-