Class FixedAmountCalculation
java.lang.Object
net.finmath.smartcontract.product.xml.FixedAmountCalculation
Java class for FixedAmountCalculation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FixedAmountCalculation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="calculationAmount" type="{http://www.fpml.org/FpML-5/confirmation}CalculationAmount" minOccurs="0"/> <element name="fixedRate" type="{http://www.fpml.org/FpML-5/confirmation}FixedRate"/> <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CalculationAmount
protected DayCountFraction
protected FixedRate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationAmount property.Gets the value of the dayCountFraction property.Gets the value of the fixedRate property.void
Sets the value of the calculationAmount property.void
Sets the value of the dayCountFraction property.void
setFixedRate
(FixedRate value) Sets the value of the fixedRate property.
-
Field Details
-
calculationAmount
-
fixedRate
-
dayCountFraction
-
-
Constructor Details
-
FixedAmountCalculation
public FixedAmountCalculation()
-
-
Method Details
-
getCalculationAmount
Gets the value of the calculationAmount property.- Returns:
- possible object is
CalculationAmount
-
setCalculationAmount
Sets the value of the calculationAmount property.- Parameters:
value
- allowed object isCalculationAmount
-
getFixedRate
-
setFixedRate
-
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
-